summaryrefslogtreecommitdiffstats
path: root/audio/jamulus
diff options
context:
space:
mode:
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
commit9bcc616df13be5940680597950d55d7f9ae8a2ce (patch)
tree2f3a87c5a9420ea4f6a2fa9f7d737ef33d5717ab /audio/jamulus
parentcbf459826362abf1b3f770a9a59fa9eb12ed0486 (diff)
downloadslackbuilds-9bcc616df13be5940680597950d55d7f9ae8a2ce.tar.gz
slackbuilds-9bcc616df13be5940680597950d55d7f9ae8a2ce.tar.xz
audio/jamulus: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jamulus')
-rw-r--r--audio/jamulus/SERVER.txt17
-rw-r--r--audio/jamulus/jamulus.SlackBuild8
-rw-r--r--audio/jamulus/jamulus.info2
3 files changed, 13 insertions, 14 deletions
diff --git a/audio/jamulus/SERVER.txt b/audio/jamulus/SERVER.txt
index ea4892397b..f226442b08 100644
--- a/audio/jamulus/SERVER.txt
+++ b/audio/jamulus/SERVER.txt
@@ -18,19 +18,18 @@ from /etc/rc.d/rc.local. There's no "daemon" option, so you'll have to
background it with &, and redirect stdout/stderr somewhere (see also
the -l <logfile> option).
-If you *really* want to build a dedicated jamulus server, you can do
-so by setting SERVERONLY=yes in the SlackBuild's environment. In this
-case, you can ignore the REQUIRES="jack-audio-connection-kit" line in
-the .info file.
+If you *really* want to build a dedicated jamulus server, you can do so
+by setting SERVERONLY=yes in the SlackBuild's environment. In this case,
+you can ignore the REQUIRES="jack" line in the .info file.
The resulting jamulus binary will work exactly as the regular jamulus,
except it doesn't make sound nor accept audio input from your instrument.
It'll only be useful as a server (with -s and possibly also -n).
The *only* reason to ever do this is if you really *really* don't want
-to install jack-audio-connection-kit for some reason.
+to install jack for some reason.
-For those who want to complain that I shouldn't have listed
-jack-audio-connection-kit as required: It *is* required, for the *normal*
-use case. Building without JACK support is a very specialized thing,
-not useful to the general population of users.
+For those who want to complain that I shouldn't have listed jack as
+required: It *is* required, for the *normal* use case. Building without
+JACK support is a very specialized thing, not useful to the general
+population of users.
diff --git a/audio/jamulus/jamulus.SlackBuild b/audio/jamulus/jamulus.SlackBuild
index bdecd1731e..9a186eb6c7 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
diff --git a/audio/jamulus/jamulus.info b/audio/jamulus/jamulus.info
index e51dc1300e..088ae25332 100644
--- a/audio/jamulus/jamulus.info
+++ b/audio/jamulus/jamulus.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://downloads.sourceforge.net/project/llcon/Jamulus/3.4.3/Jamulus-
MD5SUM="fa0f73b1d4e2fdbeb230899f1b2d0f0e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="jack-audio-connection-kit"
+REQUIRES="jack"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"