. "$GRIMOIRE/FUNCTIONS"
           SPELL=qjackctl
if [[ $QJACKCTL_BRANCH == scm ]]
then
         VERSION=$(get_scm_version)
          SOURCE=$SPELL-cvs.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-cvs"
   SOURCE_URL[0]=cvs://:pserver:anonymous@qjackctl.cvs.sourceforge.net:/cvsroot/qjackctl:qjackctl
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.5.8
     SOURCE_HASH=sha512:6a9e7d36da7d13a399862c8d081cd4821d9af4d9e4c0275554423b6e3ef0b5c338db0458516bec54efe0d7928352d676ee7c45fbfaa1b040320ec86e7930a00d
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SPELL/$VERSION/$SOURCE
fi
        WEB_SITE=http://qjackctl.sf.net
         ENTERED=20031215
      LICENSE[0]=GPL
        KEYWORDS="jack qt tools audio"
           SHORT="A Qt application to control the JACK sound server daemon."
cat << EOF
QjackCtl is a simple Qt application to control the JACK sound server daemon,
specific for the Linux Audio Desktop infrastructure.
Written in C++ around the Qt4 toolkit for X11, most exclusively using Qt
Designer.
Provides a simple GUI dialog for setting several JACK daemon parameters,
which are properly saved between sessions, and a way control of the status
of the audio server daemon. With time, this primordial interface has become
richer by including a enhanced patchbay and connection control features.
EOF
