diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 07:43:09 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 08:17:28 +0000 |
commit | b0c642e4be4a475727c84a031e2996092eba8efe (patch) | |
tree | ef4dad4e43f11cb924dfe2446efa1d0b8cc84ee5 | |
parent | 15b6cac8699f9ba9919293be5a7f9ebbb87d43f3 (diff) |
www/libresonic-standalone: Remove Musepack support
Remove support for Musepack audio format
PR: 281025
Approved by: portmgr (blanket)
-rw-r--r-- | www/libresonic-standalone/Makefile | 4 |
1 files changed, 1 insertions, 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 |