audio/SuperCollider: Updated for version 3.4.3.

Signed-off-by: Niels Horn <niels.horn@slackbuilds.org>
This commit is contained in:
Felix Pfeifer 2011-07-16 19:14:05 -03:00 committed by Robby Workman
parent 909f6acfdf
commit 83239fc84a
4 changed files with 17 additions and 11 deletions

View File

@ -3,4 +3,7 @@ synthesis and algorithmic composition. It provides an interpreted object
oriented language which functions as a network client to a state of the art,
realtime sound synthesis server.
This buildscript also includes SwingOSC which is a GUI Framework for
Supercollider.
This requires scons, icu4c, and jack-audio-connection-kit.

View File

@ -6,7 +6,7 @@
# contact: pfeifer[dot]felix[at]googlemail[dot]com
PRGNAM=SuperCollider
VERSION=${VERSION:-3.4}
VERSION=${VERSION:-3.4.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -37,13 +37,14 @@ else
LIBDIRSUFFIX=""
fi
set -e # Exit on most errors
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-Source
tar xvf $CWD/$PRGNAM-$VERSION-Source-With-Extras-linux.tar.gz
tar xvf $CWD/$PRGNAM-$VERSION-Source-linux.tar.gz
unzip $CWD/SwingOSC-0.65.zip
cd $PRGNAM-Source
chown -R root:root .
find . \
@ -60,7 +61,7 @@ cd common
scons PREFIX=/usr X11=yes SCEL=yes SCED=yes SCVIM=yes LID=yes READLINE=no
scons install DESTDIR=$PKG
# Compile and install SwingOSC
cd ../optional_installs/SwingOSC
cd ../../SwingOSC
chmod 0755 install_linux_system.sh
./install_linux_system.sh $PKG/usr
cd -

View File

@ -1,10 +1,12 @@
PRGNAM="SuperCollider"
VERSION="3.4"
VERSION="3.4.3"
HOMEPAGE="http://supercollider.sourceforge.net/"
DOWNLOAD="https://downloads.sourceforge.net/supercollider/SuperCollider-3.4-Source-With-Extras-linux.tar.gz"
MD5SUM="20631117a7e9fb1c862833ce424ce9f4"
DOWNLOAD="http://downloads.sourceforge.net/supercollider/SuperCollider-3.4.3-Source-linux.tar.gz \
http://downloads.sourceforge.net/swingosc/SwingOSC-0.65.zip"
MD5SUM="a7d5371c01181b25e476c0e5c5dfe0b6 \
6c284f505525dff8462267958479ed1a"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="Felix Pfeifer"
EMAIL="pfeifer[dot]felix[at]googlemail[dot]com"
APPROVED="rworkman"
APPROVED="Niels Horn"

View File

@ -7,13 +7,13 @@
|-----handy-ruler------------------------------------------------------|
SuperCollider: SuperCollider (OO Language for Audio Synthesis)
SuperCollider:
SuperCollider:
SuperCollider: SuperCollider is an environment and programming language for real-
SuperCollider: time audio synthesis and algorithmic composition. It provides an
SuperCollider: interpreted object-oriented language which functions as a network
SuperCollider: client to a state of the art, real-time sound synthesis server.
SuperCollider:
SuperCollider:
SuperCollider: SuperCollider was written by James McCartney over a period of many
SuperCollider: years, and is now an open source (GPL) project maintained and
SuperCollider: developed by various people.
SuperCollider:
SuperCollider: