summaryrefslogtreecommitdiffstats
path: root/audio-libs/faad2/DETAILS
blob: f0b68641ebd8d6dc9bd025af295be256d08f404b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
           SPELL=faad2
if [ "$FAAD2_BRANCH" = "scm" ]; then
  if [ "$FAAD2_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.7
      PATCHLEVEL=1
     SOURCE_HASH=sha512:8135370497dfcfee09094a03a4a9545ebc58b9e532b89c5d6e5037042549e12ddb75f8903aa05866afac9fa28df96320f1ed2eebffc0660578e54392a51c1161
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   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