summaryrefslogtreecommitdiffstats
path: root/audio-creation/audacity/DETAILS
blob: 9f487897972ca9b6236e65144e6c283391b630ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
           SPELL=audacity
case "$AUDACITY_BRANCH"
in scm)
    if [ "$AUDACITY_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
;; *)
         VERSION=2.0.2
          SOURCE=${SPELL}-minsrc-${VERSION}.tar.bz2
   SOURCE_URL[0]=http://audacity.googlecode.com/files/${SOURCE}
     SOURCE_HASH=sha512:3099c01b099306ee77c3df569a7412c230006ba8e7f85d6e79f0bc0373cc4c95f231aab7e1bde0d297afa3c1db7fe6dc125715d803dc78a47df4b716d7423d2e
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-src-$VERSION
;; esac
        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