           SPELL=e-emotion
if  [  "$EEMOTION_CVS"  ==  "y"  ];  then
  if  [  "$EEMOTION_CVS_AUTOUPDATE"  ==  "y"  ];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
   SOURCE_URL[0]=svn_http://svn.enlightenment.org/svn/e/trunk/emotion:emotion
   SOURCE_IGNORE=volatile
else
         VERSION=0.0.1
          SOURCE=emotion-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/emotion-$VERSION
   SOURCE_URL[0]=$SOURCEFORGE_URL/enlightenment/$SOURCE
     SOURCE_HASH=sha512:8596d842078f0735040de30cee9cb3ad7e8ac5efd25b5eb5857263d7b646d1070b6e97c4fc097c5c9ebd4f1da565aa201ab91ba6c318ec11c7bc86a93939c3a1
fi
      LICENSE[0]=BSD
        WEB_SITE=http://enlightenment.org/Libraries/Emotion/index.html
         ENTERED=20040619
      PATCHLEVEL=1
        KEYWORDS="enlightenment video library"
           SHORT="Evas smart-object video library"
cat << EOF
Emotion is an Evas smart-object library providing video capabilities. Emotion leverages libxine 1.0 and integrates seemlessly with the rest of the EFL. Because its based on libxine, any format that it supports (Theora, DiVX, MPEG2, etc) is avalible using Emotion.
EOF
