summaryrefslogtreecommitdiffstats
path: root/audio-creation/linuxsampler/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/linuxsampler/DETAILS')
-rwxr-xr-xaudio-creation/linuxsampler/DETAILS17
1 files changed, 16 insertions, 1 deletions
diff --git a/audio-creation/linuxsampler/DETAILS b/audio-creation/linuxsampler/DETAILS
index 2a99bc29ef..ca37f948ee 100755
--- a/audio-creation/linuxsampler/DETAILS
+++ b/audio-creation/linuxsampler/DETAILS
@@ -1,9 +1,24 @@
SPELL=linuxsampler
+if [[ $LINUXSAMPLER_VCS == y ]]
+then
+ if [[ $LINUXSAMPLER_VCS_AUTOUPDATE == y ]]
+ then
+ VERSION=$(date +%Y%m%d)
+ else
+ VERSION=cvs
+ fi
+ SOURCE=$SPELL-cvs.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
+ SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.linuxsampler.org:/var/cvs/linuxsampler:$SPELL
+ SOURCE_IGNORE=volatile
+ FORCE_DOWNLOAD=on
+else
VERSION=0.5.1
SOURCE=$SPELL-$VERSION.tar.bz2
+SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
SOURCE_HASH=sha512:2125608ac5549068592a305bb9efd73d4100974d27d014ca41360c204d350c4abe04beda6d9f1238897003fdd7268d55f9eaf2b7b54aec26b74120f6c2eba5c3
-SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
+fi
WEB_SITE=http://www.linuxsampler.org/
ENTERED=20060726
LICENSE[0]=GPL