           SPELL=phonon
if [[ $PHONON_VER == devel ]]; then
if [[ $PHONON_VCS_AUTOUPDATE == y ]]; then
         VERSION=$(date +%Y%m%d)
else
         VERSION=git
fi
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://gitorious.org/$SPELL/$SPELL.git:$SPELL-git
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
else
         VERSION=4.4.2
     SOURCE_HASH=sha512:8b0e971f11820120cc70f78505a2e85c5b770772a5ee080bf82bf15473d4c048345e1f4a2516ae0d5b8e098cc99a70cd826528b26d9fcdb34577b1f5ffd7b440
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$KDE_URL/stable/phonon/$VERSION/$SOURCE
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//.0}
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
