diff options
author | Patrick J Volkerding <volkerdi@slackware.com> | 2020-03-28 05:48:42 +0000 |
---|---|---|
committer | Eric Hameleers <alien@slackware.com> | 2020-03-28 17:59:48 +0100 |
commit | f845c97d2dd37c9cfbc8e21b87f3753167770f1e (patch) | |
tree | ae50b5b0593bccdef649cf9536f41f394c28a1b7 /source/xap/audacious-plugins/audacious-plugins.SlackBuild | |
parent | b0afb726e72ab6716b5be64f5ab3447c9d09a641 (diff) | |
download | current-f845c97d2dd37c9cfbc8e21b87f3753167770f1e.tar.gz current-f845c97d2dd37c9cfbc8e21b87f3753167770f1e.tar.xz |
Sat Mar 28 05:48:42 UTC 202020200328054842
a/lvm2-2.03.09-x86_64-1.txz: Upgraded.
d/guile-3.0.2-x86_64-1.txz: Upgraded.
l/glib-networking-2.64.1-x86_64-1.txz: Upgraded.
l/gtk+3-3.24.16-x86_64-1.txz: Upgraded.
l/gvfs-1.44.1-x86_64-1.txz: Upgraded.
l/librsvg-2.48.1-x86_64-1.txz: Upgraded.
l/vte-0.60.1-x86_64-1.txz: Upgraded.
xap/audacious-4.0-x86_64-3.txz: Rebuilt.
Also support GTK+ interface, including a .desktop file for it.
xap/audacious-plugins-4.0-x86_64-3.txz: Rebuilt.
Rebuilt with --enable-gtk.
extra/pure-alsa-system/audacious-plugins-4.0-x86_64-3_alsa.txz: Rebuilt.
Rebuilt with --enable-gtk.
extra/pure-alsa-system/qt5-5.13.2-x86_64-3_alsa.txz: Added.
Diffstat (limited to 'source/xap/audacious-plugins/audacious-plugins.SlackBuild')
-rwxr-xr-x | source/xap/audacious-plugins/audacious-plugins.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/xap/audacious-plugins/audacious-plugins.SlackBuild b/source/xap/audacious-plugins/audacious-plugins.SlackBuild index 3123c5883..5e6ce17dc 100755 --- a/source/xap/audacious-plugins/audacious-plugins.SlackBuild +++ b/source/xap/audacious-plugins/audacious-plugins.SlackBuild @@ -24,7 +24,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=audacious-plugins VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1 -d - | rev)} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} # Whether to include faad/aac support: FAAD=${FAAD:---disable-aac} @@ -97,7 +97,7 @@ CXXFLAGS="$SLKCFLAGS" \ --libdir=/usr/lib${LIBDIRSUFFIX} \ --sysconfdir=/etc \ --mandir=/usr/man \ - --disable-aac \ + --enable-gtk \ --program-prefix= \ --program-suffix= \ ${FAAD} \ |