            SPELL=libdca
if [ "$DCA_SVN" == "y" ]; then
          VERSION=svn
           SOURCE=$SPELL-$VERSION.tar.bz2
    SOURCE_URL[0]=svn://svn.videolan.org/${SPELL}/trunk:${SPELL}
    SOURCE_IGNORE=volatile
else
          VERSION=0.0.6
           SOURCE=$SPELL-$VERSION.tar.bz2
    SOURCE_URL[0]=http://download.videolan.org/pub/videolan/$SPELL/$VERSION/$SOURCE
      SOURCE_HASH=sha512:d264128019e7fd295a35691636311f81960c17802dbbc67764c4e00b2fdf12ebc69b057a4947b57551a130e5cfd1fef3fe3558c7067216ea04a0b6bbb881b4f1
fi;
 SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
         WEB_SITE=http://www.videolan.org/dtsdec.html
       LICENSE[0]=GPL
          ENTERED=20040302
         KEYWORDS="streaming audio libs"
            SHORT="libdca is a free library for decoding DTS Coherent Acoustics streams."
cat << EOF
libdca is a free library for decoding DTS Coherent Acoustics streams. It is
released under the terms of the GPL license. The DTS Coherent Acoustics
standard is used in a variety of applications, including DVD, DTS audio CD and
radio broadcasting.
EOF
