summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado/DETAILS
diff options
context:
space:
mode:
Diffstat (limited to 'audio-drivers/libffado/DETAILS')
-rwxr-xr-xaudio-drivers/libffado/DETAILS12
1 files changed, 7 insertions, 5 deletions
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
index 3f81f155d7..b6be679f35 100755
--- a/audio-drivers/libffado/DETAILS
+++ b/audio-drivers/libffado/DETAILS
@@ -1,6 +1,6 @@
SPELL=libffado
-if [[ "$FFADO_VCS" == y ]]; then
- if [[ "$FFADO_VCS_AUTOUPDATE" == y ]]; then
+if [[ "$LIBFFADO_BRANCH" == scm ]]; then
+ if [[ "$LIBFFADO_AUTOUPDATE" == y ]]; then
VERSION=$(date +%Y%m%d)
else
VERSION=svn
@@ -11,10 +11,10 @@ if [[ "$FFADO_VCS" == y ]]; then
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=2.0.0
+ VERSION=2.0.1
SOURCE="$SPELL-$VERSION.tar.gz"
SOURCE_URL="http://www.ffado.org/files/$SOURCE"
- SOURCE_HASH=sha512:799e8cb8030ed1f0e152d9b0dbc3e450be3d6d0e600b7798c435241266ea416a6ff94ede31dab33eaefccf16c91901576bc3caad4f8616a78ce6449d33edc046
+ SOURCE_HASH=sha512:bf2cf37cda15a79c0e5181da5b992c698e0b3c4c42323650d5c6d82944548994cdaad047e38e82b829bc3afb7bcb1a8f7ec36864d5e554e452bd513fa6fe138b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://www.ffado.org
@@ -22,5 +22,7 @@ fi
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.
+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