summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2020-12-20 20:58:17 +0000
committer Eric Hameleers <alien@slackware.com>2020-12-20 20:58:17 +0000
commitba382c4833e0d65eff0c011f8f906a1f79321521 (patch)
treeead0c646bc905ebe0fce74ea1230291b7018c61d
parentd8348c34206874416dcdb43937affb6f2654fcb5 (diff)
downloadasb-ba382c4833e0d65eff0c011f8f906a1f79321521.tar.gz
asb-ba382c4833e0d65eff0c011f8f906a1f79321521.tar.xz
guitarix: upgrade to 0.42.0. Start using faust as a dependency
-rwxr-xr-xguitarix/build/guitarix.SlackBuild9
1 files changed, 5 insertions, 4 deletions
diff --git a/guitarix/build/guitarix.SlackBuild b/guitarix/build/guitarix.SlackBuild
index 4b5480d9..759b11e7 100755
--- a/guitarix/build/guitarix.SlackBuild
+++ b/guitarix/build/guitarix.SlackBuild
@@ -29,7 +29,7 @@
# Descr: mono guitar amplifier and FX for Jack using Faust
# URL: http://guitarix.org/
# Build needs: sassc
-# Needs: jack2, ladspa_sdk, liblrdf, lilv, lv2
+# Needs: faust, jack2, ladspa_sdk, liblo, liblrdf, lilv, lv2
# Changelog:
# 0.40.0-1: 09/jun/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
@@ -39,6 +39,8 @@
# * Added X-DAW category to desktop file, for liveslak.
# 0.41.0-3: 29/oct/2020 by Eric Hameleers <alien@slackware.com>
# * Recompiled against newer boost in slackware-current.
+# 0.42.0-1: 20/dec/2020 by Eric Hameleers <alien@slackware.com>
+# * Update. Use faust.
#
# Run 'sh guitarix.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -47,8 +49,8 @@
# -----------------------------------------------------------------------------
PRGNAM=guitarix
-VERSION=${VERSION:-0.41.0}
-BUILD=${BUILD:-3}
+VERSION=${VERSION:-0.42.0}
+BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}
@@ -180,7 +182,6 @@ CFLAGS="$SLKCFLAGS -I${ZITA_INCL} -DNDEBUG" \
--lib-dev \
--no-avahi \
--no-desktop-update \
- --no-faust \
--no-ldconfig \
--install-roboto-font \
--fontdir=/usr/share/fonts/TTF \