           SPELL=libtheora
if [ "$THEORA_SVN" != "y" ]; then
         VERSION=1.0alpha4
          SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.xiph.org/releases/theora/$SOURCE
          MD5[0]=aa1531ed82482be58e0a21a37f399ce0
else
         VERSION=$(date +%Y%m%d)
          SOURCE=$SPELL-svn.tar.bz2
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
    SOURCE_HINTS=old_svn_compat
   SOURCE_URL[0]=svn://svn.xiph.org/branches/theora-mmx/:libtheora-svn
  FORCE_DOWNLOAD=on
          MD5[0]=IGNORE
fi
        WEB_SITE=http://theora.org
      LICENSE[0]=BSD
         ENTERED=20040629
         UPDATED=20040629
            DOCS="COPYING README"
           SHORT="Theora is a free video codec"
cat << EOF
Theora is Xiph.Org's first publicly released video codec, intended
for use within the Ogg's project's Ogg multimedia streaming system.
Theora is derived directly from On2's VP3 codec; Currently the two are
nearly identical, varying only in encapsulating decoder tables in the 
bitstream headers, but Theora will make use of this extra freedom 
in the future to improve over what is possible with VP3.
EOF
