audio/whysynth: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-26 22:54:57 -05:00
parent a54c4a65c4
commit dde29b3796
2 changed files with 2 additions and 14 deletions

View file

@ -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.

View file

@ -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"