Commit graph

21633 commits

Author SHA1 Message Date
Felix Palmen
daa254451e audio/gtultra: Update to 1.5.5
Changes:
https://github.com/jpage8580/GTUltra/releases/tag/V1.5.4.2
https://github.com/jpage8580/GTUltra/releases/tag/V1.5.4.3
https://github.com/jpage8580/GTUltra/releases/tag/V1.5.4.4
https://github.com/jpage8580/GTUltra/releases/tag/V1.5.5

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2023-06-28 08:17:06 +02:00
Rene Ladan
e9cfdf4664 audio/aacgain: fix expiration date. 2023-06-27 22:01:29 +02:00
Rene Ladan
3d9a815d9c all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.

Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.

finance/quickfix: mark BROKEN with PYTHON

libtool: compile:  c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++ -DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable -Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong -fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi -Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings -Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x -MT _quickfix_la-QuickfixPython.lo -MD -MP -MF .deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp  -fPIC -DPIC -o .libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
          ^~~~~~~~~~
1 warning and 1 error generated.

Reviewed by:	portmgr, vishwin, yuri
Differential Revision:	<https://reviews.freebsd.org/D40568>
2023-06-27 21:34:34 +02:00
Christian Weisgerber
a3cdf88efb audio/*: add GitHub mirror for Xiph.Org projects if available 2023-06-27 16:41:19 +02:00
Christian Weisgerber
7a00365c69 audio/flac: update to 1.4.3
Improve the flac tool's handling of foreign metadata on decoding a
file (i.e. restoring the foreign metadata) and add a few features
to the metaflac tool.  Both tools have been vetted with fuzzing,
resulting in numerous small fixes.

All PowerPC-specific code has been removed.

PR:		272185
2023-06-26 22:26:21 +02:00
Jason E. Hale
a750fa11b8 audio/liblastfm-qt5: Fix build with Clang >= 16
In file included from /wrkdirs/usr/ports/audio/liblastfm-qt5/work/liblastfm-1.0.9-5-g4433165/src/fingerprint/Fingerprint.cpp:21:
/wrkdirs/usr/ports/audio/liblastfm-qt5/work/liblastfm-1.0.9-5-g4433165/src/fingerprint/Fingerprint.h:74:49: error: ISO C++17 does not allow dynamic exception specifications [-Wdynamic-exception-spec]
        void generate( FingerprintableSource* ) throw( Error );

While here, pet portlint (1).

Reported by:	pkg-fallout
2023-06-26 01:30:56 -04:00
Yuri Victorovich
68180db8a5 audio/faustlive: Update 2.5.13-75 → 2.5.15-20230512 (version adjustment)
These are the same versions.
2023-06-25 16:04:37 -07:00
Yuri Victorovich
3a2b73472b audio/faustlive: Update 2.5.13 → 2.5.13-75
Reported by:	portscout
2023-06-25 15:39:16 -07:00
Yuri Victorovich
e179ec9be6 audio/faust: Update 2.59.6 → 2.60.3
Reported by:	portscout
2023-06-25 15:39:16 -07:00
Jason E. Hale
7d30ecf443 audio/py-aubio: Fix build with Clang >= 16
python/ext/ufuncs.c:48:3: error: incompatible function pointer types
initializing 'PyUFuncGenericFunction'

Const qualifiers were added to the dimension and strides arguments of
PyUFuncGenericFunction in NumPy 1.19.0 [1]. This was previously a
warning, but Clang 16 has -Werror=incompatible-function-pointer-types
turned on by default.

[1] e94cec8003

Reported by:	pkg-fallout
2023-06-25 17:05:52 -04:00
Christian Weisgerber
a07febfd40 audio/flac: bump PORTEPOCH after reverted update
Reported by:	fuz
2023-06-25 20:28:27 +02:00
Christian Weisgerber
903973f2f5 audio/flac: revert update 1.4.2 → 1.4.3
As MAINTAINER, I was not given a chance to review this and it likely
introduces gratuitous changes I object to.

This reverts commit f7f2d731c8.
2023-06-25 19:15:27 +02:00
Daniel Engberg
f7f2d731c8 audio/flac: Update 1.4.2 → 1.4.3
PR:	272185
2023-06-25 08:57:35 -07:00
Daniel Engberg
1628143cd8 audio/libgme: Define correct variable for USES= dos2unix
A cut an paste error on my end, SHEBANG_FILES should say
DOS2UNIX_FILES instead
2023-06-25 00:35:32 +02:00
Muhammad Moinur Rahman
98d2af5ea5 audio/libsidplay: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 22:48:38 +02:00
Daniel Engberg
1965c3fbe8 audio/libtremor: Unbreak, deprecate and set expiration date to 2023-09-30
We only support hardware with a fpu and libraries that do use float
instructions perform better. Last active developent occurred over 10
years ago.
2023-06-24 18:24:35 +02:00
Daniel Engberg
bbb1a2d41c audio/rioutil: Deprecate and set expiration date to 2023-09-30
The supported portable devices were released about 20 years ago with
custom batteries and/or non replacable.
2023-06-24 18:16:44 +02:00
Daniel Engberg
7128113a51 audio/ample: Deprecate and set expiration date to 2023-09-30
Abandonware, last release 19 years ago and this basically works like a
http server that injects some metadata.
2023-06-24 18:14:34 +02:00
Daniel Engberg
cf5392a6bf audio/ccaudio2: Deprecate and set expiration date to 2023-09-30
No active development since 2011 and no users in tree
2023-06-24 18:12:58 +02:00
Daniel Engberg
d66dd9fac7 audio/aacgain: Mark BROKEN, deprecate and set expiration date to 2023-09-30
Unfetchable and deprecated way of adjusting playback volume, use
audio/rsgain which utilizes ReplayGain instead.

Approved by:	multimedia (with hat on)
2023-06-24 16:39:04 +02:00
Daniel Engberg
0eed19bbe4 audio/flac123: Update to 2.1.0
Changelog: https://github.com/flac123/flac123/blob/v2.1.0/ChangeLog

Approved by:	multimedia (with hat on)
2023-06-24 16:39:03 +02:00
Muhammad Moinur Rahman
74d3b748bc audio/play: Fix build with llvm16
Sponsored by:	The FreeBSD Foundation
2023-06-24 12:58:47 +02:00
Muhammad Moinur Rahman
05b6297b65 audio/deadbeef: Fix build with llvm16
Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 06:37:52 +02:00
Muhammad Moinur Rahman
c441b60811 audio/libaudiofile: Fix build with llvm16
- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
2023-06-24 06:37:52 +02:00
Emanuel Haupt
caef1ba3bf audio/libsidplayfp: Update WWW
Project has moved from SF to GitHub

Approved by:	fluffy (maintainer)
2023-06-23 10:10:58 +02:00
Emanuel Haupt
4f5c5e5dff audio/sidplayfp: Various improvements
* PORTVERSION --> DISTVERSION
* Use upstream release tarball instead of USE_GITHUB
* Remove USES= iconv, works fine without any helpers
* Add USES= compiler:c++17-lang
* Make ALSA and Pulseaudio audio backends optional

PR:		272154
Reported by:	diizzy
2023-06-23 08:59:19 +02:00
Emanuel Haupt
c5c3510986 audio/sidplayfp: Add new port
sidplayfp is a console C64 music player which uses the libsidplayfp
engine to provide the best SID listening experience.
2023-06-22 11:26:18 +02:00
Yuri Victorovich
80e1636994 audio/ncpamixer: Update 1.3.3.3 → 1.3.3.4
Reported by:	portscout
2023-06-22 02:11:14 -07:00
Thomas Zander
855350978c
audio/fluidsynth: Update to upstream release 2.3.3
MFH:		2023Q2
2023-06-22 07:39:50 +02:00
Emanuel Haupt
f5b530ce21 audio/pt2-clone: Update to 1.60 2023-06-21 07:20:16 +02:00
Nicola Vitale
9299a12226
audio/py-pyradio: Update to 0.9.2.11
Release changes:

https://github.com/coderholic/pyradio/releases/tag/0.9.2.11
2023-06-20 14:41:56 +02:00
Piotr Kubaj
3d27c0e8d9 audio/mpg123: enable altivec on compatible CPUs 2023-06-19 15:18:07 +02:00
Emanuel Haupt
f6a01e1a4f audio/libopenmpt: Update to 0.7.2 2023-06-19 08:47:01 +02:00
Emanuel Haupt
c996e21d9a audio/libxmp: Update to 4.6.0 2023-06-18 12:20:16 +02:00
Emanuel Haupt
0684ef3f6f audio/xmp: Update to 4.2.0 2023-06-18 12:20:16 +02:00
Yuri Victorovich
bb702295df audio/jacktrip: Update 1.9.0 → 1.10.0
Reported by:	portscout
2023-06-17 18:29:32 -07:00
Rodrigo Osorio
8827164af8 audio/lmms: Fix issue caused by kwidgetsaddons
Add temporary patch to fix a crash at startup if kwidgetsaddons
5.101.0 is installed. The patch was obtained from LMMS ticket
related with this issue[1].

[1] https://github.com/LMMS/lmms/issues/6587

Since I'm here reorder Makefile to make linters happy.

PR:		270470
Reported by:	Manuel <gnuandbsdguy@gmail.com>
MFH:	    2023Q2
2023-06-17 18:42:06 +02:00
Jason E. Hale
f116d0187a audio/gogglesmm: Fix build with FOX >= 1.7.83
Obtained from:	upstream
2023-06-17 00:40:25 -04:00
Dimitry Andric
9a521a21bc audio/festival: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because audio/festival's build infrastructure does not explicitly set
its C++ standard, this leads to an error:

  regexp.cc:178:22: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister]
  STATIC char *regnext(register char *p);
                       ^~~~~~~~~

To work around the error, add USE_CXXSTD=gnu++11 to compile for C++11
with GNU extensions instead. While here, pet portlint a little.

PR:		272014
Approved by:	fernape
MFH:		2023Q2
2023-06-16 20:03:01 +02:00
Mathieu Arnold
0622738362
*: regular cleanup for GH_TAGNAME bad usage 2023-06-16 15:59:40 +02:00
Dima Panov
1ec162a927 audio/aubio: unbreak build with python 3.11+
Python has set as default and deprecated the 'U' (open as Unicode) flag
for all file open routines since 3.3 release and removed it in 3.11+.

PR:		271980
2023-06-15 11:50:33 -04:00
Jan Beich
c24df21eda audio/gnome-metronome: update to 1.3.0
Changes:	https://gitlab.gnome.org/World/metronome/-/releases/1.3.0
Reported by:	GitLab (notify releases)
2023-06-15 00:42:28 +00:00
Hiroki Tagato
f9b727504f audio/gonic: update to 0.15.2 and take maintainership
While here:
- switch to DISTVERSION
- switch to GO_MODULE

Changelog: https://github.com/sentriz/gonic/blob/v0.15.2/CHANGELOG.md

PR:		271901
MFH:		2023Q2
2023-06-15 06:20:15 +09:00
Jason E. Hale
bfc938fcf3 audio/gogglesmm: Update to 1.2.4
https://github.com/gogglesmm/gogglesmm/releases/tag/1.2.4
2023-06-14 11:50:04 -04:00
Nicola Vitale
abf4588275
audio/py-pyradio: Update to 0.9.2.10
Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.2.10
2023-06-14 15:56:45 +02:00
Nicola Vitale
afb0cac0c0
audio/py-pyradio: Update to 0.9.2.9
Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.2.9
2023-06-13 22:27:57 +02:00
Yuri Victorovich
a47043a2cc audio/dragonfly-reverb-lv2: Update 3.2.9 → 3.2.10
Reported by:	portscout
2023-06-12 17:41:20 -07:00
Muhammad Moinur Rahman
c7310466d2 audio/lv2proc: Fix build with llvm15
Approved by:	portmgr (blanket)
2023-06-13 00:58:37 +02:00
Emanuel Haupt
34b6a729e1 audio/pt2-clone: Update to 1.59 2023-06-12 10:37:49 +02:00
Emanuel Haupt
d2a7ba9f81 audio/audiowmark: Fix build with llvm15
Upstream issue:	https://github.com/swesterfeld/audiowmark/issues/36
2023-06-12 09:59:19 +02:00
Muhammad Moinur Rahman
761e1abcc6 audio/murmur: Fix build with OpenSSL 3
- Refresh patches

Approved by:	portmgr (blanket)
2023-06-11 21:16:22 +02:00
Yuri Victorovich
0a3c41623f audio/sonivox-eas: Update 1.4.1 → 1.5.0
Reported by:	portscout
2023-06-11 11:49:20 -07:00
Jack
5f20ea875c audio/audacity: upgrade to 3.3.3
Changes:	https://support.audacityteam.org/additional-resources/changelog/audacity-3.3
PR:		271942
2023-06-11 19:00:59 +01:00
Yuri Victorovich
adc5841feb audio/noise-suppression-for-voice-lv2: Fix build on non-amd64 systems
Reported by:	fallout
2023-06-11 00:55:53 -07:00
Muhammad Moinur Rahman
b514c50032 audio/vm-lv2: Fix build with llvm15
- Pet portclippy

Approved by:	portmgr (blanket)
2023-06-10 19:14:08 +02:00
Muhammad Moinur Rahman
6a6940d043 audio/mumble: Fix build with OpenSSL 3 and later
Approved by:	portmgr (blanket)
2023-06-10 19:14:07 +02:00
Rene Ladan
771f26b15e audio/hvl2wav: Remove expired port
2023-06-09 audio/hvl2wav: Abandoned upstream, use audio/ocp instead
2023-06-10 13:20:53 +02:00
Yuri Victorovich
6f4c248c8c audio/noise-suppression-for-voice-lv2: Update 0.91-2 → 1.03 2023-06-09 14:09:55 -07:00
Yuri Victorovich
032e2f902b audio/noise-suppression-for-voice-lv2: Enable the LADSPA plugin 2023-06-09 08:48:01 -07:00
Mikael Urankar
e1d1045bc7 lang/rust: Bump revisions after 1.70.0
PR:		271797
2023-06-09 13:38:16 +02:00
Emanuel Haupt
4aca6786ed audio/audiowmark: Add new port
A sound file is read by the software, and a 128-bit message is stored in
a watermark in the output sound file. For human listeners, the files
typically sound the same.

However, the 128-bit message can be retrieved from the output sound
file. Our tests show, that even if the file is converted to mp3 or ogg
(with bitrate 128 kbit/s or higher), the watermark usually can be
retrieved without problems. The process of retrieving the message does
not need the original audio file (blind decoding).

Internally, audiowmark is using the patchwork algorithm to hide the data
in the spectrum of the audio file. The signal is split into 1024 sample
frames. For each frame, some pseoudo-randomly selected amplitudes of the
frequency bands of a 1024-value FFTs are increased or decreased
slightly, which can be detected later.
2023-06-09 08:53:07 +02:00
Felix Palmen
2e988988b4 audio/gtultra: Update to 1.5.4.1
Changes: https://github.com/jpage8580/GTUltra/releases/tag/v1.5.4.1

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2023-06-09 07:12:33 +02:00
Yuri Victorovich
182f263877 audio/qtractor: Update 0.9.33 → 0.9.34
Reported by:	portscout
2023-06-08 01:24:28 -07:00
Yuri Victorovich
63b62053fd audio/opustags: Update 1.8.0 → 1.9.0
Reported by:	portscout
2023-06-08 01:24:28 -07:00
Yuri Victorovich
3c5fc00efc audio/py-soxr: Update 0.3.4 → 0.3.5
Reported by:	portscout
2023-06-06 18:34:51 -07:00
Yuri Victorovich
b3f9d5b33b audio/sonivox: Update 3.6.11 → 3.6.12
Reported by:	portscout
2023-06-06 18:15:55 -07:00
Yuri Victorovich
227da899b8 audio/synthv1-lv2: Update 0.9.30 → 0.9.31 2023-06-06 18:13:55 -07:00
Yuri Victorovich
e1536c8efa audio/samplv1-lv2: Update 0.9.30 → 0.9.31 2023-06-06 18:13:54 -07:00
Yuri Victorovich
41cce46b0d audio/padthv1-lv2: Update 0.9.30 → 0.9.31 2023-06-06 18:13:53 -07:00
Yuri Victorovich
50f6dfccea audio/drumkv1-lv2: Update 0.9.30 → 0.9.31 2023-06-06 18:13:51 -07:00
Jason E. Hale
90ae110323 audio/picard-plugins: Update to snapshot from 2023-05-11
New plugins:
- mod: support for loading and renaming various tracker files formats
  (.mod, .xm, .it, etc.)
- submit_folksonomy_tags: allows submission of specific tags on tracks
  you own (defaults to <i>genre</i> and <i>mood</i>) as folksonomy tags
  on MusicBrainz. Supports submitting to recording, release, release
  group and release artist entities.
Removed plugins:
- happidev_lyrics: happi.dev service no longer exists
- replaygain: replaced by replaygain2 plugin

Additional info can be found at: https://picard.musicbrainz.org/plugins/
2023-06-06 18:24:57 -04:00
Muhammad Moinur Rahman
7d081ade39 audio/orbit-lv2: Fix build with llvm15
Approved by:	portmgr (blanket)
2023-06-06 22:45:26 +02:00
Muhammad Moinur Rahman
c46c3e8b55 audio/surge-synthesizer-xt-lv2: Fix buils with llvm15
Approved by:	portmgr (blanket)
2023-06-06 19:47:39 +02:00
Muhammad Moinur Rahman
5a4c344b2a audio/umurmur: Update version 0.2.17=>0.2.20
- Adopt port as the mails from the MAINTAINER is bouncing. In case the
  MAINTAINER returns please send me a mail for adoption [1]
- This port supports building with mbedtls so conditionally build with
  mbedtls when the OSVERSION is ge 1400089. This version will need to be
  updated based in the OSVERSION of OpenSSL 3 merge in the base.

Changelog: https://github.com/umurmur/umurmur/releases/tag/0.2.20
Reported by:	emaste [1]
Approved by:	portmgr (blanket)
2023-06-06 19:47:38 +02:00
Nicola Vitale
b130e0cfc6
audio/py-pyradio: Update to 0.9.2.7
Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.2.7
2023-06-06 18:38:56 +02:00
Yuri Victorovich
9114d3ea22 audio/carla: Update 2.5.4 → 2.5.5
Reported by:	portscout
2023-06-05 13:24:10 -07:00
Yuri Victorovich
d57e023359 audio/raul: Correction 2023-06-05 09:23:03 -07:00
Yuri Victorovich
815be68086 audio/raul: Use meson's --reconfigure in test target 2023-06-05 09:15:00 -07:00
Yuri Victorovich
f1e0091177 audio/triceratops-lv2: Re-add port: Polyphonic synthesizer LV2 plugin 2023-06-04 13:30:53 -07:00
Dimitry Andric
c7753b07bb audio/espeak-ng: fix build with clang 16
Since clang 16 (and gcc 11) the default C++ standard is now gnu++17.
Because audio/espeak-ng's Makefile does not explicitly set its C++
standard, this leads to an error:

  src/speechPlayer/src/speechWaveGenerator.cpp:197:56: error: reference to 'sample' is ambiguous
          unsigned int generate(const unsigned int sampleCount, sample* sampleBuf) {
                                                                ^
  src/speechPlayer/src/sample.h:23:3: note: candidate found by name lookup is 'sample'
  } sample;
    ^
  /usr/include/c++/v1/__algorithm/sample.h:95:17: note: candidate found by name lookup is 'std::sample'
  _SampleIterator sample(_PopulationIterator __first,
                  ^

This is because speechWaveGenerator.cpp has "using namespace std;" at
the top, so "sample" can match both "std::sample" (from <algorithm>) and
"struct sample" (from sample.h). Qualify "sample" as "::sample" to work
around the problem.

PR:		271486
Approved by:	maintainer timeout (2 weeks)
MFH:		2023Q2
2023-06-04 18:21:24 +02:00
Muhammad Moinur Rahman
db53b5afcb audio/asunder: Fix build with llvm15
- Pet portclippy
- Add missing LIB_DEPENDS

Approved by:	portmgr (blanket)
2023-06-04 15:23:25 +02:00
Muhammad Moinur Rahman
d07bc1dcbd audio/sherlock-lv2: Fix build with llvm15
Approved by:	portmgr (blanket)
2023-06-03 21:59:24 +02:00
Muhammad Moinur Rahman
db015e5893 audio/espressivo-lv2: Fix build with lvm15
Approved by:	portmgr (blanket)
2023-06-03 17:38:52 +02:00
Yuri Victorovich
5b3c268083 audio/py-zita-jacktools: Update 1.6.0 → 1.6.1
Reported by:	portscout
2023-06-03 01:42:51 -07:00
Jan Beich
32c5afbfa2 audio/webrtc-audio-processing: update to 1.1
Changes:	https://gitlab.freedesktop.org/pulseaudio/webrtc-audio-processing/-/compare/v1.0...v1.1
Reported by:	Repology
2023-06-02 18:31:25 +00:00
Jan Beich
f151b7fa34 audio/webrtc-audio-processing: rebase c9bdb0ca7d on top of upstream 2023-06-02 18:31:24 +00:00
Yuri Victorovich
5fd352825d audio/qmidinet: Update 0.9.9 → 0.9.10 2023-06-02 00:57:41 -07:00
Yuri Victorovich
5ab207cc51 audio/qxgedit: Update 0.9.9 → 0.9.10 2023-06-02 00:57:40 -07:00
Yuri Victorovich
ded87fb4eb audio/qsynth: Update 0.9.10 → 0.9.11 2023-06-02 00:57:40 -07:00
Yuri Victorovich
ba7ef0e470 audio/qmidictl: Update 0.9.9 → 0.9.10
Reported by:	portscout
2023-06-02 00:57:39 -07:00
Yuri Victorovich
e2991df9c0 audio/qjackctl: Update 0_9_10 → 0_9_11
Reported by:	portscout
2023-06-02 00:57:39 -07:00
Guido Falsi
09c4e20884 audio/xfce4-pulseaudio-plugin: Update to 0.4.7 2023-06-01 21:35:31 +02:00
Felix Palmen
60eff5ab86 audio/gtultra: Update to 1.5.4
Changes:
	https://github.com/jpage8580/GTUltra/releases/tag/v1.5.3
	https://github.com/jpage8580/GTUltra/releases/tag/v1.5.4

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2023-06-01 11:01:05 +02:00
Yuri Victorovich
227e41a58c audio/qsampler: Update 0_9_9 → 0_9_10
Reported by:	portscout
2023-05-31 09:06:20 -07:00
Alexey Dokuchaev
28b597f5d6 audio/flacon: the port had been updated to version 11.1.0
Since version 10.0.0 the program does not use external utilities
to calculate Replay Gain, the built-in method is used instead.
This accelerated the conversion process and reduced the number
of dependencies (particularly, metaflac, mp3gain, vorbisgain,
and wvgain are no longer needed).

Reported by:	portscout
2023-05-31 12:12:26 +00:00
Martin Neubauer
ca82785515 audio/alsa-plugins: fix build with FFMPEG option enabled
After the update to ffmpeg 6 the configure script failed to recognise the
components needed, causing packaging errors later on. Changing the dependency to
the new ffmpeg4 port fixes this.

PR:		271641
Reported by:	m.ne@gmx.net
2023-05-30 08:08:05 +02:00
Rodrigo Osorio
679af423b1 audio/ncspot: Update to 0.13.2
Port changes:
  - Move cargo list to Makefile.crates for a cleaner Makefile
  - Use default termios (standalone library directly talking to the TTY)
  - Delete ncurses dependency (USES)
  - Use multiple-choice for backend, where at least one option must be enabled
    by default we only enable PORTAUDIO so this change has no effect on people
    using ncspot from packages.

Full app changeLog:
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.2
  https://github.com/hrkfdn/ncspot/releases/tag/v0.13.1

PR:		271701
Reported by:	eduardo
2023-05-29 16:06:30 +02:00
Yuri Victorovich
205f3a1b33 audio/mclk-lv2: Update 0.2.2 → 0.2.3
Reported by:	portscout
2023-05-28 16:41:07 -07:00
Yuri Victorovich
28c656813f audio/avldrums-lv2: Update 0.6.0 → 0.6.1
Reported by:	portscout
2023-05-28 16:41:06 -07:00
Yuri Victorovich
2c691dab45 audio/gmsynth-lv2: Update 0.5.2 → 0.5.3
Reported by:	portscout
2023-05-28 16:41:06 -07:00
Daniel Engberg
de9b411d49 audio/moc: Disable FFmpeg plugin
Disable plugin as it no longer works as intended with FFmpeg 6

PR:		271338
Approved by:	rzinkov@gmail.com (maintainer timeout, 2+ weeks)
2023-05-27 21:32:16 +02:00
Hans Petter Selasky
46e258533e audio/virtual_oss: Update to 1.3.1
- Fix resource leakage related to Bluetooth.

Approved by:	pi (implicit)
2023-05-27 13:14:46 +02:00
Thomas Zander
ca5fd0c991
audio/musicpd: Enable the webdav storage plugin if curl is enabled
Details:
- With curl enabled, the webdav storage plugin can be enabled as well,
  allowing folks to access their collections via webdav.
- No new dependencies are required to support this feature.

PR:		271663
Reported by:	bsd@abinet.ru
MFH:		2023Q2
2023-05-27 08:41:37 +02:00
Thomas Zander
25c4a53794
audio/musicpd: Update to upstream release 0.23.13
Details:
- Bugfix release, see
  https://raw.githubusercontent.com/MusicPlayerDaemon/MPD/v0.23.13/NEWS

MFH:		2023Q2
2023-05-27 08:41:36 +02:00
Robert Clausecker
26da586c5a audio/denemo: unbreak on armv[67]
Packages just fine.

Approved by:	portmgr (build fix blanket)
Reported by:	andrew@tao11.riddles.org.uk
2023-05-25 11:39:31 +02:00
Hiroki Tagato
bb39c00aaf audio/py-pulsectl: update to 23.5.2
Reported by:	Repology
2023-05-25 16:12:53 +09:00
Yuri Victorovich
0ddaca3fc8 audio/x42-plugins-lv2: Update 20230315 → 20230512
Reported by:	portscout
2023-05-25 00:09:55 -07:00
Jan Beich
4ef0c9528f audio/amberol: update to 0.10.3
Changes:	https://gitlab.gnome.org/World/amberol/-/releases/0.10.3
Reported by:	GitLab (notify releases)
2023-05-23 22:18:29 +00:00
Felix Palmen
9c830421d7 audio/gtultra: Update to 1.5.2
No functional changes since 1.5.1, just fixes the build for gt2reloc, so
we don't have to fetch a separate patch any more.

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2023-05-23 21:42:54 +02:00
Yuri Victorovich
9d92ff711c audio/jacktrip: Update 1.8.1 → 1.9.0
Reported by:	portscout
2023-05-23 07:56:49 -07:00
Felix Palmen
083957ec3f audio/gtultra: Update to 1.5.1
Changes: https://github.com/jpage8580/GTUltra/releases/tag/v1.5.1

Reported by:	portscout
Approved by:	tcberner (mentor, implicit)
2023-05-22 21:20:42 +02:00
Yuri Victorovich
78c7d44a57 audio/wolf-shaper-lv2: Update 1.0.1 → 1.0.2
Reported by:	portscout
2023-05-21 23:54:56 -07:00
Yuri Victorovich
f2ecb5a3cb audio/faust: Update 2.54.9 → 2.59.6
Reported by:	portscout
2023-05-21 19:04:59 -07:00
Emanuel Haupt
f475553f11 audio/shairport-sync: Update to 4.2 2023-05-21 16:10:17 +02:00
Yuri Victorovich
07e26ad275 audio/mamba: Update 2.3 → 2.5
Reported by:	portscout
2023-05-20 18:33:52 -07:00
Jan Beich
adfa3e49c1 audio/libcanberra: respect PULSEAUDIO=off after 03ff10027e
Reported by:	portscan
2023-05-19 19:28:54 +00:00
Yuri Victorovich
3fa445c48a audio/spectmorph: Update 0.5.2 → 0.6.0
Reported by:	portscout
2023-05-19 00:54:16 -07:00
Muhammad Moinur Rahman
9b178ffd7e */*: llvm15 build fixes
llvm15 was also merged into 13.2-STABLE effective from OSVERSION
1302505. Fix the ports that failed to build with llvm15.

Approved by:	portmgr (blanket)
2023-05-17 18:30:15 +02:00
Tobias C. Berner
7769ca437c KDE: KDE Plasma 5.27.5, Bugfix Release for May
Tuesday, 9 May 2023. Today KDE releases a bugfix update to KDE Plasma 5,
versioned 5.27.5.

Plasma 5.27 was released in February 2023 with many feature refinements
and new modules to complete the desktop experience.

This release adds a month's worth of new translations and fixes from
KDE's contributors. The bugfixes are typically small but important and
include:

 * Bluedevil Applet: introduce a brief animation for section height
   estimates.
 * Discover Flatpak: Do not crash if for any reason we lack a ref's
   source.
 * Info Centre About-distro: add a dump mode to print to cli.

Changelog: https://kde.org/announcements/changelogs/plasma/5/5.27.4-5.27.5
2023-05-17 07:56:59 +02:00
Muhammad Moinur Rahman
5d65d6d60d audio/eteroj-lv2: Unbreak on HEAD 2023-05-17 06:53:03 +02:00
Muhammad Moinur Rahman
8a33036b89 audio/cava: Unbreak on HEAD
Approved by:	portmgr (blanket)
2023-05-16 17:46:53 +02:00
Emanuel Haupt
2262f431b2 audio/pt2-clone: Update to 1.58 2023-05-15 15:39:47 +02:00
Muhammad Moinur Rahman
b6d3e2d030 audio/gnuitar: Unbreak on HEAD
- Add LICENSE GPLv2
- Pet portclippy/portfmt
- Adopt port
2023-05-14 21:59:09 +02:00
Emanuel Haupt
e5b28af2de audio/ocp: Update to 0.2.105 2023-05-14 16:02:03 +02:00
Tobias C. Berner
812d7c232f KDE: Update KDE Gear to 23.04.1
KDE Gear 23.04.1

Thursday, 11 May 2023

Over 120 individual programs plus dozens of programmer libraries and
feature plugins are released simultaneogqusly as part of KDE Gear.

Today they all get new bugfix source releases with updated translations,
including:

 * kdenlive: Fix corrupted project files on opening
 * skanpage: Scan Export window's OCR language list is now scrollable
 * spectacle: Quitting Spectacle with Escape no longer affects windows below it

Announcement:	https://kde.org/announcements/gear/23.04.1/
Changelog:	https://kde.org/announcements/changelogs/gear/23.04.1/
2023-05-14 07:58:43 +02:00
Rainer Hurling
3f4c5c37c1 audio/py-pyttsx3: Add port
Offline Text To Speech (TTS) converter for Python. Unlike alternative libraries, it works offline.

Requires some post-release commits from Github due to dependency on audio/espeak-ng[1]. If release version 2.90 is installed via e.g. PIP instead, it will not find audio/espeak's libespeak-ng.so.1 library.

The port is needed as one of the dependencies of the QGIS plugin 'QChatGPT'.

[1] 1e2cd7fc63
2023-05-13 17:43:01 +02:00
Muhammad Moinur Rahman
864ec5fbb9 audio/play: Unbreak on HEAD
- Add LICENSE NONE
- Pet portclippy
- Adopt port
2023-05-13 16:24:16 +02:00
Chris Rees
1fe33abd0b audio/ampache: Update to 5.6.0
Fix the .htaccess issues with newer Apache-- see patchfile.  Submitted
upstream as pull request 3526
https://github.com/ampache/ampache/pull/3526

Changelog:	https://github.com/ampache/ampache/blob/develop/docs/CHANGELOG.md
2023-05-13 11:45:05 +01:00
Jan Beich
0b8711da24 audio/gnome-metronome: update to 1.2.1
Changes:	https://gitlab.gnome.org/World/metronome/-/releases/1.2.1
Reported by:	GitLab (notify releases)
2023-05-12 10:22:37 +00:00
Emanuel Haupt
339a41ecf9 audio/ocp: Update to 0.2.104
Changes:	https://github.com/mywave82/opencubicplayer/releases/tag/v0.2.104
2023-05-12 08:28:39 +02:00
Hiroki Tagato
fc048f95ff audio/py-pulsectl: update to 23.5.1
Reported by:	Repology
2023-05-11 17:17:14 +09:00
Emanuel Haupt
33cd6f6e62 audio/hvl2wav: Deprecate abandonware
Abandoned upstream, please use audio/ocp instead
2023-05-09 11:29:02 +02:00
Nicola Vitale
0cc5889394
audio/py-pyradio: Update to 0.9.2.6
Add devel/py-dateutil to dependencies.

Release changes: https://github.com/coderholic/pyradio/releases/tag/0.9.2.6
2023-05-09 08:45:58 +02:00
Florian Walpen
7bce1a901e audio/ardour: Update to 7.4.0 release.
Changes: https://ardour.org/whatsnew.html

PR:		271299
2023-05-08 10:25:51 +02:00
Jack
fb4828a081 audio/audacity: update to 3.3.2
This is a hotfix release.

Changelog: https://github.com/audacity/audacity/releases/tag/Audacity-3.3.2

PR:		271290
2023-05-08 10:25:50 +02:00
Emanuel Haupt
08478ae32f audio/libopenmpt: Update to 0.7.1 2023-05-08 10:24:46 +02:00
Yuri Victorovich
e8de19d2b7 audio/infamous-plugins-lv2: Update 0.3.0-7 → 0.3.2
Reported by:	portscout
2023-05-07 11:15:52 -07:00
Daniel Engberg
2da279ebe6 audio/gbemol: Deprecate and set expiration date to 2023-06-30
Unmaintained for years upstream, depends on deprecated GTK2, removed in
most repos and there are reports of broken behavour in forums dating
years back

PR:		270711
Approved by:	portmgr (maintainer timeout, 4+ weeks)
2023-05-07 09:44:41 +02:00
Daniel Engberg
e626349e1b audio/glurp: Deprecate and set expiration date to 2023-06-30
Unmaintained for years, depends on deprecated GTK2, removed in most repos
and there are reports of broken behavour in forums dating years back
(such as crashes when importing ~mid-size/large repos randomly etc)

PR:		270712
Approved by:	portmgr (maintainer timeout, 4+ weeks)
2023-05-07 09:42:43 +02:00
Muhammad Moinur Rahman
2be10220bd audio/spotify-tui: Mark BROKEN_SSL
- Fails to detect with OpenSSL 3.0.0 and later

Approved by:	portmgr (blanket)
2023-05-03 18:19:57 +02:00
Jason E. Hale
af126b7f5a audio/gogglesmm: Update to 1.2.3
https://github.com/gogglesmm/gogglesmm/releases/tag/1.2.3
2023-05-02 23:29:50 -04:00
Jason E. Hale
67d7c152a7 audio/strawberry: Update to 1.0.17
https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.15
https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.16
https://github.com/strawberrymusicplayer/strawberry/releases/tag/1.0.17
2023-05-02 23:29:49 -04:00
Daniel Engberg
60e0839b40 audio/pulseeffects: Deprecate and set expiration date to 2023-06-30
Listed a BROKEN for over a year and abandoned upstream. New project
upstream is called Easy Effects and targets PipeWire.

Reference: https://github.com/wwmm/easyeffects

Approved by:	portmgr (build intrastructure)
2023-05-02 23:51:38 +02:00
Daniel Engberg
0106d39abc audio/libgroove: Deprecate and set expiration date to 2023-06-30
Very little activity upstream in the last years, no plans to support
newer versions of FFmpeg
2023-05-02 23:48:38 +02:00
Daniel Engberg
4cd440845e */*: Move consumers of libebur128 to ebur128
ebur128 provides a noticable faster implementation on at least aarch64
and amd64 so make it default treewide as they conflict. If there's a
need further down the road we can add an option to choose between.

PR:		271175
Approved by:	acm, jhale (maintainers of some of the ports)
Sponsored by:	Blinkinblox
2023-05-02 23:35:19 +02:00
Nuno Teixeira
9e8ab5c7c4 audio/py-gtts: Update to 2.3.2
ChangeLog: https://github.com/pndurette/gTTS/releases/tag/v2.3.2
2023-05-02 20:18:46 +01:00
Jan Beich
9e2f049735 audio/mousai: update to 0.7.5
Changes:	https://github.com/SeaDve/Mousai/releases/tag/v0.7.5
Reported by:	GitHub (watch releases)
2023-05-02 17:51:39 +00:00
Po-Chuan Hsieh
29aec327fa
audio/py-python-mpd2: Update to 3.1.0
Changes:	https://github.com/Mic92/python-mpd2/blob/master/doc/changes.rst
2023-05-03 00:19:57 +08:00
Daniel Engberg
3c777dd028 audio/rsgain: Update to 3.3
https://github.com/complexlogic/rsgain/releases/tag/v3.3

PR:		271079
2023-05-02 08:35:18 -04:00
Guido Falsi
7d159a7730 audio/xfce4-mixer: Update to 4.18.1 2023-05-02 10:18:45 +02:00
Jack
0eb3ec48ff audio/audacity: update to 3.3.1
Changes:	https://github.com/audacity/audacity/releases/tag/Audacity-3.3.1
Changes:	https://github.com/audacity/audacity/releases/tag/Audacity-3.3.0

    Some of the built-in effects are now realtime capable (Bass & Treble, Distortion, Phaser, Reverb and Wahwah).
    #4352 Added a new effect: Shelf Filter.
    Added an initial (beta) version of Beats and Measures.
    #4414 Reworked the bottom toolbar dock:
        Project Sample Rate is now found in Audio Setup -> Audio Settings (formerly known as Project Rate).
        The Snapping Toolbar (formerly known as Snap-To) is now independent of the Selection Toolbar.
        Added a new Time Signature Toolbar (beta). It is hidden by default.
    #4212 Improved Zooming behavior slightly (more to come in the future).
    #4393 Added a new ruler, Linear (dB). This ruler goes from 0 dBFS to -∞ dBFS and better reflects the volume as shown in the recording/playback meters.
    #3820 When copying clips between projects, you now can choose between whether to copy smart clips or just the visible portion.
    #4133 Added a delete button to the Cut/Copy/Paste toolbar.

Bugfixes

    #1584 Audacity no longer dithers tracks unnecessarily.
    #2427 Linux playback now handles output latency better (less stutters).
    #3796 The EQ effect no longer resets clip names.
    #3801 Audacity no longer crashes when trying to load projects with plugins that since have been deleted.
    #4417 Resampling a track no longer trims it.

Libraries

    FFmpeg 6 (avformat 60) is now supported.
    Moved from Breakpad to Crashpad.
    Extracted various libraries from within Audacity.

PR:		271094

Approved by:	jack (maintainer)
2023-05-01 17:07:23 +01:00
Daniel Engberg
2ff56353f7 audio/ebur128: Use double verbose switches
Single --verbose may hide non-error output from bundled libraries

Reference:
https://cgit.freebsd.org/ports/commit/?id=7bec7b192cdabe3fc1ba9ddaeb4e6edc42c1be01

Reported by:	jbeich
2023-05-01 17:13:04 +02:00
Daniel Engberg
e3d010abf2 audio/ebur128: Fix typo in do-install section
Terminate line correctly
2023-05-01 17:03:25 +02:00
Daniel Engberg
7fbb345c52 audio/libebur128: Add CONFLICTS_INSTALL entry for ebur128
ebur128 is a drop-in replacement so both can't be installed at the
same time
2023-05-01 16:58:31 +02:00
Daniel Engberg
2c3165b737 audio/ebur128: New port: Rust port of the libebur128 C library
Drop-in replacement of libebur128, written in Rust and is about
15-25% faster on my amd64 and aarch64 test boxes.

Sponsored by:	Blinkinblox
2023-05-01 16:58:31 +02:00
Daniel Engberg
acb87c6cb5 audio/chromaprint: Update distinfo
Forgot to update distinfo in last commit

Reported by:	John Hein <jcfyecrayz@liamekaens.com>
2023-05-01 16:58:30 +02:00
Emanuel Haupt
c17eb93459 audio/libopenmpt: Update to 0.7.0
Release notes:  https://lib.openmpt.org/libopenmpt/2023/04/30/release-0.7.0/
2023-05-01 14:46:16 +02:00
Daniel Engberg
4dbbb5144e */*: Bump consumers of liba52 2023-05-01 13:08:32 +02:00
Daniel Engberg
cb17009799 audio/liba52: Switch to fork and update to 0.8.0
* Switch to Adélie Linux's fork
* Drop support for unmaintained djbfft library
* Use stock framework optimization

Changelog:
c388f3b6d9/ChangeLog
2023-05-01 13:08:32 +02:00
Daniel Engberg
b064152e2b audio/chromaprint: Fix DISTVERSION
DISTVERSION shouldn't go backwards

Reported by:	zirias, mat
2023-05-01 13:08:32 +02:00
Timothy Beyer
42e0402b6d audio/vgmtools: Tools for vgm/vgz files
The official and always up-to-date tools for all VGM (Video Game
Music) files. VGM is an audio file format for multiple video game
platforms, such as Sega Master System, Game Gear, Mega Drive/Genesis,
MSX, Neo Geo, IBM PC AT (Adlib/SoundBlaster), and has expanded to a
variety of arcade system boards since its release.

WWW: https://github.com/vgmrips/vgmtools

PR:		257174
2023-04-30 20:41:41 +02:00
Muhammad Moinur Rahman
f7de066826 audio/umurmur: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
- Pet portclippy while I am here

Approved by:	portmgr (blanket)
2023-04-30 20:33:30 +02:00
Muhammad Moinur Rahman
a6a95015a1 audio/murmur: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON

Approved by:	portmgr (blanket)
2023-04-30 20:33:30 +02:00
Yuri Victorovich
f0108279b9 audio/miniaudio: Update 0.11.9 → 0.11.15
Reported by:	portscout
2023-04-30 11:26:52 -07:00
Felix Palmen
a6bb2f8c5e Mk/Uses/magick.mk: Bump all consumers
Bump all consumers of ImageMagick ports after flavorizing them.

Approved by:	tcberner (mentor, implicit)
2023-04-30 13:10:42 +02:00
Felix Palmen
0fd347eaa9 audio/beets: Convert to USES=magick
Approved by:		tcberner (mentor, implicit)
Differential Revision:	https://reviews.freebsd.org/D39598
2023-04-30 13:10:40 +02:00
Tatsuki Makino
c084dfa702 audio/libopenshot-audio: Update to 0.3.2
ChangeLog: https://www.openshot.org/blog/2023/04/20/new_openshot_release_311/

PR:		271073
Reported by:	tatsuki_makino@hotmail.com (maintainer)
2023-04-29 19:12:37 +02:00
Guido Falsi
663d0a6ab3 audio/xfce4-mixer: Resuscitate port, update to 4.18.0
This new mixer incarnation has support for various audio architectures.

The port has two flavors:

lite (default one) - supports only system audio (oss)
full - has all options turned on, also supporta alsa, pulseaudio and sndio
2023-04-29 17:59:08 +02:00
Guido Falsi
ec5c3a21e9 audio/xfce4-mpc-plugin: Update to 0.5.3
- Add missing dependencies
- Minor Makefile layout fix
2023-04-29 17:56:24 +02:00
Muhammad Moinur Rahman
20eb03b88d audio/mumble: Mark BROKEN_SSL
- Requires OpenSSL 3.0.0 deprecated CRYPTO_MEM_CHECK_ON
- There are more recent version available on upstream site and might
  have these fixed

Approved by:	portmgr (blanket)
2023-04-29 10:14:59 -05:00
Jan Beich
08cdacb17a audio/amberol: update to 0.10.2
Changes:	https://gitlab.gnome.org/World/amberol/-/releases/0.10.2
Reported by:	GitLab (notify releases)
2023-04-29 00:54:51 +00:00
Dima Panov
3e45e8e244
*/*: bump all direct Boost cunsumers 2023-04-27 21:25:55 +03:00
Emanuel Haupt
aad12a455d audio/fasttracker2: Update to 1.67 2023-04-27 16:22:09 +02:00
Daniel Engberg
f7accb23bf */*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s)
2023-04-27 14:01:46 +02:00
Daniel Engberg
947cc0959e audio/spek: Update to 0.8.5
Fixes build with FFmpeg 6

Changelog: https://github.com/alexkay/spek/releases/tag/v0.8.5

PR:		270193
Approved by:	portmgr (maintainer timeout, 1+ month)
2023-04-27 14:01:44 +02:00
Daniel Engberg
5e7e1a2211 audio/chromaprint: Update to latest commit (2022-12-17)
Fixes compatibility with FFmpeg 6

PR:		270180
Reviewed by:	jhale (maintainer)
2023-04-27 14:01:44 +02:00
Daniel Engberg
6fcbf43cef audio/libgroove: Move to FFmpeg 4
Fails to build with FFmpeg 6

PR:		261302
Reported by:	antoine (via exp-run)
Approved by:	portmgr (blanket, build fix)
Sponsored by:	Blinkinblox
2023-04-27 14:01:41 +02:00
Daniel Engberg
de595bdfcc audio/essentia: Move to FFmpeg 4
Fails to build with FFmpeg 6

PR:		261302
Reported by:	antoine (via exp-run)
Approved by:	portmgr (blanket, build fix)
Sponsored by:	Blinkinblox
2023-04-27 14:01:40 +02:00
Daniel Engberg
7e01d5dc02 audio/aqualung: Move to FFmpeg 4
Fails to build with FFmpeg 6

PR:		270194
Approved by:	portmgr (blanket, build fix)
Sponsored by:	Blinkinblox
2023-04-27 14:01:40 +02:00
Jan Beich
453044bf93 audio/mousai: update to 0.7.4
Changes:	https://github.com/SeaDve/Mousai/releases/tag/v0.7.4
Reported by:	GitHub (watch releases)
2023-04-26 14:18:15 +00:00
Jan Beich
68ee5ac82f audio/amberol: update to 0.10.1
Changes:	https://gitlab.gnome.org/World/amberol/-/releases/0.10.1
Reported by:	GitLab (notify releases)
2023-04-26 14:18:02 +00:00
Guido Falsi
8bb28a5200 audio/xfmpc: Update to 0.3.1
- Add missing dependencies.
2023-04-26 13:04:58 +02:00
Christian Weisgerber
feb1fa34f5 audio/opus: bump consumers after update to 1.4 2023-04-25 17:17:15 +02:00
Christian Weisgerber
ffa50ba20a audio/opus: update to 1.4
This new release brings the following improvements:
- Improved tuning of the Opus in-band FEC (LBRR)
- Added an OPUS_SET_INBAND_FEC(2) option that turns on FEC, but does not
  force SILK mode (FEC will be disabled in CELT mode)
- Improved tuning and various fixes to DTX

PR:		270996
2023-04-25 17:17:15 +02:00
Daniel Engberg
11f81d028a audio/zmusic: Update to 1.1.12
Unbundle Game_Music_Emu (libgme)

Changelog:
https://github.com/ZDoom/ZMusic/compare/1.1.10...1.1.12

PR:		270808
Reviewed by:	kevans (maintainer)
Sponsored by:	Blinkinblox
2023-04-25 11:05:40 +02:00
Daniel Engberg
4fb2aac3d4 audio/rubberband: Update to 3.2.1
Add "make test" target

Changelog:
https://github.com/breakfastquay/rubberband/blob/v3.2.1/CHANGELOG

PR:		270747
Approved by:	portmgr (maintainer timeout, 2+ weeks)
Sponsored by:	Blinkinblox
2023-04-25 11:05:39 +02:00
Jan Beich
d6483ecef5 audio/amberol: update to 0.10.0
Changes:	https://gitlab.gnome.org/World/amberol/-/releases/0.10.0
Reported by:	GitLab (notify releases)
2023-04-25 00:44:41 +00:00
Mikael Urankar
3db55c4e97 lang/rust: Bump revisions after 1.69.0
PR:		270953
2023-04-23 15:14:05 +02:00
Gerald Pfeifer
8d3e020ed0 *: Bump PORTREVISIONs for math/mpc update to 1.3.1 2023-04-23 09:09:58 +00:00
Jan Beich
83b7391439 audio/mousai: update to 0.7.3
Changes:	https://github.com/SeaDve/Mousai/releases/tag/v0.7.3
Reported by:	GitHub (watch releases)
2023-04-22 04:41:52 +00:00
Tobias C. Berner
24f9930043 KDE: Update KDE Gear to 23.04.0
Thursday, 20 April 2023

New apps join KDE Gear ⚙️ 23.04 and unlock access to fledgling social
media platforms, online video streaming services, podcasts, and much
more. This new generation of apps are designed to work both on your
computer and mobile phone right out of the box.

But, of course, if you are also looking forward to new versions of the
KDE tools you already know and trust, those are here too! Classics like
Spectacle, Dolphin, Kdenlive, Kate, and Okular all boast shiny new
features, code optimizations, and performance improvements.

Read on to find out what's new and what has been improved in KDE Gear ⚙️
23.04:

Announcement:		https://kde.org/announcements/gear/23.04.0/
Changelog:		https://kde.org/announcements/changelogs/gear/23.04.0/
2023-04-20 20:17:18 +02:00
Robert Clausecker
d52a8663a6 audio/pd-cyclone: hook port into category Makefile
Reported by:	antoine
2023-04-20 13:49:23 +02:00
Timothy Beyer
6382a9c6b6 audio/pd-cyclone: restore port
Restore pd-cyclone, based on slightly newer distfile available online.

Cyclone is a library of PureData classes, bringing some level of compatibility
between Max/MSP and Pd environments. The original goal of cyclone was to create
a collection of Max/MSP objects for PureData. This was in the 2000s area,
Max/MSP version 4.6. Since then MAX evolved its architecture and file format to
something that is incompatible with PureData. Compatibility in patch file level
is limited to this very old version of Max/MSP.

WWW: http://puredata.info/downloads/cyclone/

PR:		261883
2023-04-18 23:55:30 +02:00
Timothy Beyer
6fbe3e61ee audio/pd: Add MIDI support via PortMIDI and sndio
Also unbreak port on FreeBSD 13+.
Submitter becomes maintainer.

PR:		252188
Approved by:	brittlehaus@gmail.com (maintainer timeout)
2023-04-18 23:55:30 +02:00
Po-Chuan Hsieh
26643eee31
audio/flite: Use DISTVERSIONSUFFIX instead of DISTNAME 2023-04-19 02:05:12 +08:00
Thomas Zander
7c2f46c8e6
audio/fluidsynth: Update to upstream relese 2.3.2
MFH:		2023Q2
2023-04-17 08:05:40 +02:00
Emanuel Haupt
e059322248 audio/libopenmpt: Update to 0.6.10 2023-04-17 07:56:06 +02:00
Yuri Victorovich
6c0dfd25d9 audio/sfizz: Update 1.2.0 → 1.2.1
Reported by:	portscout
2023-04-16 13:04:58 -07:00
Muhammad Moinur Rahman
0ac3a69555 */*: Remove merged or non-existent USE_PHP directives
- Remove USE_PHP=hash which is available in default php installation of
  all versions of php
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION MHASH
- Remove USE_PHP=json which is available in default php installation of
  all versions of php
  * devel/pear-PHPTAL: Remove OPTION JSON
  * www/ilias: Remove OPTION SCORM2004
- Remove USE_PHP=mssql which is no longer available in php from php80
  and later and has been replaced with sqlsrv module which is Windows
  only
  * www/codeigniter: Remove OPTION MSSQL
  * www/moodle311: Remove OPTION MSSQL
  * www/moodle39: Remove OPTION MSSQL
  * www/moodle40: Remove OPTION MSSQL
  * www/moodle41: Remove OPTION MSSQL
- Remove USE_PHP=openssl which is available in default php installation
  of all versions of php
  * databases/phpmyadmin: Remove OPTION OPENSSL
  * databases/phpmyadmin5: Remove OPTION OPENSSL
  * security/pear-Horde_Crypt_Blowfish: Remove OPTION OPENSSL
  * www/nextcloud: Remove OPTION SSL
  * www/owncloud: Remove OPTION SSL
- Remove USE_PHP=pcre which is available in default php installation of
  all versions of php
  * sysutils/racktables: Remove OPTION PCRE
- Remove USE_PHP=postgresql which should be USE_PHP=pgsql and update
  following ports
  * www/typo3-11
  * www/typo3-12
- Remove USE_PHP=pdf which is no longer available as php module
  * databases/phpmyadmin: Remove OPTION PDF
- Remove USE_PHP=spl which is available in default php installation of
  all versions of php
- Remove USE_PHP=sqlsrv which was never imported into FreeBSD as that is
  Windows only php module
  * www/typo3-11: Remove OPTION SQLSRV
  * www/typo3-12: Remove OPTION SQLSRV
- Bump where DEFAULT OPTIONS are affected

Sponsored by:	Bounce Experts

Approved by:	portmgr(blanket)
2023-04-16 20:09:23 +02:00
Yuri Victorovich
954c1c72a9 audio/dpf-plugins-lv2: Update 1.6 → 1.7
Reported by:	portscout
2023-04-16 01:28:35 -07:00