diff options
author | B. Watson <yalhcru@gmail.com> | 2020-01-25 12:26:54 -0500 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-01-26 08:10:01 +0700 |
commit | 2584e3c471eea692ea627345ad4dc67eceaea1da (patch) | |
tree | 2a8d40e4bc093dfc04922b2cf2f7f1513e2b020c /audio/jack-audio-connection-kit/README | |
parent | fc43e1ce870bf0985b3a9e6cb6bae787f1713638 (diff) |
audio/jack-audio-connection-kit: Removed (renamed to jack1).
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'audio/jack-audio-connection-kit/README')
-rw-r--r-- | audio/jack-audio-connection-kit/README | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/audio/jack-audio-connection-kit/README b/audio/jack-audio-connection-kit/README deleted file mode 100644 index 7d1667887d..0000000000 --- a/audio/jack-audio-connection-kit/README +++ /dev/null @@ -1,13 +0,0 @@ -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"). - -This package uses POSIX filesystem capabilities to execute with -elevated privileges (required for realtime audio processing). This -may be considered a security/stability risk. Please read -http://www.slackbuilds.org/caps/ for more information. To disable -capabilities, pass SETCAP=no to the script. - -Optional dependencies are libffado and celt. |