summaryrefslogtreecommitdiffstats
path: root/audio-creation/qtractor/DETAILS
blob: 3788f8feda07cec9b51518f822c45e8f41010b20 (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
           SPELL=qtractor
if [[ $QTRACTOR_VCS == y ]]; then
  if [[ $QTRACTOR_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@qjackctl.cvs.sourceforge.net:/cvsroot/$SPELL:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.9.4
     SOURCE_HASH=sha512:697e8f0b02658823bad2f75557340250349779c3eb1ce0efd1c30895524f9807b030d44149d9d25fd92a92f0822441d3c3236953d909b6ecfc9a18fa3ec1fbab
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=https://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
fi
        WEB_SITE=http://qtractor.sf.net
         ENTERED=20090518
      LICENSE[0]=GPL
        KEYWORDS="audio midi sequencer"
           SHORT="Audio/MIDI multi-track sequencer for the home studio"
cat << EOF
Qtractor is an Audio/MIDI multi-track sequencer application written in C++
with the Qt framework.  Target platform is Linux, where the Jack Audio
Connection Kit (JACK) for audio, and the Advanced Linux Sound Architecture
(ALSA) for MIDI, are the main infrastructures to evolve as a fairly-featured
Linux desktop audio workstation GUI, specially dedicated to the personal
home-studio.
EOF