summaryrefslogtreecommitdiffstats
path: root/audio-creation/qtractor/DETAILS
blob: 338479b5c26fe4fb6715e120d094be20dc74e560 (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.4.3
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
     SOURCE_HASH=sha512:0c1b7dca08bd123dacd16f1d9e51b0b72e30d29c29a2e9675018ee2ef14dd3c1b33681460b5cf624b814292d0e5c276e50115de3112c27e87274ac5b45702d85
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 Qt4 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