           SPELL=jackdmp
if [[ $JACKDMP_VCS == y ]]
then
  if [[ $JACKDMP_VCS_AUTOUPDATE == y ]]
  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
   SOURCE_URL[0]=svn_http://subversion.jackaudio.org/jackmp/trunk/jackmp:jackdmp
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
else
         VERSION=0.68
          SOURCE=${SPELL}_$VERSION.zip
SOURCE_DIRECTORY="$BUILD_DIRECTORY/${SPELL}_$VERSION"
   SOURCE_URL[0]=http://www.grame.fr/~letz/$SOURCE
     SOURCE_HASH=sha512:36edf4489ca39d5947e878cc6bc88d6d5607d4571af3bd54643adf114223b93e768b46ed6ca63e9fee98c964c4cd1e3e63f405724bf8bb8ede75921d9a93d413
fi
        WEB_SITE=http://www.grame.fr/~letz/jackdmp.html
         ENTERED=20070319
      LICENSE[0]=GPL
        KEYWORDS="drivers audio"
           SHORT="Jack audio server for multi-processor machines."
cat << EOF
jackdmp is a C++ version of the Jack low-latency audio server for
multi-processor machines. It is a new implementation of the jack
server core features that aims in removing some limitations of the
current design. The activation system has been changed for a data
flow model and lock-free programming techniques for graph access
have been used to have a more dynamic and robust system.
EOF
