summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado/DETAILS
blob: b6dcbf9384987b1513044ed9c4f3880bdfef6ef4 (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
           SPELL=libffado
if [[ "$LIBFFADO_BRANCH" == scm ]]; then
  if [[ "$LIBFFADO_AUTOUPDATE" == y ]]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=svn
  fi
          SOURCE=$SPELL-svn.tar.bz2
      SOURCE_URL=svn_http://subversion.ffado.org/ffado/branches/libffado-2.0:$SPELL-svn
  SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=1
  SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
         VERSION=2.1.0
          SOURCE="$SPELL-$VERSION.tgz"
      SOURCE_URL="http://www.ffado.org/files/$SOURCE"
     SOURCE_HASH=sha512:37179cb32920f16577e9f887cf90aca8d46081573080cbe408654c5234c7f45433521c977918057e330ddaa5fefa98c983ea7806d4f1f33c950112cbe66d013b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
        WEB_SITE=http://www.ffado.org
         ENTERED=20080713
      LICENSE[0]=GPL
           SHORT="FireWire audio driver"
cat << EOF
The FFADO project aims to provide a generic, open-source solution for the
support of FireWire based audio devices for the Linux platform. It is the
successor of the FreeBoB project.
EOF