summaryrefslogtreecommitdiffstats
path: root/audio/xmms2/xmms2.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'audio/xmms2/xmms2.SlackBuild')
-rw-r--r--audio/xmms2/xmms2.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xmms2/xmms2.SlackBuild b/audio/xmms2/xmms2.SlackBuild
index 05e98fba2d..c4bff33ab9 100644
--- a/audio/xmms2/xmms2.SlackBuild
+++ b/audio/xmms2/xmms2.SlackBuild
@@ -8,7 +8,7 @@
PRGNAM=xmms2
VERSION="0.8DrO_o"
-BUILD=${BUILD:-2}
+BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
@@ -52,8 +52,8 @@ cd $PRGNAM-$VERSION
chown -R root:root .
chmod -R u+w,go+r-w,a-s .
-# This fixes building over the newer ffmpeg
-sed -i "s|^\ \ \ \ flags\.enable_c_error.*||" wscript
+# This fixes building over the newer ffmpeg - NOT
+#sed -i "s|^\ \ \ \ flags\.enable_c_error.*||" wscript
# unbreak xmms2 building on cython-0.19.1
patch -p1 < $CWD/xmms2-0.8-cython-0.19.1.patch
@@ -61,11 +61,13 @@ patch -p1 < $CWD/xmms2-0.8-cython-0.19.1.patch
export CCFLAGS="$SLKCFLAGS"
export CXXFLAGS="$SLKCFLAGS"
+# some plugins are disabled because newer ffmpegs aren't supported yet
./waf --prefix=/usr \
--libdir=/usr/lib${LIBDIRSUFFIX} \
--with-pkgconfigdir=/usr/lib${LIBDIRSUFFIX}/pkgconfig \
--mandir=/usr/man \
--without-ldconfig \
+ --without-plugins=apefile,avcodec,flv,tta \
--with-perl-archdir=/usr/lib$LIBDIRSUFFIX/perl5 \
-p configure