summaryrefslogtreecommitdiffstats
path: root/audio-drivers/libffado
diff options
context:
space:
mode:
authorThomas Orgis2013-02-12 12:27:15 +0100
committerThomas Orgis2013-02-12 12:27:15 +0100
commit45a45605a6ef6671c7dd034f4424331ac3ce6863 (patch)
treeb7f49984111e700dce4657d3360fcb2ea508227d /audio-drivers/libffado
parent24a5620ac3b5b392ea2ddbb9fbc1b0c5e0c9fa3d (diff)
libffado: bump to 2.1.0 (made jack2 work again for me)
Diffstat (limited to 'audio-drivers/libffado')
-rwxr-xr-xaudio-drivers/libffado/DEPENDS1
-rwxr-xr-xaudio-drivers/libffado/DETAILS6
-rw-r--r--audio-drivers/libffado/HISTORY3
3 files changed, 7 insertions, 3 deletions
diff --git a/audio-drivers/libffado/DEPENDS b/audio-drivers/libffado/DEPENDS
index 50ae336241..7021d64741 100755
--- a/audio-drivers/libffado/DEPENDS
+++ b/audio-drivers/libffado/DEPENDS
@@ -8,6 +8,7 @@ depends libraw1394 &&
depends libiec61883 &&
depends libavc1394 &&
depends dbus &&
+depends dbus-c++ &&
depends -sub CXX gcc &&
depends glib2 &&
depends libsigc++3 &&
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
index b6be679f35..b6dcbf9384 100755
--- a/audio-drivers/libffado/DETAILS
+++ b/audio-drivers/libffado/DETAILS
@@ -11,10 +11,10 @@ if [[ "$LIBFFADO_BRANCH" == scm ]]; then
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=2.0.1
- SOURCE="$SPELL-$VERSION.tar.gz"
+ VERSION=2.1.0
+ SOURCE="$SPELL-$VERSION.tgz"
SOURCE_URL="http://www.ffado.org/files/$SOURCE"
- SOURCE_HASH=sha512:bf2cf37cda15a79c0e5181da5b992c698e0b3c4c42323650d5c6d82944548994cdaad047e38e82b829bc3afb7bcb1a8f7ec36864d5e554e452bd513fa6fe138b
+ SOURCE_HASH=sha512:37179cb32920f16577e9f887cf90aca8d46081573080cbe408654c5234c7f45433521c977918057e330ddaa5fefa98c983ea7806d4f1f33c950112cbe66d013b
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
fi
WEB_SITE=http://www.ffado.org
diff --git a/audio-drivers/libffado/HISTORY b/audio-drivers/libffado/HISTORY
index 4873ac40ce..a181b3f70a 100644
--- a/audio-drivers/libffado/HISTORY
+++ b/audio-drivers/libffado/HISTORY
@@ -1,3 +1,6 @@
+2013-02-12 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS, DEPENDS: Bump to 2.1.0
+
2011-09-29 Ismael Luceno <ismael@sourcemage.org>
* DETAILS, PREPARE: Use prepare_select_branch
* DETAILS: Word-wrap long description to 80 characters