From 71ed0c5339fa49a71d202f66921980a526f59e32 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Wed, 13 Jan 2016 16:02:30 -0600 Subject: audio/ngjackspa: Enabled gtkmm interface by default Signed-off-by: Robby Workman --- audio/ngjackspa/README | 5 ++--- audio/ngjackspa/ngjackspa.SlackBuild | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) (limited to 'audio/ngjackspa') 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 -- cgit v1.2.3