diff options
author | makc <makc@FreeBSD.org> | 2010-10-02 05:46:01 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2010-10-02 05:46:01 +0800 |
commit | a32156abcf98cf3d4afc74b9cf8d4f99763f64a7 (patch) | |
tree | 6cdafcc9e086a19f28a7893d24b4e286d71de98f /multimedia/mplayer | |
parent | f84802d5320b3eb5d16cdd9c7771db5f44e2d990 (diff) | |
download | freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.tar.gz freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.tar.zst freebsd-ports-gnome-a32156abcf98cf3d4afc74b9cf8d4f99763f64a7.zip |
Remove dependency on deprecated audio/libmpcdec
PR: ports/150510
Submitted by: Ganael Laplanche <ganael.laplanche at martymac.org>
Approved by: maintainer
Diffstat (limited to 'multimedia/mplayer')
-rw-r--r-- | multimedia/mplayer/Makefile | 6 | ||||
-rw-r--r-- | multimedia/mplayer/Makefile.options | 6 |
2 files changed, 3 insertions, 9 deletions
diff --git a/multimedia/mplayer/Makefile b/multimedia/mplayer/Makefile index 96bf4f94a9fc..0d2e6a19e457 100644 --- a/multimedia/mplayer/Makefile +++ b/multimedia/mplayer/Makefile @@ -7,7 +7,7 @@ PORTNAME= mplayer PORTVERSION= ${MPLAYER_PORT_VERSION} -PORTREVISION= 1 +PORTREVISION= 2 COMMENT= High performance media player supporting many formats .include "${.CURDIR}/Makefile.shared" @@ -43,7 +43,6 @@ OPTIONS+= SVGALIB "Enable svgalib support" off OPTIONS+= LIBDV "Enable libdv support" off OPTIONS+= MAD "Enable mad MPEG audio engine support" off OPTIONS+= AMR "Enable opencore AMR audio codec support" off -OPTIONS+= LIBMPCDEC "Enable libmpcdec support" off OPTIONS+= LADSPA "Enable LADSPA plugin support" off OPTIONS+= SPEEX "Enable speex audio codec support" on OPTIONS+= THEORA "Enable ogg theora video support" off @@ -84,7 +83,8 @@ CONFIGURE_ARGS+= --disable-ssse3 \ --disable-x264 \ --disable-xvid \ --disable-libdirac-lavc \ - --disable-mencoder + --disable-mencoder \ + --disable-musepack .include "${.CURDIR}/Makefile.options" diff --git a/multimedia/mplayer/Makefile.options b/multimedia/mplayer/Makefile.options index c47aa0aacb16..3fe720a92765 100644 --- a/multimedia/mplayer/Makefile.options +++ b/multimedia/mplayer/Makefile.options @@ -96,12 +96,6 @@ LIB_DEPENDS+= schroedinger-1.0.3:${PORTSDIR}/multimedia/schroedinger CONFIGURE_ARGS+= --disable-libschroedinger-lavc .endif -.if defined(WITH_LIBMPCDEC) -LIB_DEPENDS+= mpcdec.5:${PORTSDIR}/audio/libmpcdec -.else -CONFIGURE_ARGS+= --disable-musepack -.endif - .if !defined(WITHOUT_SPEEX) LIB_DEPENDS+= speex.1:${PORTSDIR}/audio/speex .else |