           SPELL=faad2
if [ "$FAAD_CVS" = "y" ]; then
  if [ "$FAAD_CVS_AUTOUPDATE" = "y" ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=cvs
  fi
          SOURCE=$SPELL-cvs.tar.bz2
   SOURCE_URL[0]=cvs://:pserver:anonymous@cvs.sourceforge.net:/cvsroot/faac:faad2
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-cvs
else
         VERSION=2.6.1
     SOURCE_HASH=sha512:19d0158f22e49de0337850bf9ecd2497e84c33a6aa341c0db4cec31ab4f3b612320054abab414a77a34f928aedc1dfc9d3dc8a18efb82e5dfc1dbce961e4cb0a
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=${SOURCEFORGE_URL}/faac/$SOURCE
fi
        WEB_SITE=http://www.audiocoding.com/
      LICENSE[0]=GPL
         ENTERED=20030203
        KEYWORDS="iso audio libs"
           SHORT="FAAD2 is the fastest ISO AAC audio decoder available."
cat << EOF
FAAD2 is the fastest ISO AAC audio decoder available. FAAD2 correctly decodes
all MPEG-4 and MPEG-2 MAIN, LOW, LTP, LD and ER object type AAC files.
There is a stable version of FAAD2 available, source code can be downloaded on
the download page. The advantage of this new library is the lack of copyrighted
code written by third parties. Further it is coded much cleaner and will give a
much better understanding of the AAC coding algorithms.
EOF
