mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
audio/SuperCollider: Updated for version 3.5.7.
Removed SwingOSC and the java dependency with it Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
1bb7bfade2
commit
1286dd9529
3 changed files with 6 additions and 20 deletions
|
@ -3,9 +3,6 @@ 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.
|
||||
|
||||
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,
|
||||
|
|
|
@ -6,10 +6,8 @@
|
|||
# contact: pfeifer[dot]felix[at]googlemail[dot]com
|
||||
|
||||
PRGNAM=SuperCollider
|
||||
VERSION=${VERSION:-3.5.5}
|
||||
PRGNAM2=SwingOSC
|
||||
VERSION2=${VERSION2:-0.70}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-3.5.7}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
@ -47,7 +45,6 @@ cd $TMP
|
|||
rm -rf $PRGNAM-Source
|
||||
tar xvf $CWD/$PRGNAM-$VERSION-Source-linux.tar.?z*
|
||||
cd $PRGNAM-Source
|
||||
unzip $CWD/$PRGNAM2-$VERSION2-Linux.zip -d $PRGNAM2
|
||||
chown -R root:root .
|
||||
find . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 711 -o -perm 555 -o -perm 511 \) \
|
||||
|
@ -84,12 +81,6 @@ cd build
|
|||
-DCMAKE_BUILD_TYPE=Release ..
|
||||
make
|
||||
make install/strip DESTDIR=$PKG
|
||||
cd ..
|
||||
|
||||
# Install SwingOSC
|
||||
cd SwingOSC
|
||||
chmod 0755 install_linux_system.sh
|
||||
./install_linux_system.sh $PKG/usr
|
||||
cd -
|
||||
|
||||
# install scvim
|
||||
|
|
|
@ -1,12 +1,10 @@
|
|||
PRGNAM="SuperCollider"
|
||||
VERSION="3.5.5"
|
||||
VERSION="3.5.7"
|
||||
HOMEPAGE="http://supercollider.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/supercollider/SuperCollider-3.5.5-Source-linux.tar.bz2 \
|
||||
http://downloads.sourceforge.net/swingosc/SwingOSC-0.70-Linux.zip"
|
||||
MD5SUM="55c08e1d3665346b85dbff4c27c1accc \
|
||||
cb4476bc48a75cc952e27bad4b95e65d"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/supercollider/SuperCollider-3.5.7-Source-linux.tar.bz2"
|
||||
MD5SUM="3eb38f88363563224c857a613414cb32"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="jack-audio-connection-kit jdk"
|
||||
REQUIRES="jack-audio-connection-kit"
|
||||
MAINTAINER="Felix Pfeifer"
|
||||
EMAIL="pfeifer[dot]felix[at]googlemail[dot]com"
|
||||
|
|
Loading…
Reference in a new issue