Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2024 08:17:50 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 21f8bcc7e899 - main - audio/cmus: Remove Musepack library support
Message-ID:  <202408250817.47P8Ho7c097779@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=21f8bcc7e899e8b7e4115933e6e6871e6cca371a

commit 21f8bcc7e899e8b7e4115933e6e6871e6cca371a
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 07:48:31 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 08:17:29 +0000

    audio/cmus: Remove Musepack library support
    
    Remove support for Musepack audio library
    
    PR:             281025
    Approved by:    portmgr (blanket)
---
 audio/cmus/Makefile  | 5 +----
 audio/cmus/pkg-plist | 1 -
 2 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/audio/cmus/Makefile b/audio/cmus/Makefile
index 2e92285cd7e4..178bc602a903 100644
--- a/audio/cmus/Makefile
+++ b/audio/cmus/Makefile
@@ -48,7 +48,7 @@ OPTIONS_SUB=	yes
 OPTIONS_GROUP=	OUT IN
 OPTIONS_GROUP_OUT=	AO JACK OSS PULSEAUDIO SNDIO
 OPTIONS_GROUP_IN=	AAC CDIO CUE DISCID FFMPEG FLAC MAD MIKMOD	\
-			MODPLUG MP4 MUSEPACK OPUS SAMPLERATE TREMOR	\
+			MODPLUG MP4 OPUS SAMPLERATE TREMOR	\
 			VORBIS WAV WAVPACK
 
 BASU_DESC=	MPRIS protocol support via basu
@@ -97,9 +97,6 @@ MP4_CONFIGURE_ON=	CONFIG_MP4=y
 MP4_LIB_DEPENDS=	libfaad.so:audio/faad \
 			libmp4v2.so:multimedia/mp4v2
 
-MUSEPACK_CONFIGURE_ON=	CONFIG_MPC=y
-MUSEPACK_LIB_DEPENDS=	libmpcdec.so:audio/musepack
-
 OPUS_CONFIGURE_ON=	CONFIG_OPUS=y
 OPUS_LIB_DEPENDS=	libopusfile.so:audio/opusfile
 
diff --git a/audio/cmus/pkg-plist b/audio/cmus/pkg-plist
index 87d8de1d3222..6076c6c8ac25 100644
--- a/audio/cmus/pkg-plist
+++ b/audio/cmus/pkg-plist
@@ -28,7 +28,6 @@
 %%MIKMOD%%lib/cmus/ip/mikmod.so
 %%MODPLUG%%lib/cmus/ip/modplug.so
 %%MP4%%lib/cmus/ip/mp4.so
-%%MUSEPACK%%lib/cmus/ip/mpc.so
 %%OPUS%%lib/cmus/ip/opus.so
 %%OSS%%lib/cmus/op/oss.so
 %%PULSEAUDIO%%lib/cmus/op/pulse.so



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202408250817.47P8Ho7c097779>