diff options
-rw-r--r-- | audio/xmms2/README | 2 | ||||
-rw-r--r-- | audio/xmms2/xmms2.SlackBuild | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/audio/xmms2/README b/audio/xmms2/README index a5006f5fd5..1a3fd55f6b 100644 --- a/audio/xmms2/README +++ b/audio/xmms2/README @@ -5,4 +5,4 @@ maintain and integrate with. In terms of the listening experience, XMMS2 makes it possible for anyone to easily manage their music collection and to interact with it in a flexible manner. -ffmpeg is an optional dependency. +ffmpeg is an optional dependency (but it's *BROKEN* ATM) 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 |