            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.5
           SOURCE=$SPELL-$VERSION.tar.bz2
          SOURCE2=$SOURCE.sig
    SOURCE_URL[0]=http://download.videolan.org/pub/videolan/$SPELL/$VERSION/$SOURCE
   SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
       SOURCE_GPG=AA5F4DE6.gpg:$SOURCE2:UPSTREAM_KEY
   SOURCE2_IGNORE=signature
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
