           SPELL=audacity
if [ "$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 [ "$REL" == "beta" ]; then
         VERSION=1.3.0b
          SOURCE=$SPELL-src-$VERSION.tar.gz
      SOURCE_URL=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:0e6b68526ac8006bcb46b417fdb82c7967ac363d941e4dacb10ce41619f72ca2f3eec5c2319f8b6d78c8eddf27c4d18bb3c730e8c349b5c345182c1fb855a622     
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION-beta
     else
         VERSION=1.2.4b
          SOURCE=${SPELL}-src-${VERSION}.tar.gz  
 SOURCE_URL[0]=$SOURCEFORGE_URL/$SPELL/$SOURCE
     SOURCE_HASH=sha512:55de7a6fdd12dddd95868424c991824a218b676f66f87fa3e0d9318410ca3988bb12132c54a102a83faab2e81a1bbd5f96b30d4b0cfc52e0f9518e564ff09aea 
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
    
fi
     
fi
        WEB_SITE=http://audacity.sourceforge.net/
         ENTERED=20011217
         UPDATED=20030329
      LICENSE[0]=GPL
        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

