diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-22 22:59:20 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-25 20:54:11 -0500 |
commit | e6597b12e4a87822512eabdfe8937c6429688a33 (patch) | |
tree | f2a9d4c43ece937315201dcddcb17fec5bd8c412 | |
parent | 59753b115110de31c23e057cf935e3a525990223 (diff) | |
download | slackbuilds-e6597b12e4a87822512eabdfe8937c6429688a33.tar.gz |
audio/calf: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
-rw-r--r-- | audio/calf/README | 2 | ||||
-rw-r--r-- | audio/calf/calf.info | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/audio/calf/README b/audio/calf/README index a04604eea4..72b4c636f5 100644 --- a/audio/calf/README +++ b/audio/calf/README @@ -3,8 +3,6 @@ Calf audio plugin pack for LADSPA, DSSI, LV2 and JACK. Contains effects filter, multi-tap chorus and compressor) and instruments (organ simulator and a monophonic synthesizer). -This requires jack-audio-connection-kit. - Optional dependencies: By default, these are auto-detected at build time. Support for each dep will be built if found, unless disabled with an environment variable. diff --git a/audio/calf/calf.info b/audio/calf/calf.info index e1736b1d11..a07d373af2 100644 --- a/audio/calf/calf.info +++ b/audio/calf/calf.info @@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/project/calf/calf/0.0.18.6/calf-0.0.1 DOWNLOAD_x86_64="" MD5SUM="780854561dad1cb873041d7a0b98cbcd" MD5SUM_x86_64="" -REQUIRES="dssi jack-audio-connection-kit ladspa_sdk lash lv2 slv2" +REQUIRES="jack-audio-connection-kit" MAINTAINER="B. Watson" EMAIL="yalhcru@gmail.com" |