multimedia/gst-plugins-bad: Disable opus plugin.
This does no longer build with the version of opus we have in the repository. Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
This commit is contained in:
parent
6ed339b1b9
commit
489d27de7f
|
@ -6,5 +6,5 @@ a real live maintainer, or some actual wide use.
|
|||
This optionally depends on orc, libass, libcdaudio, celt, libdc1394, dirac,
|
||||
libdca, libdvdnav, faac, faad, flite, gsm, libkate, liblrdf, slv2,
|
||||
libmms, libmodplug, libmimic, libmusicbrainz, libofa, OpenAL, opencv,
|
||||
opus, TiMidity++, soundtouch, swfdec, xvidcore, libvdpau, schroedinger,
|
||||
TiMidity++, soundtouch, swfdec, xvidcore, libvdpau, schroedinger,
|
||||
libvpx and rtmpdump.
|
||||
|
|
|
@ -26,7 +26,7 @@
|
|||
|
||||
PRGNAM=gst-plugins-bad
|
||||
VERSION=${VERSION:-0.10.23}
|
||||
BUILD=${BUILD:-1}
|
||||
BUILD=${BUILD:-2}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -57,7 +57,7 @@ else
|
|||
fi
|
||||
|
||||
set -e # Exit on most errors
|
||||
|
||||
|
||||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
|
@ -81,6 +81,7 @@ CXXFLAGS="$SLKCFLAGS" \
|
|||
--mandir=/usr/man \
|
||||
--docdir=/usr/doc/${PRGNAM-$VERSION} \
|
||||
--disable-static \
|
||||
--disable-opus \
|
||||
--build=$ARCH-slackware-linux
|
||||
|
||||
make
|
||||
|
|
Loading…
Reference in New Issue