Disable the libmad MP3 decoder in favour of the FFmpeg decoder.
This commit is contained in:
parent
9a1d2275e6
commit
462ce3fae6
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.37 2015/06/10 21:42:26 sthen Exp $
|
||||
# $OpenBSD: Makefile,v 1.38 2015/10/07 06:06:54 ajacoutot Exp $
|
||||
|
||||
COMMENT-main= ugly elements for GStreamer
|
||||
COMMENT-sidplay= sidplay element for GStreamer (plugins-ugly)
|
||||
@ -12,7 +12,7 @@ PKGNAME-main= gstreamer-plugins-ugly-${V}
|
||||
PKGNAME-sidplay= gstreamer-sidplay-${V}
|
||||
PKGNAME-lame= gstreamer-lame-${V}
|
||||
|
||||
REVISION-main= 5
|
||||
REVISION-main= 6
|
||||
REVISION-sidplay= 3
|
||||
REVISION-lame= 3
|
||||
|
||||
@ -28,7 +28,7 @@ WANTLIB += lzma xml2 m z pcre gstreamer-0.10 ffi pthread
|
||||
WANTLIB-main += ${WANTLIB}
|
||||
WANTLIB-main += a52 dvdread gstaudio-0.10 gstbase-0.10 gstinterfaces-0.10
|
||||
WANTLIB-main += gstpbutils-0.10 gstriff-0.10 gstrtp-0.10 gstrtsp-0.10
|
||||
WANTLIB-main += gstsdp-0.10 gsttag-0.10 gstvideo-0.10 mad orc-0.4 twolame
|
||||
WANTLIB-main += gstsdp-0.10 gsttag-0.10 gstvideo-0.10 orc-0.4 twolame
|
||||
WANTLIB-main += x264
|
||||
|
||||
WANTLIB-sidplay += ${WANTLIB}
|
||||
@ -44,7 +44,6 @@ RUN_DEPENDS= ${BUILD_PKGPATH}
|
||||
LIB_DEPENDS-main= ${LIB_DEPENDS} \
|
||||
${P}/plugins-base \
|
||||
audio/liba52 \
|
||||
audio/libmad \
|
||||
audio/twolame \
|
||||
devel/libdvdread \
|
||||
multimedia/x264
|
||||
@ -59,6 +58,7 @@ LIB_DEPENDS-lame= ${LIB_DEPENDS} \
|
||||
CONFIGURE_ARGS= --disable-amrnb \
|
||||
--disable-amrwb \
|
||||
--disable-cdio \
|
||||
--disable-mad \
|
||||
--disable-mpeg2dec
|
||||
|
||||
pre-configure:
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST-main,v 1.14 2014/04/01 16:31:40 ajacoutot Exp $
|
||||
@comment $OpenBSD: PLIST-main,v 1.15 2015/10/07 06:06:54 ajacoutot Exp $
|
||||
@conflict gstreamer-bad-<0.10.17
|
||||
@conflict gstreamer-a52-*
|
||||
@conflict gstreamer-mad-*
|
||||
@ -14,7 +14,6 @@ lib/gstreamer-${VERSION}/libgstdvdlpcmdec.so
|
||||
lib/gstreamer-${VERSION}/libgstdvdread.so
|
||||
lib/gstreamer-${VERSION}/libgstdvdsub.so
|
||||
lib/gstreamer-${VERSION}/libgstiec958.so
|
||||
lib/gstreamer-${VERSION}/libgstmad.so
|
||||
lib/gstreamer-${VERSION}/libgstmpegaudioparse.so
|
||||
lib/gstreamer-${VERSION}/libgstmpegstream.so
|
||||
lib/gstreamer-${VERSION}/libgstrmdemux.so
|
||||
|
Loading…
x
Reference in New Issue
Block a user