summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--zynaddsubfx/build/slack-required2
-rwxr-xr-xzynaddsubfx/build/zynaddsubfx.SlackBuild7
2 files changed, 6 insertions, 3 deletions
diff --git a/zynaddsubfx/build/slack-required b/zynaddsubfx/build/slack-required
index 46668563..6b0b1fe4 100644
--- a/zynaddsubfx/build/slack-required
+++ b/zynaddsubfx/build/slack-required
@@ -1,4 +1,4 @@
-fltk
jack2
liblo
mxml
+ntk
diff --git a/zynaddsubfx/build/zynaddsubfx.SlackBuild b/zynaddsubfx/build/zynaddsubfx.SlackBuild
index 6ce09ede..c0438375 100755
--- a/zynaddsubfx/build/zynaddsubfx.SlackBuild
+++ b/zynaddsubfx/build/zynaddsubfx.SlackBuild
@@ -29,10 +29,13 @@
# Descr: software synthesizer and lv2 plugin
# URL: http://zynaddsubfx.sourceforge.net/
# Build needs:
-# Needs: jack2, lash, fltk, liblo, mxml
+# Needs: jack2, lash, liblo, mxml, ntk
# Changelog:
# 3.0.3-1: 24/Feb/2019 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 3.0.3-2: 14/mar/2019 by Eric Hameleers <alien@slackware.com>
+# * Use ntk instead of fltk, this is needed to give the plugin
+# version a proper GUI.
#
# Run 'sh zynaddsubfx.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -42,7 +45,7 @@
PRGNAM=zynaddsubfx
VERSION=${VERSION:-3.0.3}
-BUILD=${BUILD:-1}
+BUILD=${BUILD:-2}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}