           SPELL=audacity
if [ "$AUDACITY_REL" == "cvs" ]; then
    if [ "$AUD_CVS_AUTOUPDATE" == "y" ]; then
         VERSION=$(date +%Y%m%d)
    else
         VERSION=cvs
    fi
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]="cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/audacity:audacity"
   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
          SOURCE=$SPELL-minsrc-$VERSION.tar.bz2
      SOURCE_URL=http://audacity.googlecode.com/files/${SOURCE}
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
     else
         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
        WEB_SITE=http://audacity.sourceforge.net/
         ENTERED=20011217
      LICENSE[0]=GPL
      PATCHLEVEL=2
        KEYWORDS="editors audio"
           SHORT="Simple soundfile editor"
cat << EOF
Audacity is a program that lets you manipulate digital audio waveforms.
In addition to letting you record sounds directly from within the
program, it imports many sound file formats, including WAV, AIFF, and
MP3. It supports all common editing operations such as Cut, Copy, and
Paste, plus it will mix tracks and let you apply plug-in effects to any
part of a sound. It also has a built-in amplitude envelope editor, a
customizable spectrogram mode and a frequency analysis window for audio
analysis applications. 
EOF
