mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
audio/ecasound: Fixed dep information
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
parent
5ee878bf49
commit
13a36362a0
2 changed files with 2 additions and 6 deletions
|
@ -17,7 +17,3 @@ Optional runtime dependencies:
|
|||
- libmikmod - required for tracker file support (such as .mod files).
|
||||
- set_rlimits - used to run ecasound with realtime priority (but see the
|
||||
jack-audio-connection-kit README for an alternative)
|
||||
|
||||
Note: If you have cmt installed and you experience glibc double-free
|
||||
errors when ecasound exits, upgrade your cmt package to 1.16-2_SBo or
|
||||
higher. This is NOT a bug in ecasound.
|
||||
|
|
|
@ -2,9 +2,9 @@ PRGNAM="ecasound"
|
|||
VERSION="2.8.1"
|
||||
HOMEPAGE="http://eca.cx/ecasound/"
|
||||
DOWNLOAD="http://ecasound.seul.org/download/ecasound-2.8.1.tar.gz"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM="d9ded0074a8eeb59dd507c248220d010"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="TiMidity++ jack-audio-connection-kit lame liblo libmikmod set_rlimits"
|
||||
REQUIRES=""
|
||||
MAINTAINER="B. Watson"
|
||||
EMAIL="yalhcru@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue