audio/jack-rack: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
e963efd09f
commit
eab25c3b08
|
@ -4,8 +4,5 @@ JACK Rack is an effects "rack" for the JACK low latency audio API. The
|
|||
rack can be filled with LADSPA effects plugins and can be controlled using
|
||||
the ALSA sequencer. It's phat; it turns your computer into an effects box.
|
||||
|
||||
This requires jack-audio-connection-kit and ladspa_sdk.
|
||||
|
||||
Optional build dependency: lash (pass LASH=yes to the script to enable)
|
||||
|
||||
Optional runtime dependency: ecasound (for /usr/bin/ecarack script)
|
||||
|
|
|
@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/jack-rack/jack-rack/1.4.7/jac
|
|||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="a29ef4001ee2916a1b758952c936adca"
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ecasound jack-audio-connection-kit ladspa_sdk lash"
|
||||
REQUIRES="jack-audio-connection-kit ladspa_sdk"
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue