diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-18 16:27:42 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:09:48 +0700 |
commit | 9bcc616df13be5940680597950d55d7f9ae8a2ce (patch) | |
tree | 2f3a87c5a9420ea4f6a2fa9f7d737ef33d5717ab /audio/jamulus/jamulus.SlackBuild | |
parent | cbf459826362abf1b3f770a9a59fa9eb12ed0486 (diff) |
audio/jamulus: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jamulus/jamulus.SlackBuild')
-rw-r--r-- | audio/jamulus/jamulus.SlackBuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/jamulus/jamulus.SlackBuild b/audio/jamulus/jamulus.SlackBuild index bdecd1731ea4c..9a186eb6c707b 100644 --- a/audio/jamulus/jamulus.SlackBuild +++ b/audio/jamulus/jamulus.SlackBuild @@ -55,14 +55,14 @@ elif ! pkg-config --exists jack; then cat <<EOF *********************************************************************** -$0: jack-audio-connection-kit not found. +$0: jack not found. If you want $PRGNAM to be able to make sound, you must install -jack-audio-connection-kit before running this script. +jack before running this script. If you want to build a dedicated server, you don't have to install -jack-audio-connection-kit. Instead, export SERVERONLY=yes in the -environment. See SERVER.txt for details. +jack. Instead, export SERVERONLY=yes in the environment. See SERVER.txt +for details. *********************************************************************** EOF |