summaryrefslogtreecommitdiffstats
path: root/audio/ecasound
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2012-09-05 10:19:16 -0500
committer Robby Workman <rworkman@slackbuilds.org>2012-09-05 20:15:50 -0500
commit19328f53ce8b544c04180a7cfaddb4730ad4dc77 (patch)
tree813c8f4dead3fad4f8776aadacf8795326f35f9c /audio/ecasound
parent86858f7cee06ea6e19dc43b47a921c15901c634f (diff)
downloadslackbuilds-19328f53ce8b544c04180a7cfaddb4730ad4dc77.tar.gz
slackbuilds-19328f53ce8b544c04180a7cfaddb4730ad4dc77.tar.xz
audio/ecasound: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'audio/ecasound')
-rw-r--r--audio/ecasound/README4
-rw-r--r--audio/ecasound/ecasound.info2
2 files changed, 1 insertions, 5 deletions
diff --git a/audio/ecasound/README b/audio/ecasound/README
index 39123f6089..eb2cbe1fb7 100644
--- a/audio/ecasound/README
+++ b/audio/ecasound/README
@@ -7,10 +7,6 @@ can be combined in various ways, and their parameters can be controlled
by operator objects like oscillators and MIDI-CCs. A versatile console
mode user-interface is included in the package.
-Optional compile-time dependencies (auto-detected at build time):
-- jack-audio-connection-kit (for realtime audio capture/playback)
-- liblo (for OSC [Open Sound Control] support)
-
Optional runtime dependencies:
- lame - required for mp3 output.
- TiMidity++ - required for MIDI .mid file input.
diff --git a/audio/ecasound/ecasound.info b/audio/ecasound/ecasound.info
index 1dd75ebc20..a1520391e1 100644
--- a/audio/ecasound/ecasound.info
+++ b/audio/ecasound/ecasound.info
@@ -5,6 +5,6 @@ DOWNLOAD="http://ecasound.seul.org/download/ecasound-2.8.1.tar.gz"
MD5SUM="d9ded0074a8eeb59dd507c248220d010"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES=""
+REQUIRES="jack-audio-connection-kit liblo"
MAINTAINER="B. Watson"
EMAIL="yalhcru@gmail.com"