audio/SuperCollider: Fixed dep information

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Robby Workman 2012-08-22 22:12:47 -05:00
parent 90159dae75
commit 7958518d84
2 changed files with 2 additions and 4 deletions

View File

@ -11,5 +11,3 @@ To use scvim editor copy the contents of /usr/share/scvim/vim to ~/.vim/
This will perform setcap cap_ipc_lock,cap_sys_nice=ep to /usr/bin/sclang,
/usr/bin/scsynth and /usr/bin/scvim. If you don't want this behaviour pass
CAPS="no" to the script.
This requires scons and jack-audio-connection-kit.

View File

@ -2,9 +2,9 @@ PRGNAM="SuperCollider"
VERSION="3.4.4"
HOMEPAGE="http://supercollider.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/supercollider/SuperCollider-3.4.4-Source-linux.tar.gz \
http://downloads.sourceforge.net/swingosc/SwingOSC-0.65.zip"
http://downloads.sourceforge.net/swingosc/SwingOSC-0.65.zip"
MD5SUM="0277d4a76268d2c534c68168bb2dedae \
6c284f505525dff8462267958479ed1a"
6c284f505525dff8462267958479ed1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="jack-audio-connection-kit scons"