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.8 SOURCE_HASH=sha512:93e1e6e4b587731e24f39b8d51a3a2afd91cedd892713bd4b6b221a56f0a94605eddb7d14c549b509b6241a81afdcd576353fc6c1aea4377cf3d53779cb706da 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