summaryrefslogtreecommitdiffstats
path: root/audio-creation/audacity/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-creation/audacity/DETAILS')
-rwxr-xr-xaudio-creation/audacity/DETAILS19
1 files changed, 8 insertions, 11 deletions
diff --git a/audio-creation/audacity/DETAILS b/audio-creation/audacity/DETAILS
index 486c0c6c48..5d84e3a34b 100755
--- a/audio-creation/audacity/DETAILS
+++ b/audio-creation/audacity/DETAILS
@@ -1,6 +1,7 @@
SPELL=audacity
-if [ "$AUDACITY_REL" == "cvs" ]; then
- if [ "$AUD_CVS_AUTOUPDATE" == "y" ]; then
+case "$AUDACITY_BRANCH"
+in scm)
+ if [ "$AUDACITY_AUTOUPDATE" == "y" ]; then
VERSION=$(date +%Y%m%d)
else
VERSION=cvs
@@ -10,23 +11,19 @@ if [ "$AUDACITY_REL" == "cvs" ]; then
SOURCE_IGNORE=volatile
FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
-else
- if [ "$AUDACITY_REL" == "beta" ]; then
- VERSION=1.3.12-beta
- SOURCE_HASH=sha512:9b343c7fa3d5d3e92cd2ebc0e1b4f6736dd8a21f14bb06c72def2aa9751b5d6b6a79d4028c09687231c7e02856fdcc78724017ee33ce9457b018c2143a83105b
+;; beta)
+ VERSION=1.3.14-beta
SOURCE=$SPELL-minsrc-$VERSION.tar.bz2
+ SOURCE_GPG="gurus.gpg:${SOURCE}.sig"
SOURCE_URL=http://audacity.googlecode.com/files/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
- else
+;; current)
VERSION=1.2.6
SOURCE=${SPELL}-src-${VERSION}.tar.gz
SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
SOURCE_HASH=sha512:710d030a3b6914a89092d3113c7b7087f018a658c47c2e72aa66518538dfcb4a5ebb99d90b1fedec8e591b9287d3cc62aea24e3a583e439a935f0990788835f1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
-
-fi
-
-fi
+;; esac
WEB_SITE=http://audacity.sourceforge.net/
ENTERED=20011217
LICENSE[0]=GPL