summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Robby Workman2016-01-03 05:23:12 +0100
committer Willy Sudiarto Raharjo2016-01-17 03:40:16 +0100
commit8eca01b82db322e4c1186de22ee764a93e4628ca (patch)
treef08af1c2f4e18a49e92968c8e1200a239a8f0ddb /audio
parent3526bbc2b2b14e6bb68d210ebaa2064c4078ada0 (diff)
downloadslackbuilds-8eca01b82db322e4c1186de22ee764a93e4628ca.tar.gz
audio/mp3splt-gtk: Disabled audacious support (3.6.x not supported yet)
Signed-off-by: David Spencer <baildon.research@googlemail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/mp3splt-gtk/mp3splt-gtk.SlackBuild2
1 files changed, 2 insertions, 0 deletions
diff --git a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
index 1ebb3b837a..b3d5a9738b 100644
--- a/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
+++ b/audio/mp3splt-gtk/mp3splt-gtk.SlackBuild
@@ -90,6 +90,7 @@ find -L . \
# patch made with 'svn diff -c 1509' in a checked-out repo.
patch -p1 < $CWD/default_player-r1509.diff
+# Disabled audacious support, upstream mp3splt-gtk does not yet support audacious-3.6
CFLAGS="$SLKCFLAGS" \
CXXFLAGS="$SLKCFLAGS" \
./configure \
@@ -98,6 +99,7 @@ CXXFLAGS="$SLKCFLAGS" \
--mandir=/usr/man \
--docdir=/usr/doc/$PRGNAM-$VERSION \
--enable-gstreamer \
+ --disable-audacious \
--disable-gnome \
--disable-scrollkeeper \
--disable-doxygen_doc \