           SPELL=faad2
if [ "$FAAD_CVS" = "y" ]; then
         VERSION=$(date +%Y%m%d)
          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.0
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL
   SOURCE_URL[0]=${SOURCEFORGE_URL}/faac/$SOURCE
     SOURCE_HASH=sha512:b4e027df5a5f4bd464307d79c56e81f98f956635107407a01f4eb2138fd7a6b6b91651bbe4d888e3c6aa6b0a57981f36627ef208d947c2d4d1d4573432d2fbe8
fi
        WEB_SITE=http://faac.sourceforge.net/
     GCC_VERSION=3.4
       BUILD_API=2
      LICENSE[0]=GPL
         ENTERED=20030203
         UPDATED=20041022
           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
