           SPELL=libtheora
if [[ $THEORA_PRERELEASE == "n" ]]; then
         VERSION=1.0
     SOURCE_HASH=sha512:07c838c58ab51e03a45ef8048da8101ecea2e06d1d11d8a6eec5761e9761522bd0ab5893a22fae3fb56a21f964405f718ed49e49a28e8092e247c9d800984419
else
         VERSION=1.1alpha2
     SOURCE_HASH=sha512:cab34addaa9235fdc6314bc6cd4a735880736162cf56d5812f911b57447835b9dcfca7868767e3e7c9f62dfd9aa439fe50bf24e0b4479ffce58b8b8e49fdac2d
fi
          SOURCE=$SPELL-$VERSION.tar.bz2
#      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION//RC?}
   SOURCE_URL[0]=http://downloads.xiph.org/releases/theora/$SOURCE
        WEB_SITE=http://www.theora.org/
      LICENSE[0]=BSD
         ENTERED=20040629
            DOCS="COPYING README"
        KEYWORDS="codec video libs"
           SHORT="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
