diff options
author | B. Watson <yalhcru@gmail.com> | 2021-12-03 17:09:57 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-12-10 08:37:35 +0700 |
commit | ec2e1b650914af84d275391f4e2b3cb05bbf264c (patch) | |
tree | 75a44ea52ad732eb4d5e566bfa68ae4190dd5138 /audio/ngjackspa/README | |
parent | cf6d200b5c9290d98b9826fb717ff297dd4e1d7e (diff) |
audio/ngjackspa: Disable Qt4 UI by default.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio/ngjackspa/README')
-rw-r--r-- | audio/ngjackspa/README | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/audio/ngjackspa/README b/audio/ngjackspa/README index b876b5fed5979..832e3b44e895f 100644 --- a/audio/ngjackspa/README +++ b/audio/ngjackspa/README @@ -6,9 +6,14 @@ 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, 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. +By default, the command-line (jackspa-cli), ncurses (njackspa), and +gtkmm (gjackspa) user interfaces are built, and the qt4 one (qjackspa) +is disabled. To build the qt4 UI, export QT=yes in the script's +environment. You can also disable gtkmm with GTKMM=no. + +Note: gjackspa and qjackspa won't appear in your desktop startup menu. +This is because they require command-line arguments (the plugin +library and ID). This package uses POSIX filesystem capabilities to execute with elevated privileges (required for realtime audio processing). This |