mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
audio/moc: Remove Musepack library support
Remove support for Musepack audio library PR: 281025 Approved by: portmgr (blanket)
This commit is contained in:
parent
84fff01c2b
commit
bc7255b18f
1 changed files with 3 additions and 7 deletions
|
@ -19,9 +19,10 @@ GNU_CONFIGURE= yes
|
|||
|
||||
INSTALL_TARGET= install-strip
|
||||
|
||||
CONFIGURE_ARGS= --disable-cache --without-ffmpeg --without-sidplay2
|
||||
CONFIGURE_ARGS= --disable-cache --without-ffmpeg --without-musepack \
|
||||
--without-sidplay2
|
||||
|
||||
OPTIONS_DEFINE= AAC CURL DEBUG FLAC JACK MODPLUG MP3 MUSEPACK RCC \
|
||||
OPTIONS_DEFINE= AAC CURL DEBUG FLAC JACK MODPLUG MP3 RCC \
|
||||
SAMPLERATE SNDFILE SPEEX VORBIS WAVPACK
|
||||
OPTIONS_DEFAULT=MP3 VORBIS FLAC CURL WAVPACK
|
||||
CURL_DESC= curl support (Internet streams)
|
||||
|
@ -52,11 +53,6 @@ MP3_LIB_DEPENDS= libmad.so:audio/libmad \
|
|||
MP3_PLIST_FILES= lib/moc/decoder_plugins/libmp3_decoder.so
|
||||
MP3_CONFIGURE_OFF= --without-mp3
|
||||
|
||||
MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack \
|
||||
libtag_c.so:audio/taglib
|
||||
MUSEPACK_PLIST_FILES= lib/moc/decoder_plugins/libmusepack_decoder.so
|
||||
MUSEPACK_CONFIGURE_OFF= --without-musepack
|
||||
|
||||
RCC_LIB_DEPENDS= librcc.so:devel/librcc \
|
||||
librcd.so:devel/librcd
|
||||
RCC_CONFIGURE_OFF= --without-rcc
|
||||
|
|
Loading…
Add table
Reference in a new issue