           SPELL=libtheora
if [[ $THEORA_PRERELEASE == "n" ]]; then
         VERSION=1.1.1
     SOURCE_HASH=sha512:f20dda4b03f5e9c2eda0bf85dbc78046fa55227f81ee82ffde096ff07cd8a5b47ba42041c6958eb184b51f1c0c6ba763e1861601e10cfb918444a5a06bfea798
else
         VERSION=1.2.0alpha1
     SOURCE_HASH=sha512:876c2c7cc2ccaa53be2d7a724163108695207e89021bc07f251f38aaad48752b154e722bd41fd5373ae51029980f2d98a8f0d11d8844dfe1562402eb6cafe82a
fi
          SOURCE=$SPELL-$VERSION.tar.gz
#      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
