           SPELL=qsampler
if [[ $QSAMPLER_VCS == y ]]
then
  if [[ $QSAMPLER_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@cvs.linuxsampler.org:/var/cvs/linuxsampler:$SPELL
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.2.1
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://download.linuxsampler.org/packages/$SOURCE
     SOURCE_HASH=sha512:0efebd76ed670471ea04d362df39e5f9ae80626fa38699a6f4785e74094232acfcadc3d46754aee8dd8ada65a8acaa541a911b8236e03349a0b9f43c3f482dd1
fi
        WEB_SITE=http://qsampler.sourceforge.net/
         ENTERED=20060726
      LICENSE[0]=GPL
        KEYWORDS="editors audio"
           SHORT="A graphical frontend to LinuxSampler."
cat << EOF
Qsampler is a LinuxSampler GUI front-end application written in C++ around
the Qt3 toolkit using Qt Designer. At the moment it just wraps as a client
reference interface for the LinuxSampler Control Protocol (LSCP).
EOF
