audio/sonic-visualiser: Migrate jack-audio-connection-kit => jack.
Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
parent
262e3ae9b6
commit
a7b6a71be0
|
@ -10,8 +10,8 @@ Optional dependencies, detected at build time:
|
|||
portaudio - allows sonic-visualiser to run without a JACK or pulseaudio
|
||||
server (using plain ALSA).
|
||||
|
||||
jack-audio-connection-kit *or* jack2 - allows sonic-visualiser to use
|
||||
JACK for realtime audio recording/playback [*].
|
||||
jack - allows sonic-visualiser to use JACK for realtime audio
|
||||
recording/playback [*].
|
||||
|
||||
liblo - allows remote control of sonic-visualiser via OSC.
|
||||
|
||||
|
@ -19,9 +19,8 @@ Note: PulseAudio seems to work but hasn't been thoroughly tested. If you
|
|||
have problems with the other audio I/O backends, try JACK. See File ->
|
||||
Preferences -> Audio I/O.
|
||||
|
||||
[*] When built with jack-audio-connection-kit or jack2, 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, or build without JACK.
|
||||
[*] When built with jack, 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, or build without JACK.
|
||||
|
|
Loading…
Reference in New Issue