summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack2
diff options
context:
space:
mode:
authorThomas Orgis2011-09-20 19:00:19 +0200
committerThomas Orgis2011-09-20 19:00:19 +0200
commitcaab8d250821ee4238e77c96bd1fe04bae5154a6 (patch)
treee96d6113123dbca23f448db06d026f1db7f5f590 /audio-drivers/jack2
parent20fa3f06565b9377f15d3c26c801874fe0c6313c (diff)
jack2: fix dependencies to decidedly enable ALSA and Firewire
Diffstat (limited to 'audio-drivers/jack2')
-rwxr-xr-xaudio-drivers/jack2/DEPENDS11
-rw-r--r--audio-drivers/jack2/HISTORY1
2 files changed, 11 insertions, 1 deletions
diff --git a/audio-drivers/jack2/DEPENDS b/audio-drivers/jack2/DEPENDS
index c657edcae0..f1eb6c0983 100755
--- a/audio-drivers/jack2/DEPENDS
+++ b/audio-drivers/jack2/DEPENDS
@@ -2,13 +2,22 @@ depends pkgconfig &&
depends expat &&
depends -sub CXX gcc &&
depends python &&
-depends alsa-lib &&
if [[ $JACK2_VCS == y ]]; then
depends subversion
fi &&
+optional_depends alsa-lib \
+ "--alsa" \
+ "" \
+ "for ALSA audio" &&
+
+optional_depends libffado \
+ "--firewire" \
+ "" \
+ "for firewire audio" &&
+
optional_depends doxygen \
"--doxygen" \
"" \
diff --git a/audio-drivers/jack2/HISTORY b/audio-drivers/jack2/HISTORY
index 1903f7f70b..9ce243a4d6 100644
--- a/audio-drivers/jack2/HISTORY
+++ b/audio-drivers/jack2/HISTORY
@@ -1,5 +1,6 @@
2011-09-10 Thomas Orgis <sobukus@sourcemage.org>
* DETAILS: updated spell to 1.9.7
+ * DEPENDS: enable firewire and ALSA support explicitly
2011-07-30 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
* DEPENDS: changed dependency on g++ to dependency on gcc with