summaryrefslogtreecommitdiffstats
path: root/audio-drivers
diff options
context:
space:
mode:
authorThomas Orgis2021-05-18 19:30:35 +0200
committerThomas Orgis2021-05-18 19:31:37 +0200
commita2ceda36fc98d7e3fb3b554755cde2bf671cb886 (patch)
treee9c7b6b3f53224bfc08c5741c95792928cf14070 /audio-drivers
parent53f9f76666f495bce2a4710c1dd6eb027b89816a (diff)
libffado: version 2.4.1, fixing current build
Diffstat (limited to 'audio-drivers')
-rwxr-xr-xaudio-drivers/libffado/BUILD6
-rwxr-xr-xaudio-drivers/libffado/DEPENDS3
-rwxr-xr-xaudio-drivers/libffado/DETAILS4
-rw-r--r--audio-drivers/libffado/HISTORY6
4 files changed, 13 insertions, 6 deletions
diff --git a/audio-drivers/libffado/BUILD b/audio-drivers/libffado/BUILD
index c87b2c917a..086019ac5a 100755
--- a/audio-drivers/libffado/BUILD
+++ b/audio-drivers/libffado/BUILD
@@ -1,4 +1,4 @@
cd "$SOURCE_DIRECTORY" &&
-# note: this always compiles for current cpu
-scons COMPILE_FLAGS="$CXXFLAGS -std=gnu++11" \
- PREFIX=/usr DEBUG=no ENABLE_OPTIMIZATIONS=yes
+scons CUSTOM_ENV=True \
+ PREFIX=/usr DEBUG=no ENABLE_OPTIMIZATIONS=yes \
+ $OPTS
diff --git a/audio-drivers/libffado/DEPENDS b/audio-drivers/libffado/DEPENDS
index 6164a367cc..0d3789093c 100755
--- a/audio-drivers/libffado/DEPENDS
+++ b/audio-drivers/libffado/DEPENDS
@@ -10,7 +10,8 @@ depends dbus-c++ &&
depends -sub CXX gcc &&
depends glib2 &&
depends libsigc++3 &&
-optional_depends PYQT "" "" "for mixer GUI" &&
+optional_depends PYQT "BUILD_MIXER=true" "BUILD_MIXER=false" \
+ "for mixer GUI" &&
depends dbus-python &&
depends sip
diff --git a/audio-drivers/libffado/DETAILS b/audio-drivers/libffado/DETAILS
index ce5283ff60..4f97bba796 100755
--- a/audio-drivers/libffado/DETAILS
+++ b/audio-drivers/libffado/DETAILS
@@ -8,10 +8,10 @@ if [[ "$LIBFFADO_BRANCH" == scm ]]; then
FORCE_DOWNLOAD=1
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-svn
else
- VERSION=2.2.1
+ VERSION=2.4.1
SOURCE="$SPELL-$VERSION.tgz"
SOURCE_URL="http://www.ffado.org/files/$SOURCE"
- SOURCE_HASH=sha512:310741703912dd273458d0ecc4aca43af1735e15a19704e39b0c660212a34875e9c6086a325914d70d2373ff56b888acb4d925778db8cc3b9b2e8866e0a7b042
+ SOURCE_HASH=sha512:0859f17b87c68108bbde726d1cf8ab0b99f6f7f02cbe36acd8b451e112688a4d1edc21134eb4a2edc8c92dcf5f5da52efeabb2ad0dc07804ed1aa664a3b38d74
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 fef44cf31e..fba1ed9de5 100644
--- a/audio-drivers/libffado/HISTORY
+++ b/audio-drivers/libffado/HISTORY
@@ -1,3 +1,9 @@
+2019-09-01 Thomas Orgis <sobukus@sourcemage.org>
+ * DETAILS: version 2.4.1, fixing build with current gcc
+ * PRE_BUILD, ffado-tests-errno.patch: gone
+ * BUILD: CXXFLAGS change not needed anymore
+ * DEPENDS: really disable mixer if no PYQT chosen
+
2016-02-11 Thomas Orgis <sobukus@sourcemage.org>
* BUILD: C++11 mode because of libxml++, but the gnu++11 variant because
plain c++11 breaks dbus-c++ usage in horrible ways