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/SERVER.txt | |
parent | cbf459826362abf1b3f770a9a59fa9eb12ed0486 (diff) |
audio/jamulus: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jamulus/SERVER.txt')
-rw-r--r-- | audio/jamulus/SERVER.txt | 17 |
1 files changed, 8 insertions, 9 deletions
diff --git a/audio/jamulus/SERVER.txt b/audio/jamulus/SERVER.txt index ea4892397be8..f226442b0802 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. |