diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2012-08-26 22:54:57 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2012-08-26 22:54:57 -0500 |
commit | dde29b37968369817a4ee651422e8d7cf8ee06d8 (patch) | |
tree | be582bdb2a856c244e10357081d049442ce3325a /audio/whysynth | |
parent | a54c4a65c453f018fea1409acabbf0259b1d1ff3 (diff) | |
download | slackbuilds-dde29b37968369817a4ee651422e8d7cf8ee06d8.tar.gz |
audio/whysynth: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/whysynth')
-rw-r--r-- | audio/whysynth/README | 14 | ||||
-rw-r--r-- | audio/whysynth/whysynth.info | 2 |
2 files changed, 2 insertions, 14 deletions
diff --git a/audio/whysynth/README b/audio/whysynth/README index 434fdaa7ea..e61551f6b9 100644 --- a/audio/whysynth/README +++ b/audio/whysynth/README @@ -7,16 +7,4 @@ It also has many pre-sets, so if you just want to install a DAW and a soft synth so you can start noodling around with neat synth sounds, start with this one. -It requires: -* dssi -* liblo -* ladspa_sdk - -All available from slackbuilds.org - -You'll also want to install: -* a DAW like Qtractor or Ardour (available via SBo) -* JACK (try qjackctl from SBo) -* real time priorities (easiest via the 2.6.38.4 kernel, - available in Slackware /testing) -* set_rlimits (available via SBo) +You'll probably also want to install a DAW like qtractor or ardour. diff --git a/audio/whysynth/whysynth.info b/audio/whysynth/whysynth.info index 4a1af97a1a..cdd0053e83 100644 --- a/audio/whysynth/whysynth.info +++ b/audio/whysynth/whysynth.info @@ -5,6 +5,6 @@ DOWNLOAD="http://smbolton.com/whysynth/whysynth-20100922.tar.bz2" MD5SUM="931944999b7def5140c2397c228a4983" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="ardour dssi ladspa_sdk liblo qjackctl qtractor set_rlimits" +REQUIRES="dssi ladspa_sdk liblo qjackctl set_rlimits" MAINTAINER="klaatu" EMAIL="klaatu@member.fsf.org" |