diff options
Diffstat (limited to 'audio')
34 files changed, 83 insertions, 67 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/chromaprint/Makefile b/audio/chromaprint/Makefile index eaaa25dd57c1..5d80a0100ab3 100644 --- a/audio/chromaprint/Makefile +++ b/audio/chromaprint/Makefile @@ -1,8 +1,7 @@ PORTNAME= chromaprint -DISTVERSION= 1.5.1.20221217 -PORTREVISION= 1 +DISTVERSION= 1.6.0 CATEGORIES= audio -#MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${DISTVERSION}/ +MASTER_SITES= https://github.com/acoustid/${PORTNAME}/releases/download/v${DISTVERSION}/ MAINTAINER= jhale@FreeBSD.org COMMENT= AcoustID audio fingerprinting library @@ -14,27 +13,21 @@ LICENSE_FILE_MIT= ${WRKSRC}/LICENSE.md LIB_DEPENDS= libavcodec.so:multimedia/ffmpeg -USES= cmake compiler:c++11-lib -USE_GITHUB= yes -GH_ACCOUNT= acoustid -GH_TAGNAME= aa67c95 +USES= cmake:testing compiler:c++14-lang USE_LDCONFIG= yes -CMAKE_ARGS= -DBUILD_TOOLS:BOOL=true \ - -DAUDIO_PROCESSOR_LIB=swresample \ - -DFFT_LIB:STRING=avfft +CMAKE_ARGS= -DAUDIO_PROCESSOR_LIB:STRING=swresample \ + -DFFT_LIB:STRING=`if [ -f ${LOCALBASE}/include/libavcodec/avfft.h ]; then ${ECHO_CMD} avfft; else ${ECHO_CMD} avtx; fi` +CMAKE_ON= BUILD_TOOLS +CMAKE_OFF= BUILD_TESTS +CMAKE_TESTING_ON= BUILD_TESTS -OPTIONS_DEFINE= DOCS DOXYGEN TEST +OPTIONS_DEFINE= DOCS DOXYGEN +DOXYGEN_IMPLIES= DOCS DOXYGEN_BUILD_DEPENDS= doxygen:devel/doxygen \ dot:graphics/graphviz DOXYGEN_PORTDOCS= * -DOXYGEN_IMPLIES= DOCS - -TEST_BUILD_DEPENDS= ${NONEXISTENT}:devel/googletest:patch -TEST_CMAKE_BOOL= BUILD_TESTS -TEST_CMAKE_ON= -DGTEST_ROOT:PATH=`${MAKE} -C ${PORTSDIR}/devel/googletest -VWRKSRC`/googletest -TEST_TARGET= check do-build-DOXYGEN-on: @(cd ${BUILD_WRKSRC}; ${DO_MAKE_BUILD} docs) diff --git a/audio/chromaprint/distinfo b/audio/chromaprint/distinfo index 5f20e3b6fde7..999772c88563 100644 --- a/audio/chromaprint/distinfo +++ b/audio/chromaprint/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1682952377 -SHA256 (acoustid-chromaprint-1.5.1.20221217-aa67c95_GH0.tar.gz) = 0893b7198121dd2add81aa1233e5312cbc7446bdd6b6418a5af6ab24e82cb6b3 -SIZE (acoustid-chromaprint-1.5.1.20221217-aa67c95_GH0.tar.gz) = 1581151 +TIMESTAMP = 1756531467 +SHA256 (chromaprint-1.6.0.tar.gz) = 9d33482e56a1389a37a0d6742c376139fa43e3b8a63d29003222b93db2cb40da +SIZE (chromaprint-1.6.0.tar.gz) = 1577695 diff --git a/audio/chromaprint/files/patch-tests_CMakeLists.txt b/audio/chromaprint/files/patch-tests_CMakeLists.txt deleted file mode 100644 index a34c06840c6b..000000000000 --- a/audio/chromaprint/files/patch-tests_CMakeLists.txt +++ /dev/null @@ -1,14 +0,0 @@ ---- tests/CMakeLists.txt.orig 2016-12-23 11:50:27 UTC -+++ tests/CMakeLists.txt -@@ -36,6 +36,11 @@ set(SRCS - if(BUILD_TOOLS) - set(SRCS ${SRCS} ../src/audio/ffmpeg_audio_reader_test.cpp) - link_libraries(fpcalc_libs) -+ include_directories( -+ ${FFMPEG_LIBAVCODEC_INCLUDE_DIRS} -+ ${FFMPEG_LIBAVFORMAT_INCLUDE_DIRS} -+ ${FFMPEG_LIBAVUTIL_INCLUDE_DIRS} -+ ) - endif() - - add_executable(all_tests ${SRCS} $<TARGET_OBJECTS:chromaprint_objs>) diff --git a/audio/chromaprint/pkg-plist b/audio/chromaprint/pkg-plist index 4c8e307b35f0..baf18c35b148 100644 --- a/audio/chromaprint/pkg-plist +++ b/audio/chromaprint/pkg-plist @@ -1,6 +1,10 @@ bin/fpcalc include/chromaprint.h +lib/cmake/Chromaprint/ChromaprintConfig.cmake +lib/cmake/Chromaprint/ChromaprintConfigVersion.cmake +lib/cmake/Chromaprint/ChromaprintTargets-%%CMAKE_BUILD_TYPE%%.cmake +lib/cmake/Chromaprint/ChromaprintTargets.cmake lib/libchromaprint.so lib/libchromaprint.so.1 -lib/libchromaprint.so.1.5.1 +lib/libchromaprint.so.1.6.0 libdata/pkgconfig/libchromaprint.pc 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/sonicradio/Makefile b/audio/sonicradio/Makefile index 6a7161b1ecc5..4d0c2d0f78b7 100644 --- a/audio/sonicradio/Makefile +++ b/audio/sonicradio/Makefile @@ -1,6 +1,6 @@ PORTNAME= sonicradio DISTVERSIONPREFIX= v -DISTVERSION= 0.7.4 +DISTVERSION= 0.7.5 CATEGORIES= audio MAINTAINER= nivit@FreeBSD.org diff --git a/audio/sonicradio/distinfo b/audio/sonicradio/distinfo index 014589b3f259..603cdc40b49d 100644 --- a/audio/sonicradio/distinfo +++ b/audio/sonicradio/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1756220075 -SHA256 (go/audio_sonicradio/sonicradio-v0.7.4/v0.7.4.mod) = e13d7c88d2c94f14eec5b9f603bc5ded2e13d9baab8eab44849479c58f0bdd6d -SIZE (go/audio_sonicradio/sonicradio-v0.7.4/v0.7.4.mod) = 1197 -SHA256 (go/audio_sonicradio/sonicradio-v0.7.4/v0.7.4.zip) = 8dee641e9d90a7d09ed095835fcd075c7cb6d080bd2139032a125589a5aa35fd -SIZE (go/audio_sonicradio/sonicradio-v0.7.4/v0.7.4.zip) = 1264017 +TIMESTAMP = 1756449200 +SHA256 (go/audio_sonicradio/sonicradio-v0.7.5/v0.7.5.mod) = e13d7c88d2c94f14eec5b9f603bc5ded2e13d9baab8eab44849479c58f0bdd6d +SIZE (go/audio_sonicradio/sonicradio-v0.7.5/v0.7.5.mod) = 1197 +SHA256 (go/audio_sonicradio/sonicradio-v0.7.5/v0.7.5.zip) = 22471313420adc7e82930d18463373a6bded7bb29c3b667c79e8f6f8c04fc907 +SIZE (go/audio_sonicradio/sonicradio-v0.7.5/v0.7.5.zip) = 1264258 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 |