summaryrefslogtreecommitdiff
path: root/audio
diff options
context:
space:
mode:
Diffstat (limited to 'audio')
-rw-r--r--audio/amberol/Makefile2
-rw-r--r--audio/chromaprint/Makefile27
-rw-r--r--audio/chromaprint/distinfo6
-rw-r--r--audio/chromaprint/files/patch-tests_CMakeLists.txt14
-rw-r--r--audio/chromaprint/pkg-plist6
-rw-r--r--audio/ebur128/Makefile2
-rw-r--r--audio/fooyin/Makefile6
-rw-r--r--audio/fooyin/distinfo8
-rw-r--r--audio/gnome-metronome/Makefile2
-rw-r--r--audio/gnome-podcasts/Makefile2
-rw-r--r--audio/gsequencer/Makefile2
-rw-r--r--audio/klystrack/Makefile1
-rw-r--r--audio/lewton/Makefile2
-rw-r--r--audio/lewton/files/patch-rust-1.89.018
-rw-r--r--audio/lollypop/Makefile1
-rw-r--r--audio/mac/Makefile2
-rw-r--r--audio/mac/distinfo6
-rw-r--r--audio/mac/files/patch-CMakeLists.txt23
-rw-r--r--audio/mac/pkg-plist2
-rw-r--r--audio/mmtc/Makefile2
-rw-r--r--audio/mousai/Makefile2
-rw-r--r--audio/myxer/Makefile2
-rw-r--r--audio/ncspot/Makefile1
-rw-r--r--audio/netease-music-tui/Makefile2
-rw-r--r--audio/pavucontrol/Makefile23
-rw-r--r--audio/pavucontrol/distinfo6
-rw-r--r--audio/pavucontrol/pkg-plist6
-rw-r--r--audio/pipewire-spa-oss/Makefile2
-rw-r--r--audio/pulseaudio/Makefile2
-rw-r--r--audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c11
-rw-r--r--audio/py-auditok/Makefile2
-rw-r--r--audio/py-music21/Makefile1
-rw-r--r--audio/py-supysonic/Makefile2
-rw-r--r--audio/py-torchaudio/Makefile2
-rw-r--r--audio/shortwave/Makefile2
-rw-r--r--audio/songrec/Makefile2
-rw-r--r--audio/sonicradio/Makefile2
-rw-r--r--audio/sonicradio/distinfo10
-rw-r--r--audio/spotify-player/Makefile2
-rw-r--r--audio/spotify-tui/Makefile2
-rw-r--r--audio/spotifyd/Makefile2
-rw-r--r--audio/squeezelite/Makefile5
-rw-r--r--audio/squeezelite/distinfo6
-rw-r--r--audio/strawberry/Makefile3
-rw-r--r--audio/strawberry/distinfo6
-rw-r--r--audio/welle.io/Makefile12
-rw-r--r--audio/welle.io/distinfo6
-rw-r--r--audio/welle.io/pkg-plist17
48 files changed, 155 insertions, 120 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/mac/Makefile b/audio/mac/Makefile
index 50138efd93c6..90dceadc3f27 100644
--- a/audio/mac/Makefile
+++ b/audio/mac/Makefile
@@ -1,5 +1,5 @@
PORTNAME= mac
-PORTVERSION= 11.38
+PORTVERSION= 11.41
CATEGORIES= audio
MASTER_SITES= https://www.monkeysaudio.com/files/
DISTNAME= ${PORTNAME:tu}_${PORTVERSION:S|.||}_SDK
diff --git a/audio/mac/distinfo b/audio/mac/distinfo
index f579cb43ad28..cd2331c26aab 100644
--- a/audio/mac/distinfo
+++ b/audio/mac/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1756358910
-SHA256 (MAC_1138_SDK.zip) = 50fb286ef83fe739427610b7658d5d3422d0b5b636e1aa52ae14277c635ffcad
-SIZE (MAC_1138_SDK.zip) = 1710212
+TIMESTAMP = 1756944953
+SHA256 (MAC_1141_SDK.zip) = e31329e426802ee5072ebfcc4ea746005dafd54a0ab2793056f50764378fd94f
+SIZE (MAC_1141_SDK.zip) = 1708143
diff --git a/audio/mac/files/patch-CMakeLists.txt b/audio/mac/files/patch-CMakeLists.txt
index 405846035bfc..b26b2cdbbbee 100644
--- a/audio/mac/files/patch-CMakeLists.txt
+++ b/audio/mac/files/patch-CMakeLists.txt
@@ -1,7 +1,9 @@
Version 11.00 added multi-threading support, but we need to link to -lpthread
to resolve symbols.
---- CMakeLists.txt.orig 2025-04-25 04:13:46 UTC
+Version 11.41 renamed IO.h to IAPEIO.h, but they didn't update CMakeLists.txt
+
+--- CMakeLists.txt.orig 2025-09-01 19:26:38 UTC
+++ CMakeLists.txt
@@ -6,6 +6,8 @@ option(BUILD_UTIL "Build the mac command line tool" ON
option(BUILD_SHARED "Build libMAC as a shared library" ON)
@@ -12,6 +14,25 @@ to resolve symbols.
#
# Determine interface version
#
+@@ -74,7 +76,7 @@ set(MAC_PUBLIC_HEADERS
+ Shared/All.h
+ Shared/APETag.h
+ Shared/CharacterHelper.h
+- Shared/IO.h
++ Shared/IAPEIO.h
+ Shared/MACDll.h
+ Shared/MACLib.h
+ Shared/NoWindows.h
+@@ -91,8 +93,8 @@ set(MAC_SHARED_HEADERS
+ Source/Shared/CPUFeatures.h
+ Source/Shared/CRC.h
+ Source/Shared/GlobalFunctions.h
++ Source/Shared/IAPEIO.h
+ Source/Shared/ID3Genres.h
+- Source/Shared/IO.h
+ Source/Shared/MACDll.h
+ Source/Shared/MemoryIO.h
+ Source/Shared/MFCGlobals.h
@@ -229,6 +231,7 @@ if(BUILD_SHARED)
if(BUILD_SHARED)
add_library(MAC SHARED $<TARGET_OBJECTS:shared> $<TARGET_OBJECTS:objects>)
diff --git a/audio/mac/pkg-plist b/audio/mac/pkg-plist
index 10d5917bd1e6..f6d49421e696 100644
--- a/audio/mac/pkg-plist
+++ b/audio/mac/pkg-plist
@@ -2,7 +2,7 @@ bin/mac
include/MAC/APETag.h
include/MAC/All.h
include/MAC/CharacterHelper.h
-include/MAC/IO.h
+include/MAC/IAPEIO.h
include/MAC/MACDll.h
include/MAC/MACLib.h
include/MAC/NoWindows.h
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/pavucontrol/Makefile b/audio/pavucontrol/Makefile
index 86a40437a02f..3274dd523f88 100644
--- a/audio/pavucontrol/Makefile
+++ b/audio/pavucontrol/Makefile
@@ -1,6 +1,5 @@
PORTNAME= pavucontrol
-PORTVERSION= 5.0
-PORTREVISION= 5
+PORTVERSION= 6.1
CATEGORIES= audio
MASTER_SITES= http://freedesktop.org/software/pulseaudio/${PORTNAME}/
@@ -11,23 +10,11 @@ WWW= https://freedesktop.org/software/pulseaudio/pavucontrol/
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/LICENSE
-LIB_DEPENDS= libcanberra-gtk3.so:audio/libcanberra-gtk3 \
- libjson-glib-1.0.so:devel/json-glib \
+LIB_DEPENDS= libjson-glib-1.0.so:devel/json-glib \
libpulse.so:audio/pulseaudio
-USES= compiler:c++11-lang gettext gmake gnome pkgconfig tar:xz
-USE_GNOME= glibmm gtkmm30 intltool libsigc++20
-USE_CXXSTD= c++11
-
-GNU_CONFIGURE= yes
-CFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-CONFIGURE_ARGS= --disable-lynx
-
-post-patch:
-# Install locales files in right place
- ${REINPLACE_CMD} -e 's|[$$][(]DATADIRNAME[)]|share|' \
- ${WRKSRC}/po/Makefile.in.in
+USES= gettext gnome meson pkgconfig tar:xz
+USE_GNOME= gtkmm40 intltool
+MESON_ARGS= -Dlynx=false
.include <bsd.port.mk>
diff --git a/audio/pavucontrol/distinfo b/audio/pavucontrol/distinfo
index 6acc64fed964..6ab0d7d3ed04 100644
--- a/audio/pavucontrol/distinfo
+++ b/audio/pavucontrol/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1629161871
-SHA256 (pavucontrol-5.0.tar.xz) = ce2b72c3b5f1a70ad0df19dd81750f9455bd20870d1d3a36d20536af2e8f4e7a
-SIZE (pavucontrol-5.0.tar.xz) = 194248
+TIMESTAMP = 1754808572
+SHA256 (pavucontrol-6.1.tar.xz) = 0dce61c1088eafa04c270e1fb79eb7aff47e98567f7d28c65a7bee6cd24e415d
+SIZE (pavucontrol-6.1.tar.xz) = 169488
diff --git a/audio/pavucontrol/pkg-plist b/audio/pavucontrol/pkg-plist
index 66a25f1c4fa8..cd7f488b7578 100644
--- a/audio/pavucontrol/pkg-plist
+++ b/audio/pavucontrol/pkg-plist
@@ -1,5 +1,5 @@
bin/pavucontrol
-share/applications/pavucontrol.desktop
+share/applications/org.pulseaudio.pavucontrol.desktop
%%DOCSDIR%%/README.html
%%DOCSDIR%%/style.css
share/locale/as/LC_MESSAGES/pavucontrol.mo
@@ -22,6 +22,7 @@ share/locale/he/LC_MESSAGES/pavucontrol.mo
share/locale/hi/LC_MESSAGES/pavucontrol.mo
share/locale/hr/LC_MESSAGES/pavucontrol.mo
share/locale/hu/LC_MESSAGES/pavucontrol.mo
+share/locale/id/LC_MESSAGES/pavucontrol.mo
share/locale/it/LC_MESSAGES/pavucontrol.mo
share/locale/ja/LC_MESSAGES/pavucontrol.mo
share/locale/kk/LC_MESSAGES/pavucontrol.mo
@@ -38,6 +39,7 @@ share/locale/pa/LC_MESSAGES/pavucontrol.mo
share/locale/pl/LC_MESSAGES/pavucontrol.mo
share/locale/pt/LC_MESSAGES/pavucontrol.mo
share/locale/pt_BR/LC_MESSAGES/pavucontrol.mo
+share/locale/ro/LC_MESSAGES/pavucontrol.mo
share/locale/ru/LC_MESSAGES/pavucontrol.mo
share/locale/si/LC_MESSAGES/pavucontrol.mo
share/locale/sk/LC_MESSAGES/pavucontrol.mo
@@ -52,4 +54,4 @@ share/locale/tr/LC_MESSAGES/pavucontrol.mo
share/locale/uk/LC_MESSAGES/pavucontrol.mo
share/locale/zh_CN/LC_MESSAGES/pavucontrol.mo
share/locale/zh_TW/LC_MESSAGES/pavucontrol.mo
-%%DATADIR%%/pavucontrol.glade
+share/metainfo/org.pulseaudio.pavucontrol.metainfo.xml
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/pulseaudio/Makefile b/audio/pulseaudio/Makefile
index 37cb089e9090..43b615ce85ba 100644
--- a/audio/pulseaudio/Makefile
+++ b/audio/pulseaudio/Makefile
@@ -4,7 +4,7 @@
PORTNAME= pulseaudio
DISTVERSION= 17.0
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= audio
MASTER_SITES= https://freedesktop.org/software/pulseaudio/releases/
diff --git a/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c b/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c
new file mode 100644
index 000000000000..bb069ce57452
--- /dev/null
+++ b/audio/pulseaudio/files/patch-src_modules_rtp_module-rtp-recv.c
@@ -0,0 +1,11 @@
+--- src/modules/rtp/module-rtp-recv.c.orig 2024-01-12 17:22:09 UTC
++++ src/modules/rtp/module-rtp-recv.c
+@@ -710,7 +710,7 @@ int pa__init(pa_module*m) {
+
+ pa_zero(hints);
+
+- service = pa_sprintf_malloc("%d", htons(SAP_PORT));
++ service = pa_sprintf_malloc("%d", SAP_PORT);
+
+ hints.ai_flags = AI_NUMERICHOST;
+ if (getaddrinfo(sap_address, service, &hints, &sap_addrinfo) != 0) {
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
diff --git a/audio/strawberry/Makefile b/audio/strawberry/Makefile
index 33cae521585d..8727a8dc086e 100644
--- a/audio/strawberry/Makefile
+++ b/audio/strawberry/Makefile
@@ -1,6 +1,5 @@
PORTNAME= strawberry
-DISTVERSION= 1.2.12
-PORTREVISION= 1
+DISTVERSION= 1.2.13
CATEGORIES= audio
MASTER_SITES= https://github.com/strawberrymusicplayer/${PORTNAME}/releases/download/${DISTVERSION}/
diff --git a/audio/strawberry/distinfo b/audio/strawberry/distinfo
index d7f67a8994c0..2417b51540b1 100644
--- a/audio/strawberry/distinfo
+++ b/audio/strawberry/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1755227817
-SHA256 (strawberry-1.2.12.tar.xz) = 95c1e6717852a144ed550b2e8250895ce38ba7a8629188fa34a6fb9d3d16575d
-SIZE (strawberry-1.2.12.tar.xz) = 11476028
+TIMESTAMP = 1756946580
+SHA256 (strawberry-1.2.13.tar.xz) = 8b7eea3f22b354b529f62e27072030a85ef13a4b3fcac77c0f04e452be6f41ae
+SIZE (strawberry-1.2.13.tar.xz) = 11560576
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