Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Aug 2024 08:17:45 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: b0c642e4be4a - main - www/libresonic-standalone: Remove Musepack support
Message-ID:  <202408250817.47P8HjZ6097560@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=b0c642e4be4a475727c84a031e2996092eba8efe

commit b0c642e4be4a475727c84a031e2996092eba8efe
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-08-25 07:43:09 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-08-25 08:17:28 +0000

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

diff --git a/www/libresonic-standalone/Makefile b/www/libresonic-standalone/Makefile
index 1528651c7a23..fd019ccc4080 100644
--- a/www/libresonic-standalone/Makefile
+++ b/www/libresonic-standalone/Makefile
@@ -18,14 +18,13 @@ LICENSE=	GPLv3
 
 OPTIONS_GROUP=	TRANSCODING
 TRANSCODING_DESC=	Transcoding support
-OPTIONS_GROUP_TRANSCODING=	FFMPEG FLAC LAME VORBIS FAAC FAAD XMP MPC APE
+OPTIONS_GROUP_TRANSCODING=	FFMPEG FLAC LAME VORBIS FAAC FAAD XMP APE
 APE_DESC=	Depend on mac for Monkey's Audio transcoding #'
 FAAC_DESC=	Depend on FAAD for AAC/M4A transcoding
 FAAD_DESC=	Depend on FAAC for AAC/M4A transcoding
 FFMPEG_DESC=	Depend on FFmpeg for audio and video transcoding
 FLAC_DESC=	Depend on FLAC for transcoding
 LAME_DESC=	Depend on LAME for MP3 transcoding
-MPC_DESC=	Depend on mpcdec for MPC transcoding
 VORBIS_DESC=	Depend on oggenc/oggdec for Vorbis transcoding
 XMP_DESC=	Depend on XMP for module file transcoding
 
@@ -38,7 +37,6 @@ FAAD_RUN_DEPENDS=	faad:audio/faad
 FFMPEG_RUN_DEPENDS=	ffmpeg:multimedia/ffmpeg
 FLAC_RUN_DEPENDS=	flac:audio/flac
 LAME_RUN_DEPENDS=	lame:audio/lame
-MPC_RUN_DEPENDS=	mpcdec:audio/musepack
 VORBIS_RUN_DEPENDS=	oggenc:audio/vorbis-tools
 XMP_RUN_DEPENDS=	xmp:audio/xmp
 



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