           SPELL=phonon
if [[ $PHONON_VER == devel ]]; then
if [[ $PHONON_VCS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=svn
fi
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-svn.tar.bz2
   SOURCE_URL[0]=svn://anonsvn.kde.org/home/kde/trunk/kdesupport/$SPELL:$SPELL
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
         VERSION=4.3.1
              VK=4.2.1
     SOURCE_HASH=sha512:087728ae74f221b1b476cce279f2f313423d44bc8735f620450d129b2c55d79b132950653dd957fc1e7290101ef94983e13c99bed6365c45ce8cb493692cef48
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$KDE_URL/stable/${VK}/src/$SOURCE
   SOURCE_URL[1]=$KDE_URL/stable/phonon/${VERSION}/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
fi

        WEB_SITE=http://phonon.kde.org/
      LICENSE[0]=LGPL
         ENTERED=20080611
        KEYWORDS="kde4 multimedia"
           SHORT="A multimedia framework and API for KDE 4."
cat << EOF
Phonon wants to fill in the gap and provide a multimedia API for KDE
developers while at the same time giving the users more choices. With
Phonon applications don't need to develop sound engines as Phonon
provides them for free. Applications are written saying what they want
and not how they want to do it. This leaves some room for the
user/administrator to customize things.
EOF
