summaryrefslogtreecommitdiffstats
path: root/hydrogen
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2009-09-22 20:52:46 +0000
committer Eric Hameleers <alien@slackware.com>2009-09-22 20:52:46 +0000
commitb0ad7970eab8ebfb2491922c535dea28bda70f8b (patch)
treee2025e58d6afc52e9d76c1e3ae80cefde23e6515 /hydrogen
parentbd507711499c422c83e33f9daa24cb6f16a1e368 (diff)
downloadasb-b0ad7970eab8ebfb2491922c535dea28bda70f8b.tar.gz
asb-b0ad7970eab8ebfb2491922c535dea28bda70f8b.tar.xz
Add jack to the mix
Diffstat (limited to 'hydrogen')
-rwxr-xr-xhydrogen/build/hydrogen.SlackBuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/hydrogen/build/hydrogen.SlackBuild b/hydrogen/build/hydrogen.SlackBuild
index 66bf3cc6..67f541fa 100755
--- a/hydrogen/build/hydrogen.SlackBuild
+++ b/hydrogen/build/hydrogen.SlackBuild
@@ -28,13 +28,13 @@
# For: hydrogen
# Descr: advanced drum machine
# URL: http://www.hydrogen-music.org/
-# Needs: libsndfile
+# Needs: jack,libsndfile
# scons (only during compilation)
-# Optional: jack,lrdf
+# Optional: lrdf
# Changelog:
# 0.9.3-1: 03/Mar/2006 by Eric Hameleers <alien@slackware.com>
# * Initial build.
-# 0.9.4-1: 21/Sep/2009 by Eric Hameleers <alien@slackware.com>
+# 0.9.4-1: 22/Sep/2009 by Eric Hameleers <alien@slackware.com>
# * Update (finally!) now uses Qt4.
#
# Run 'sh hydrogen.SlackBuild' to build a Slackware package.
@@ -54,10 +54,10 @@ TAG=${TAG:-alien}
DOCS="AUTHORS COPYING* ChangeLog DEVELOPERS README*"
# Important:
-# if you want to enable support for Jack or LRDF (to get LADSPA support)
-# then set these values to "1" instead of "0" - of course you need to have
+# if you want to enable/disable support for Jack or LRDF (to get LADSPA support)
+# then set these values to "1" or "0" - of course you need to have
# these programs installed first...:
-USE_JACK="0"
+USE_JACK="1"
USE_LRDF="0"
# Where do we look for sources?