diff options
Diffstat (limited to 'audio')
31 files changed, 76 insertions, 44 deletions
diff --git a/audio/amberol/Makefile b/audio/amberol/Makefile index 10766a4a3497..63339d1d90cc 100644 --- a/audio/amberol/Makefile +++ b/audio/amberol/Makefile @@ -1,6 +1,6 @@ PORTNAME= amberol DISTVERSION= 2025.1 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/ebur128/Makefile b/audio/ebur128/Makefile index 21622f81e589..a530a6d215c2 100644 --- a/audio/ebur128/Makefile +++ b/audio/ebur128/Makefile @@ -1,6 +1,6 @@ PORTNAME= ebur128 DISTVERSION= 0.1.10 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MAINTAINER= diizzy@FreeBSD.org diff --git a/audio/fooyin/Makefile b/audio/fooyin/Makefile index d8f4c9a1ed79..32a79d365e4b 100644 --- a/audio/fooyin/Makefile +++ b/audio/fooyin/Makefile @@ -1,8 +1,14 @@ PORTNAME= fooyin DISTVERSIONPREFIX= v DISTVERSION= 0.9.1 +PORTREVISION= 1 CATEGORIES= audio multimedia +PATCH_SITES= https://github.com/fooyin/fooyin/commit/ +PATCHFILES= abf2c25802fde6be01008c2ad7a70b26f18bc302.patch:-p1 \ + 772418e58288a4cf77e1b8040ded044e771ae827.patch:-p1 \ + cffe88058e96c44e563e927d8a4a903e28246020.patch:-p1 + MAINTAINER= diizzy@FreeBSD.org COMMENT= foobar2000 inspired audio player WWW= https://github.com/fooyin/fooyin diff --git a/audio/fooyin/distinfo b/audio/fooyin/distinfo index a23009ca9c29..9b90c9dbeb2a 100644 --- a/audio/fooyin/distinfo +++ b/audio/fooyin/distinfo @@ -1,3 +1,9 @@ -TIMESTAMP = 1755455776 +TIMESTAMP = 1756013315 SHA256 (fooyin-fooyin-v0.9.1_GH0.tar.gz) = 3559e2ffcd6ad82d72b90bcba3a3e607437329702339a3a3c989e28d28199b1d SIZE (fooyin-fooyin-v0.9.1_GH0.tar.gz) = 2073297 +SHA256 (abf2c25802fde6be01008c2ad7a70b26f18bc302.patch) = 825241e778fde00906a04a87d0dc1c076e1eb4debd8d5d677528834eb1898ae5 +SIZE (abf2c25802fde6be01008c2ad7a70b26f18bc302.patch) = 1993 +SHA256 (772418e58288a4cf77e1b8040ded044e771ae827.patch) = e4de7f6367fa916166844a4d134eec8efa0ddda3de24fa7e302063dd912c2520 +SIZE (772418e58288a4cf77e1b8040ded044e771ae827.patch) = 755 +SHA256 (cffe88058e96c44e563e927d8a4a903e28246020.patch) = 7cc932584dbab3a1b2384d2417c8ba74d2543da353467112da586af624fa9e89 +SIZE (cffe88058e96c44e563e927d8a4a903e28246020.patch) = 1718 diff --git a/audio/gnome-metronome/Makefile b/audio/gnome-metronome/Makefile index 37c9a971375c..d6548846a022 100644 --- a/audio/gnome-metronome/Makefile +++ b/audio/gnome-metronome/Makefile @@ -1,6 +1,6 @@ PORTNAME= metronome DISTVERSION= 1.3.0 -PORTREVISION= 19 +PORTREVISION= 20 CATEGORIES= audio gnome PKGNAMEPREFIX= gnome- DIST_SUBDIR= gnome diff --git a/audio/gnome-podcasts/Makefile b/audio/gnome-podcasts/Makefile index 4aaf06055ebd..3ec5dcf7c17d 100644 --- a/audio/gnome-podcasts/Makefile +++ b/audio/gnome-podcasts/Makefile @@ -1,6 +1,6 @@ PORTNAME= podcasts DISTVERSION= 0.7.1 -PORTREVISION= 11 +PORTREVISION= 12 CATEGORIES= audio PKGNAMEPREFIX= gnome- diff --git a/audio/gsequencer/Makefile b/audio/gsequencer/Makefile index eaf85ae0fddd..988db916eb1c 100644 --- a/audio/gsequencer/Makefile +++ b/audio/gsequencer/Makefile @@ -1,6 +1,6 @@ PORTNAME= gsequencer DISTVERSION= 7.5.5 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/klystrack/Makefile b/audio/klystrack/Makefile index 888935c570f8..eec66c277e05 100644 --- a/audio/klystrack/Makefile +++ b/audio/klystrack/Makefile @@ -1,5 +1,6 @@ PORTNAME= klystrack PORTVERSION= 1.7.8 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ehaupt@FreeBSD.org diff --git a/audio/lewton/Makefile b/audio/lewton/Makefile index e9327cdaa822..35489ffed2f3 100644 --- a/audio/lewton/Makefile +++ b/audio/lewton/Makefile @@ -1,6 +1,6 @@ PORTNAME= lewton DISTVERSION= 0.10.2 -PORTREVISION= 38 +PORTREVISION= 39 CATEGORIES= audio PATCH_SITES= https://github.com/${GH_ACCOUNT}/${GH_PROJECT}/commit/ diff --git a/audio/lewton/files/patch-rust-1.89.0 b/audio/lewton/files/patch-rust-1.89.0 new file mode 100644 index 000000000000..49869710a43a --- /dev/null +++ b/audio/lewton/files/patch-rust-1.89.0 @@ -0,0 +1,18 @@ +--- src/capi.rs.orig 2025-08-23 11:38:26 UTC ++++ src/capi.rs +@@ -120,6 +120,7 @@ pub unsafe extern fn lewton_decode_packet(ctx :*mut Le + } + + /// Provide the number of samples present in each channel ++#[warn(dangerous_implicit_autorefs)] + #[no_mangle] + pub unsafe extern fn lewton_samples_count(samples :*const LewtonSamples) -> usize { + (*samples).0 +@@ -129,6 +130,7 @@ pub unsafe extern fn lewton_samples_count(samples :*co + } + + /// Provide a reference to the channel sample data ++#[warn(dangerous_implicit_autorefs)] + pub unsafe extern fn lewton_samples_f32(samples :*const LewtonSamples, channel :usize) -> *const f32 { + (*samples).0 + .get(channel) diff --git a/audio/lollypop/Makefile b/audio/lollypop/Makefile index eb1c7f2da761..516775b6bd02 100644 --- a/audio/lollypop/Makefile +++ b/audio/lollypop/Makefile @@ -1,5 +1,6 @@ PORTNAME= lollypop DISTVERSION= 1.4.41 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/mmtc/Makefile b/audio/mmtc/Makefile index c975b89097c9..9d7acb499f76 100644 --- a/audio/mmtc/Makefile +++ b/audio/mmtc/Makefile @@ -1,7 +1,7 @@ PORTNAME= mmtc DISTVERSIONPREFIX= v DISTVERSION= 0.3.2 -PORTREVISION= 21 +PORTREVISION= 22 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/mousai/Makefile b/audio/mousai/Makefile index 08ed64e3c1bd..75860fc0915e 100644 --- a/audio/mousai/Makefile +++ b/audio/mousai/Makefile @@ -1,7 +1,7 @@ PORTNAME= mousai DISTVERSIONPREFIX= v DISTVERSION= 0.7.8 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= audio MAINTAINER= ports@FreeBSD.org diff --git a/audio/myxer/Makefile b/audio/myxer/Makefile index b0a4832b1067..9d9ecc02018b 100644 --- a/audio/myxer/Makefile +++ b/audio/myxer/Makefile @@ -1,6 +1,6 @@ PORTNAME= myxer DISTVERSION= 1.3.0 -PORTREVISION= 12 +PORTREVISION= 13 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/ncspot/Makefile b/audio/ncspot/Makefile index 310915fc266b..541a3db4a9e4 100644 --- a/audio/ncspot/Makefile +++ b/audio/ncspot/Makefile @@ -1,6 +1,7 @@ PORTNAME= ncspot DISTVERSIONPREFIX= v DISTVERSION= 1.3.0 +PORTREVISION= 1 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/netease-music-tui/Makefile b/audio/netease-music-tui/Makefile index bf5e4aede38b..c75eaf2629c4 100644 --- a/audio/netease-music-tui/Makefile +++ b/audio/netease-music-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= netease-music-tui DISTVERSIONPREFIX= v DISTVERSION= 0.1.5 -PORTREVISION= 23 +PORTREVISION= 24 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/pipewire-spa-oss/Makefile b/audio/pipewire-spa-oss/Makefile index f97764fe4f96..8d7b3f496385 100644 --- a/audio/pipewire-spa-oss/Makefile +++ b/audio/pipewire-spa-oss/Makefile @@ -1,6 +1,6 @@ PORTNAME= pipewire-spa-oss DISTVERSION= g20250416 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= arrowd@FreeBSD.org diff --git a/audio/py-auditok/Makefile b/audio/py-auditok/Makefile index 7045ca61b3e5..fa38fe700202 100644 --- a/audio/py-auditok/Makefile +++ b/audio/py-auditok/Makefile @@ -1,6 +1,6 @@ PORTNAME= auditok DISTVERSION= 0.3.0 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-music21/Makefile b/audio/py-music21/Makefile index 84c32e8be9ce..efd5879951ac 100644 --- a/audio/py-music21/Makefile +++ b/audio/py-music21/Makefile @@ -1,5 +1,6 @@ PORTNAME= music21 DISTVERSION= 9.5.0 +PORTREVISION= 1 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-supysonic/Makefile b/audio/py-supysonic/Makefile index 0a94f63e1b2c..e3840a4d97e1 100644 --- a/audio/py-supysonic/Makefile +++ b/audio/py-supysonic/Makefile @@ -1,6 +1,6 @@ PORTNAME= supysonic DISTVERSION= 0.7.9 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio python MASTER_SITES= PYPI PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/py-torchaudio/Makefile b/audio/py-torchaudio/Makefile index aabf03bbaaaf..0dabff5f6e6b 100644 --- a/audio/py-torchaudio/Makefile +++ b/audio/py-torchaudio/Makefile @@ -1,7 +1,7 @@ PORTNAME= torchaudio DISTVERSIONPREFIX= v DISTVERSION= 2.8.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio python # machine-learning MASTER_SITES= https://downloads.sourceforge.net/project/sox/sox/14.4.2/:sox PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/audio/shortwave/Makefile b/audio/shortwave/Makefile index 7b84b067b80b..6ec9c69242a2 100644 --- a/audio/shortwave/Makefile +++ b/audio/shortwave/Makefile @@ -1,6 +1,6 @@ PORTNAME= shortwave DISTVERSION= 5.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= audio MAINTAINER= decke@FreeBSD.org diff --git a/audio/songrec/Makefile b/audio/songrec/Makefile index 7db9e8f361b1..1ceae54d0f5b 100644 --- a/audio/songrec/Makefile +++ b/audio/songrec/Makefile @@ -1,6 +1,6 @@ PORTNAME= songrec DISTVERSION= 0.4.3 -PORTREVISION= 9 +PORTREVISION= 10 CATEGORIES= audio MAINTAINER= yuri@FreeBSD.org diff --git a/audio/spotify-player/Makefile b/audio/spotify-player/Makefile index 3b7711881e16..6dd71d024fff 100644 --- a/audio/spotify-player/Makefile +++ b/audio/spotify-player/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-player DISTVERSIONPREFIX= v DISTVERSION= 0.20.4 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= audio MAINTAINER= jfree@FreeBSD.org diff --git a/audio/spotify-tui/Makefile b/audio/spotify-tui/Makefile index 9b4e76de7402..dc1f645154e2 100644 --- a/audio/spotify-tui/Makefile +++ b/audio/spotify-tui/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotify-tui DISTVERSIONPREFIX= v DISTVERSION= 0.25.0 -PORTREVISION= 37 +PORTREVISION= 38 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org diff --git a/audio/spotifyd/Makefile b/audio/spotifyd/Makefile index ab404cb08f2a..7ce3bb485d65 100644 --- a/audio/spotifyd/Makefile +++ b/audio/spotifyd/Makefile @@ -1,7 +1,7 @@ PORTNAME= spotifyd DISTVERSIONPREFIX= v DISTVERSION= 0.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= audio MAINTAINER= rodrigo@FreeBSD.org diff --git a/audio/squeezelite/Makefile b/audio/squeezelite/Makefile index a951f923f491..6e76ea9b5aee 100644 --- a/audio/squeezelite/Makefile +++ b/audio/squeezelite/Makefile @@ -1,6 +1,5 @@ PORTNAME= squeezelite -DISTVERSION= 1.9.9.1422 -PORTREVISION= 4 +DISTVERSION= 2.0.0.1541 CATEGORIES= audio MAINTAINER= jockl@pianojockl.org @@ -20,7 +19,7 @@ LIB_DEPENDS= libfaad.so:audio/faad \ USES= gmake localbase:ldflags ssl USE_GITHUB= yes GH_ACCOUNT= ralph-irving -GH_TAGNAME= 6394b3f +GH_TAGNAME= 72e1fd8 CPPFLAGS+= -I${PREFIX}/include/portaudio2 LDFLAGS+= -lportaudio -lm diff --git a/audio/squeezelite/distinfo b/audio/squeezelite/distinfo index a5d58b3845c9..a37a29541f15 100644 --- a/audio/squeezelite/distinfo +++ b/audio/squeezelite/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1678789031 -SHA256 (ralph-irving-squeezelite-1.9.9.1422-6394b3f_GH0.tar.gz) = e7d7ab836d30f1fae6cbea53c3b4397976c97edb6870e4f6ebe7b184b83e5a3d -SIZE (ralph-irving-squeezelite-1.9.9.1422-6394b3f_GH0.tar.gz) = 167177 +TIMESTAMP = 1756472633 +SHA256 (ralph-irving-squeezelite-2.0.0.1541-72e1fd8_GH0.tar.gz) = 8da8358786979637935e459afad4ea901dc74caaf06f6e60479bf6aa25a39ae6 +SIZE (ralph-irving-squeezelite-2.0.0.1541-72e1fd8_GH0.tar.gz) = 173244 diff --git a/audio/welle.io/Makefile b/audio/welle.io/Makefile index 7a35b96e2646..30076011ef63 100644 --- a/audio/welle.io/Makefile +++ b/audio/welle.io/Makefile @@ -1,9 +1,9 @@ PORTNAME= welle.io -DISTVERSION= 2.4 -PORTREVISION= 2 +DISTVERSIONPREFIX= v +DISTVERSION= 2.7 CATEGORIES= audio hamradio -MAINTAINER= nsonack@outlook.com +MAINTAINER= nsonack@herrhotzenplotz.de COMMENT= SDR DAB/DAB+ Receiver WWW= https://www.welle.io/ @@ -16,12 +16,10 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib \ libmpg123.so:audio/mpg123 RUN_DEPENDS= ${LOCALBASE}/lib/alsa-lib/libasound_module_pcm_oss.so:audio/alsa-plugins -USES= cmake compiler:c++11-lang pkgconfig qt:5 +USES= cmake compiler:c++17-lang pkgconfig qt:6 USE_GITHUB= yes GH_ACCOUNT= AlbrechtL -GH_TAGNAME= 0aacf578d77d79212483cd6fce436fb66523f63f -USE_QT= charts core dbus declarative gui multimedia network \ - quickcontrols2 widgets buildtools:build qmake:build +USE_QT= base charts declarative multimedia OPTIONS_DEFINE= AIRSPY CLI FFTW RTLSDR SOAPY OPTIONS_DEFAULT= FFTW RTLSDR diff --git a/audio/welle.io/distinfo b/audio/welle.io/distinfo index d1e3c417d57c..d5c2f2654c4d 100644 --- a/audio/welle.io/distinfo +++ b/audio/welle.io/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1644829140 -SHA256 (AlbrechtL-welle.io-2.4-0aacf578d77d79212483cd6fce436fb66523f63f_GH0.tar.gz) = 150ecf2b4839a322cea7bac65d6f23e1679572079225870a9a8017c992791023 -SIZE (AlbrechtL-welle.io-2.4-0aacf578d77d79212483cd6fce436fb66523f63f_GH0.tar.gz) = 6765868 +TIMESTAMP = 1756500560 +SHA256 (AlbrechtL-welle.io-v2.7_GH0.tar.gz) = 191687c163a2dc69a49beef8d3fa1ba85114e7a046f6718290e54d4b163bdbaf +SIZE (AlbrechtL-welle.io-v2.7_GH0.tar.gz) = 6788200 diff --git a/audio/welle.io/pkg-plist b/audio/welle.io/pkg-plist index 91fdffc05ac9..3999dff3819a 100644 --- a/audio/welle.io/pkg-plist +++ b/audio/welle.io/pkg-plist @@ -1,9 +1,10 @@ -share/applications/welle-io.desktop -share/icons/hicolor/16x16/apps/welle-io.png -share/icons/hicolor/24x24/apps/welle-io.png -share/icons/hicolor/32x32/apps/welle-io.png -share/icons/hicolor/48x48/apps/welle-io.png -share/icons/hicolor/128x128/apps/welle-io.png -share/icons/hicolor/256x256/apps/welle-io.png -share/man/man1/welle-io.1.gz bin/welle-io +share/applications/io.welle.welle-gui.desktop +share/icons/hicolor/128x128/apps/io.welle.welle-gui.png +share/icons/hicolor/16x16/apps/io.welle.welle-gui.png +share/icons/hicolor/24x24/apps/io.welle.welle-gui.png +share/icons/hicolor/256x256/apps/io.welle.welle-gui.png +share/icons/hicolor/32x32/apps/io.welle.welle-gui.png +share/icons/hicolor/48x48/apps/io.welle.welle-gui.png +share/man/man1/welle-io.1.gz +share/metainfo/io.welle.welle-gui.appdata.xml |