Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2024 08:17:47 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: dccaeeb9fd7a - main - audio/abcde: Remove Musepack support
Message-ID:  <202408250817.47P8Hlrh097646@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=dccaeeb9fd7aebfec8f621ad609896b4315d2193

commit dccaeeb9fd7aebfec8f621ad609896b4315d2193
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 07:44:59 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 08:17:29 +0000

    audio/abcde: Remove Musepack support
    
    Remove support for Musepack audio format
    
    PR:             281025
    Approved by:    portmgr (blanket)
---
 audio/abcde/Makefile | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/audio/abcde/Makefile b/audio/abcde/Makefile
index d834f4d033b7..163b1acaf766 100644
--- a/audio/abcde/Makefile
+++ b/audio/abcde/Makefile
@@ -27,7 +27,7 @@ SHEBANG_FILES=	abcde abcde-musicbrainz-tool cddb-tool
 SUB_FILES=	pkg-message
 
 OPTIONS_GROUP=		CODEC RIPPER
-OPTIONS_GROUP_CODEC=	AAC FLAC MPP OPUS SPEEX
+OPTIONS_GROUP_CODEC=	AAC FLAC OPUS SPEEX
 OPTIONS_GROUP_RIPPER=	CDDA2WAV DAGRAB
 OPTIONS_DEFINE=		MUSICBRAINZ NORMALIZE REPLAYGAIN
 OPTIONS_DEFAULT=	MUSICBRAINZ
@@ -36,7 +36,6 @@ AAC_RUN_DEPENDS=	faac:audio/faac
 CDDA2WAV_RUN_DEPENDS=	cdda2wav:sysutils/cdrtools
 DAGRAB_RUN_DEPENDS=	dagrab:audio/dagrab
 FLAC_RUN_DEPENDS=	flac:audio/flac
-MPP_RUN_DEPENDS=	mpcenc:audio/musepack
 MUSICBRAINZ_DESC=	Enable MusicBrainz DiscID support
 MUSICBRAINZ_USES=	perl5
 MUSICBRAINZ_USE=	PERL5=run



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