diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2016-01-13 16:02:30 -0600 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-01-17 09:40:16 +0700 |
commit | 71ed0c5339fa49a71d202f66921980a526f59e32 (patch) | |
tree | d461740d127a1626a6eb88dce1fce951f6d5cb86 /audio | |
parent | c6a2f7b06db62820600b70ca48e2ef6432cd9525 (diff) | |
download | slackbuilds-71ed0c5339fa49a71d202f66921980a526f59e32.tar.gz |
audio/ngjackspa: Enabled gtkmm interface by default
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/ngjackspa/README | 5 | ||||
-rw-r--r-- | audio/ngjackspa/ngjackspa.SlackBuild | 2 |
2 files changed, 3 insertions, 4 deletions
diff --git a/audio/ngjackspa/README b/audio/ngjackspa/README index bf98e7d1a0..b5a71ae436 100644 --- a/audio/ngjackspa/README +++ b/audio/ngjackspa/README @@ -5,9 +5,8 @@ providing JACK ports for its audio inputs and outputs, and dynamic setting of its control inputs. Additionally, the plugin controls can be exported to or controlled by control voltages on standard JACK audio ports. -By default, the Qt user interface is built, and the gtkmm UI is disabled. -To disable Qt, set QT=no in the script's environment. To enable gtkmm, -set GTKMM=yes (this will require gtkmm to be installed, of course). +By default, both the Qt and gtkmm user interfaces are built. To disable +one or both of them, set QT=no and/or GTKMM=no in the script's environment. This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This diff --git a/audio/ngjackspa/ngjackspa.SlackBuild b/audio/ngjackspa/ngjackspa.SlackBuild index 82ba7a3985..15563e919d 100644 --- a/audio/ngjackspa/ngjackspa.SlackBuild +++ b/audio/ngjackspa/ngjackspa.SlackBuild @@ -54,7 +54,7 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; # build options -GTKMM="${GTKMM:-no}" +GTKMM="${GTKMM:-yes}" QT="${QT:-yes}" # dike out the parts the user disabled |