git: 84fff01c2bc8 - main - audio/musicpd: Remove Musepack library support
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 25 Aug 2024 08:17:48 UTC
The branch main has been updated by diizzy: URL: https://cgit.FreeBSD.org/ports/commit/?id=84fff01c2bc85436abd72107fe9e62d7cbc2e6d5 commit 84fff01c2bc85436abd72107fe9e62d7cbc2e6d5 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2024-08-25 07:45:51 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2024-08-25 08:17:29 +0000 audio/musicpd: Remove Musepack library support Remove support for Musepack audio library PR: 281025 Approved by: portmgr (blanket) --- audio/musicpd/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/audio/musicpd/Makefile b/audio/musicpd/Makefile index 6cf64ab47fe2..4da6a8d6ce2c 100644 --- a/audio/musicpd/Makefile +++ b/audio/musicpd/Makefile @@ -24,6 +24,7 @@ MESON_ARGS= --auto-features=disabled \ -Dbzip2=enabled \ -Dhttpd=true \ -Dicu=enabled \ + -Dmpcdec=disabled \ -Doss=enabled \ -Dpipe=true \ -Dsyslog=enabled \ @@ -47,7 +48,7 @@ OPTIONS_RADIO_RESAMPLER= SAMPLERATE SOXR OPTIONS_MULTI= DOCUMENTATION FILE_FORMAT OPTIONS_MULTI_FILE_FORMAT= \ ADPLUG AUDIOFILE FAAD FFMPEG FLAC FLUIDSYNTH \ - GME MAD MIKMOD MODPLUG MPG123 MUSEPACK \ + GME MAD MIKMOD MODPLUG MPG123 \ OPUS SIDPLAY SNDFILE TWOLAME \ VORBIS WAVPACK WILDMIDI @@ -109,8 +110,6 @@ MODPLUG_MESON_ENABLED= modplug MODPLUG_LIB_DEPENDS= libmodplug.so:audio/libmodplug MPG123_MESON_ENABLED= mpg123 MPG123_LIB_DEPENDS= libmpg123.so:audio/mpg123 -MUSEPACK_MESON_ENABLED= mpcdec -MUSEPACK_LIB_DEPENDS= libmpcdec.so:audio/musepack NFS_MESON_ENABLED= nfs NFS_LIB_DEPENDS= libnfs.so:net/libnfs OPENMPT_MESON_ENABLED= openmpt