summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini2013-11-15 20:54:59 +0100
committer Robby Workman2013-11-16 03:27:26 +0100
commita3c43920ebbf5c559a5261a2c167b79cd6afe0f7 (patch)
tree6bd3e18ae240c9b83d62ce38690aa8e2a45f5ecc /audio
parent599d982af13dc55e66fb4a57f626bc0cf8362aa3 (diff)
downloadslackbuilds-a3c43920ebbf5c559a5261a2c167b79cd6afe0f7.tar.gz
audio/xmms2: Disabled building over ffmpeg (broken).
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/xmms2/README2
-rw-r--r--audio/xmms2/xmms2.SlackBuild8
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