mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/ecasound: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
86858f7cee
commit
19328f53ce
2 changed files with 1 additions and 5 deletions
|
@ -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.
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue