diff options
Diffstat (limited to 'audio')
50 files changed, 233 insertions, 100 deletions
diff --git a/audio/Makefile b/audio/Makefile index 5dfb986c8bba..888717f95499 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -854,6 +854,7 @@ SUBDIR += webrtc-audio-processing0 SUBDIR += webrtc-audio-processing2 SUBDIR += welle.io + SUBDIR += whisper.cpp SUBDIR += whysynth SUBDIR += wildmidi SUBDIR += wmix 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/gbsplay/Makefile b/audio/gbsplay/Makefile index 8f77cc77a271..019d88a58117 100644 --- a/audio/gbsplay/Makefile +++ b/audio/gbsplay/Makefile @@ -1,5 +1,6 @@ PORTNAME= gbsplay DISTVERSION= 0.0.100 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= audio @@ -28,8 +29,6 @@ CONFIGURE_ARGS= --disable-pipewire \ MAKE_ENV+= EXAMPLESDIR="${STAGEDIR}${EXAMPLESDIR}" -CONFLICTS_INSTALL= mate-control-center # share/applications/mimeinfo.cache - OPTIONS_DEFINE= ALSA BASH_COMPLETIONS DOCS EXAMPLES NAS NLS PULSEAUDIO \ SDL OPTIONS_DEFAULT= BASH_COMPLETIONS diff --git a/audio/gbsplay/files/patch-Makefile b/audio/gbsplay/files/patch-Makefile index 421380452f71..683240da7269 100644 --- a/audio/gbsplay/files/patch-Makefile +++ b/audio/gbsplay/files/patch-Makefile @@ -18,3 +18,21 @@ docs-dist := INSTALL.md CODINGSTYLE gbsformat.txt PACKAGING.md contribs := contrib/gbs2ogg.sh contrib/gbsplay.bashcompletion contrib/gbsplay.zshcompletion examples := examples/nightmode.gbs examples/gbsplayrc_sample +@@ -352,9 +352,7 @@ install-default: all + install -m 644 man/gbsplay.1 man/gbsinfo.1 man/gbs2gb.1 $(man1dir) + install -m 644 man/gbsplayrc.5 $(man5dir) + install -m 644 mime/gbsplay.xml $(mimedir)/packages +- -update-mime-database $(mimedir) + install -m 644 desktop/gbsplay.desktop $(appdir) +- -update-desktop-database $(appdir) + install -m 644 $(docs) $(docdir) + install -m 644 $(examples) $(exampledir) + for i in $(mos); do \ +@@ -374,7 +372,6 @@ install-xgbsplay: $(xgbsplaybin) $(mans) + install -m 755 $(xgbsplaybin) $(bindir) + install -m 644 man/xgbsplay.1 $(man1dir) + install -m 644 desktop/xgbsplay.desktop $(appdir) +- -update-desktop-database $(appdir) + + install-apidoc: generate-apidoc + install -d $(man3dir) diff --git a/audio/gbsplay/pkg-plist b/audio/gbsplay/pkg-plist index 1340ce63452a..07cda709dd0a 100644 --- a/audio/gbsplay/pkg-plist +++ b/audio/gbsplay/pkg-plist @@ -8,7 +8,6 @@ share/man/man1/gbsplay.1.gz share/man/man5/gbsplayrc.5.gz share/man/man1/gbs2gb.1.gz share/applications/gbsplay.desktop -share/applications/mimeinfo.cache %%PORTDOCS%%%%DOCSDIR%%/README.md %%PORTDOCS%%%%DOCSDIR%%/contrib/gbs2ogg.sh %%PORTDOCS%%%%DOCSDIR%%/contrib/gbsplay.bashcompletion @@ -17,17 +16,4 @@ share/applications/mimeinfo.cache %%PORTEXAMPLES%%%%EXAMPLESDIR%%/nightmode.gbs %%NLS%%share/locale/de/LC_MESSAGES/gbsplay.mo %%NLS%%share/locale/en/LC_MESSAGES/gbsplay.mo -share/mime/XMLnamespaces -share/mime/aliases -share/mime/audio/prs.gbs.xml -share/mime/generic-icons -share/mime/globs -share/mime/globs2 -share/mime/icons -share/mime/magic -share/mime/mime.cache share/mime/packages/gbsplay.xml -share/mime/subclasses -share/mime/treemagic -share/mime/types -share/mime/version 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/gonic/Makefile b/audio/gonic/Makefile index 3ac72e39f862..4ae34e9cbf7b 100644 --- a/audio/gonic/Makefile +++ b/audio/gonic/Makefile @@ -1,6 +1,7 @@ PORTNAME= gonic DISTVERSIONPREFIX= v DISTVERSION= 0.17.0 +PORTREVISION= 1 CATEGORIES= audio net MAINTAINER= tagattie@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/linux-c7-alsa-lib/pkg-plist.aarch64 b/audio/linux-c7-alsa-lib/pkg-plist.aarch64 index 1f8692d39314..fd58af182d74 100644 --- a/audio/linux-c7-alsa-lib/pkg-plist.aarch64 +++ b/audio/linux-c7-alsa-lib/pkg-plist.aarch64 @@ -85,5 +85,4 @@ usr/share/alsa/topology/sklrt286/skl_i2s.conf %%PORTDOCS%%%%DOCSDIR%%/COPYING %%PORTDOCS%%%%DOCSDIR%%/TODO %%PORTDOCS%%%%DOCSDIR%%/asoundrc.txt -@dir usr/lib @dir usr/share/alsa/ucm diff --git a/audio/linuxwave/Makefile b/audio/linuxwave/Makefile index 2e276e9b5172..62722dc55ead 100644 --- a/audio/linuxwave/Makefile +++ b/audio/linuxwave/Makefile @@ -3,7 +3,7 @@ DISTVERSIONPREFIX= v DISTVERSION= 0.3.0 CATEGORIES= audio -MAINTAINER= jbeich@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= Generate music from the entropy of Linux WWW= https://orhun.dev/linuxwave/ 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/murmur-cli/Makefile b/audio/murmur-cli/Makefile index 88ba68924254..d693d66db744 100644 --- a/audio/murmur-cli/Makefile +++ b/audio/murmur-cli/Makefile @@ -1,6 +1,6 @@ PORTNAME= murmur-cli PORTVERSION= 0.0.0.20200528 -PORTREVISION= 28 +PORTREVISION= 29 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/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/soundtracker/Makefile b/audio/soundtracker/Makefile index eda4ceccb8a3..5f78498ed99f 100644 --- a/audio/soundtracker/Makefile +++ b/audio/soundtracker/Makefile @@ -1,6 +1,5 @@ PORTNAME= soundtracker -DISTVERSION= 1.0.5 -PORTREVISION= 2 +DISTVERSION= 1.0.5.1 CATEGORIES= audio MASTER_SITES= SF/${PORTNAME}/ diff --git a/audio/soundtracker/distinfo b/audio/soundtracker/distinfo index b5d83a82bddc..01f2c9ea55cd 100644 --- a/audio/soundtracker/distinfo +++ b/audio/soundtracker/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1710705676 -SHA256 (soundtracker-1.0.5.tar.xz) = 0e7020ba46c0af14e95bffb0c5bcd34c729e993644207547910b3d1f2d063862 -SIZE (soundtracker-1.0.5.tar.xz) = 832820 +TIMESTAMP = 1756969808 +SHA256 (soundtracker-1.0.5.1.tar.xz) = c3593c30e3f8fb4d7cffb7bb590ffef6953f9d7dd9b2f9b7113955549263bbec +SIZE (soundtracker-1.0.5.1.tar.xz) = 850720 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/unflac/Makefile b/audio/unflac/Makefile index 8bbb5f1df7aa..2d4c926b6fde 100644 --- a/audio/unflac/Makefile +++ b/audio/unflac/Makefile @@ -1,6 +1,6 @@ PORTNAME= unflac DISTVERSION= 1.3 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= audio MAINTAINER= bsd@abinet.ru diff --git a/audio/visp-go/Makefile b/audio/visp-go/Makefile index 796a66deb803..ac9d6f42a774 100644 --- a/audio/visp-go/Makefile +++ b/audio/visp-go/Makefile @@ -1,6 +1,6 @@ PORTNAME= visp-go DISTVERSION= g20210723 -PORTREVISION= 29 +PORTREVISION= 30 CATEGORIES= audio MAINTAINER= lcook@FreeBSD.org 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 diff --git a/audio/whisper.cpp/Makefile b/audio/whisper.cpp/Makefile new file mode 100644 index 000000000000..757869e17f2a --- /dev/null +++ b/audio/whisper.cpp/Makefile @@ -0,0 +1,43 @@ +PORTNAME= whisper.cpp +DISTVERSIONPREFIX= v +DISTVERSION= 1.7.6 +CATEGORIES= audio # machine-learning + +MAINTAINER= yuri@FreeBSD.org +COMMENT= Port of OpenAI's Whisper model in C/C++ +WWW= https://github.com/ggerganov/whisper.cpp + +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/LICENSE + +LIB_DEPENDS= libggml.so:misc/ggml + +USES= cmake:testing +USE_LDCONFIG= yes + +USE_GITHUB= yes +GH_ACCOUNT= ggerganov + +LDFLAGS+= -pthread + +CMAKE_ON= WHISPER_USE_SYSTEM_GGML +CMAKE_OFF= WHISPER_BUILD_TESTS +CMAKE_TESTING_ON= WHISPER_BUILD_TESTS \ + WHISPER_BUILD_EXAMPLES + +OPTIONS_DEFINE= EXAMPLES +OPTIONS_DEFAULT= EXAMPLES # examples contain important user level programs +OPTIONS_SUB= yes + +EXAMPLES_CMAKE_BOOL= WHISPER_BUILD_EXAMPLES + +MAKE_JOBS_UNSAFE= yes # for tests to suceed on smaller Vulkan devices: they fail to allocate memory otherwise + +post-install: + ${INSTALL_SCRIPT} \ + ${WRKSRC}/models/download-ggml-model.sh \ + ${STAGEDIR}${PREFIX}/bin/${PORTNAME}-download-ggml-model.sh + +# tests as of 1.7.6: 73% tests passed, 3 tests failed out of 11, see https://github.com/ggml-org/whisper.cpp/issues/3404 + +.include <bsd.port.mk> diff --git a/audio/whisper.cpp/distinfo b/audio/whisper.cpp/distinfo new file mode 100644 index 000000000000..520c10ce59cb --- /dev/null +++ b/audio/whisper.cpp/distinfo @@ -0,0 +1,3 @@ +TIMESTAMP = 1756961106 +SHA256 (ggerganov-whisper.cpp-v1.7.6_GH0.tar.gz) = 166140e9a6d8a36f787a2bd77f8f44dd64874f12dd8359ff7c1f4f9acb86202e +SIZE (ggerganov-whisper.cpp-v1.7.6_GH0.tar.gz) = 7307730 diff --git a/audio/whisper.cpp/pkg-descr b/audio/whisper.cpp/pkg-descr new file mode 100644 index 000000000000..6cf0fc25c7ef --- /dev/null +++ b/audio/whisper.cpp/pkg-descr @@ -0,0 +1,19 @@ +High-performance inference of OpenAI's Whisper automatic speech recognition +(ASR) model: + +Features: +* Plain C/C++ implementation without dependencies +* Apple Silicon first-class citizen - optimized via ARM NEON, Accelerate + framework, Metal and Core ML +* AVX intrinsics support for x86 architectures +* VSX intrinsics support for POWER architectures +* Mixed F16 / F32 precision +* Integer quantization support +* Zero memory allocations at runtime +* Vulkan support +* Support for CPU-only inference +* Efficient GPU support for NVIDIA +* OpenVINO Support +* Ascend NPU Support +* Moore Threads GPU Support +* C-style API diff --git a/audio/whisper.cpp/pkg-message b/audio/whisper.cpp/pkg-message new file mode 100644 index 000000000000..47dbc2835108 --- /dev/null +++ b/audio/whisper.cpp/pkg-message @@ -0,0 +1,16 @@ +[ +{ type: install + message: <<EOM +You installed whisper.cpp: Port of OpenAI's Whisper model in C/C++ + +In order to use whisper.cpp you should first download an AI model. + +For example: +$ whisper.cpp-download-ggml-model.sh base.en + +Then you can transcribe audio files using a command: +$ whisper-cli -m ggml-base.en.bin -f {sample}.wav + +EOM +} +] diff --git a/audio/whisper.cpp/pkg-plist b/audio/whisper.cpp/pkg-plist new file mode 100644 index 000000000000..ba5121cef27f --- /dev/null +++ b/audio/whisper.cpp/pkg-plist @@ -0,0 +1,12 @@ +%%EXAMPLES%%bin/vad-speech-segments +%%EXAMPLES%%bin/whisper-bench +%%EXAMPLES%%bin/whisper-cli +%%EXAMPLES%%bin/whisper-server +bin/whisper.cpp-download-ggml-model.sh +include/whisper.h +lib/cmake/whisper/whisper-config.cmake +lib/cmake/whisper/whisper-version.cmake +lib/libwhisper.so +lib/libwhisper.so.1 +lib/libwhisper.so.1.7.6 +libdata/pkgconfig/whisper.pc |