audio/hydrogen: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-25 20:29:04 -05:00
parent 7096fbef7b
commit 8e453e42ff
2 changed files with 2 additions and 21 deletions

View File

@ -2,24 +2,5 @@ Hydrogen is an advanced drum machine for GNU/Linux.
It's main goal is to bring professional yet simple
and intuitive pattern-based drum programming.
Dependencies:
libtar
jack-audio-connection-kit (optional, default=yes)
ladspa_sdk
liblrdf
lash (optional, default=yes)
portaudio (optional, default=no)
portmidi (optional, default=no)
scons
Optional deps can be set with the following flags:
JACK=yes|no
LASH=yes|no
PORTAUDIO=yes|no
portaudio and portmidi are optional dependencies.
PORTAUDIO=yes enables portmidi support.
*Note: if portaudio was built with jack support then
hydrogen will require it too.

View File

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/hydrogen/hydrogen-0.9.5.tar.gz"
MD5SUM="e96f291d60e58f5d62fe616cee577dc0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit ladspa_sdk lash liblrdf libtar portaudio portmidi scons"
REQUIRES="jack-audio-connection-kit ladspa_sdk lash liblrdf libtar scons"
MAINTAINER="David Woodfall"
EMAIL="dave@dawoodfall.net"