           SPELL=xmms2
if [[ "$XMMS2_SNAPSHOT" == "y" ]]
then
if [[ "$XMMS2_SNAPSHOT_AUTO" == "y" ]]
then
         VERSION=$(date +%Y%m%d)
else
         VERSION=${XMMS2_TREE_REV}
fi
             PKG=${XMMS2_TREE_REV}
          SOURCE=${SPELL}-${XMMS2_TREE}.git-snapshot-${PKG}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${PKG}
   SOURCE_URL[0]=http://git.xmms.se/snapshot.cgi/${SOURCE}
  FORCE_DOWNLOAD=ON
   SOURCE_IGNORE=volatile
else
         VERSION=0.2DrJekyll
          SOURCE=${SPELL}-${VERSION}.tar.bz2
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
   SOURCE_URL[0]=${SOURCEFORGE_URL}/${SPELL}/${SOURCE}
     SOURCE_HASH=sha512:a3e9e5852f716a323bd22758562757a04b2f0cbd9ad5418652b48c48be42626778010f6e16b40cd10b18c8c9bf9abe5c8d11a52979c0690d45b744f587d709c3
fi
        WEB_SITE=http://wiki.xmms2.xmms.se/index.php/Main_Page
         ENTERED=20040527
      LICENSE[0]=GPL
        KEYWORDS="music xmms player audio"
           SHORT="XMMS2 is a redesign of the XMMS music player."
cat << EOF
It features a client-server model, allowing multiple (even simultaneous!) user
interfaces, both textual and graphical. All common audio formats are supported
using plugins. On top of this, there is a flexible media library to organize
your music.

List of features currently offered by XMMS2:

Client-server model 

* Allows XMMS2 to have various multiple interfaces (as clients).
   o Command line interfaces
   o GTK clients (matching GNOME & XFCE4 look and feel)
   o KDE clients (matching KDE look and feel)
* Network transparency means you can run and control XMMS2 remotely, (e.g. run
XMMS2 on your 'media box' and control it over network using a bluetooth-enabled
PDA (TCP))

Wide format support 

Can play FLAC, mp3, MOD, SID, speex, ogg vorbis, wave files.

Clean separation of transport and decoder subsystems 

Allows for more flexible access to media. (e.g. play mp3 files from a Samba
share without having to mount it on the local filesystem)

Medialib 

Database-driven media library stores metadata about songs as they're played,
so songs can be quickly recalled and new playlists easily made.

Visualisation support 
EOF
