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>
This commit is contained in:
parent
3526bbc2b2
commit
8eca01b82d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue