diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-12 15:24:08 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:48 +0700 |
commit | ba3e5e393437a70c9671ce898fa3da07d4c50c44 (patch) | |
tree | ad0b682fbf4be4db433b9cc66bba9ca18ff375f0 | |
parent | 6d78eb515c3d13d12750f1d5f8a351c47d0fd70d (diff) |
audio/jack1: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | audio/jack1/README | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/audio/jack1/README b/audio/jack1/README index 42c1a7aa677e..11a0d7e61211 100644 --- a/audio/jack1/README +++ b/audio/jack1/README @@ -1,10 +1,10 @@ jack1 (realtime low-latency sound server) JACK is a low-latency audio server written primarily for Linux. It can -connect a number of different applications to an audio device, as well as -allow them to share audio among themselves. Its clients can run in their -own processes (ie. as a normal application) or they can run within a JACK -server instance (i.e. as a "plugin"). +connect a number of different applications to an audio device, as well +as allow them to share audio among themselves. Its clients can run +in their own processes (ie. as a normal application) or they can run +within a JACK server instance (i.e. as a "plugin"). Optional dependencies are libffado and celt. @@ -14,9 +14,9 @@ This is the "mature, stable" JACK1 branch. It's not 100% deprecated, but it no longer receives much attention from the upstream JACK developers. They recommend not using JACK1 at all, actually. -Note: this build was formerly known as jack-audio-connection-kit. Before -installing this, "removepkg jack-audio-connection-kit" if you had it -installed. +Note: this build was formerly known as +jack-audio-connection-kit. Before installing this, "removepkg +jack-audio-connection-kit" if you had it installed. SBo build maintainers, please DO NOT list this as a dependency for your builds. If the software you're trying to build really does work |