diff options
author | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 07:57:26 +0000 |
---|---|---|
committer | Daniel Engberg <diizzy@FreeBSD.org> | 2024-08-25 08:17:30 +0000 |
commit | ba75486d2f523d22bf202a8eace3d8f3f570aeb4 (patch) | |
tree | a07bfb3c60ed425b5f8914ecb26611d566d7c7c5 | |
parent | 6547f8d615b859ab2f671323cf571bfc7507ed42 (diff) |
audio/aqualung: Remove Musepack library support
Remove support for Musepack audio library
PR: 281025
Approved by: portmgr (blanket)
-rw-r--r-- | audio/aqualung/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/audio/aqualung/Makefile b/audio/aqualung/Makefile index cae31bc61971..962bd01d1d5e 100644 --- a/audio/aqualung/Makefile +++ b/audio/aqualung/Makefile @@ -1,6 +1,6 @@ PORTNAME= aqualung DISTVERSION= 1.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio MAINTAINER= portmaster@BSDforge.com @@ -20,7 +20,6 @@ LIB_DEPENDS= libFLAC.so:audio/flac \ libsndfile.so:audio/libsndfile \ libvorbis.so:audio/libvorbis \ libmac.so:audio/mac \ - libmpcdec.so:audio/musepack \ libspeex.so:audio/speex \ libwavpack.so:audio/wavpack \ libavcodec.so:multimedia/ffmpeg \ @@ -40,7 +39,8 @@ GH_ACCOUNT= jeremyevans GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-cddb=no \ - --with-ifp=no + --with-ifp=no \ + --with-mpc=no DESKTOP_ENTRIES="Aqualung" "" "${DATADIR}/general.png" "aqualung" \ "Audio;AudioVideo;GTK;" "" |