summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack
diff options
context:
space:
mode:
authorFlorian Franzmann2014-03-23 19:16:06 +0100
committerFlorian Franzmann2014-03-23 19:16:41 +0100
commita8dedf947ce0365ac73120b6f220f377dc608a86 (patch)
tree54637a2b31d5e701936922f31fdccf2a0a857776 /audio-drivers/jack
parentc7cc98872c2fcc4b47b57409795048535c73a38f (diff)
audio-drivers/jack: version 0.124.1
Diffstat (limited to 'audio-drivers/jack')
-rwxr-xr-xaudio-drivers/jack/DEPENDS15
-rwxr-xr-xaudio-drivers/jack/DETAILS4
-rw-r--r--audio-drivers/jack/HISTORY5
-rwxr-xr-xaudio-drivers/jack/PRE_BUILD2
-rw-r--r--audio-drivers/jack/jslist.patch36
5 files changed, 21 insertions, 41 deletions
diff --git a/audio-drivers/jack/DEPENDS b/audio-drivers/jack/DEPENDS
index 58cd9fa54b..f5199ff0ce 100755
--- a/audio-drivers/jack/DEPENDS
+++ b/audio-drivers/jack/DEPENDS
@@ -44,4 +44,17 @@ fi &&
optional_depends doxygen \
"" \
"" \
- "to generate API documentation"
+ "to generate API documentation" &&
+
+optional_depends zita-alsa-pcmi \
+ "--enable-zalsa" \
+ "--disable-zalsa" \
+ "build zita tools for connecting with ALSA?" &&
+if is_depends_enabled $SPELL zita-alsa-pcmi; then
+ depends zita-resampler
+fi &&
+
+optional_depends libffado \
+ "--enable-firewire" \
+ "--disable-firewire" \
+ "for firewire support"
diff --git a/audio-drivers/jack/DETAILS b/audio-drivers/jack/DETAILS
index 9f21b8c062..d903b2b2cb 100755
--- a/audio-drivers/jack/DETAILS
+++ b/audio-drivers/jack/DETAILS
@@ -14,12 +14,12 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
FORCE_DOWNLOAD=on
else
SPELLX=jack-audio-connection-kit
- VERSION=0.121.3
+ VERSION=0.124.1
PATCHLEVEL=1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=http://jackaudio.org/downloads/$SOURCE
- SOURCE_HASH=sha512:57323393d5209baefe73cc0cd9a0e818b1cfd260cf9aa36cd6ad800252e22e3ddb7fc46649c54b8e840696878147c2d06c8d39fd7300b5bb92aeb69f44ed710f
+ SOURCE_HASH=sha512:9c885da516f2ca246edba94db26c851229d063f1557ea91ec76ca57d675a510d16cc4baad5adb316cf46aaaa8b8d7579b484a53b9a803b34fc9bb34c983a8fe2
fi
WEB_SITE=http://jackaudio.org/
ENTERED=20030921
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index b868f2788c..24adffbf3b 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,8 @@
+2014-03-23 Florian Franzmann <siflfran@hawo.stw.uni-erlangen.de>
+ * DETAILS: version 0.124.1
+ * DEPENDS: add optional dependencies on zita-alsa-pcmi and libffado
+ * jslist.patch, PRE_BUILD: remove obsolete patch
+
2014-02-02 Vlad Glagolev <stealth@sourcemage.org>
* DETAILS: PATCHLEVEL=1
* PRE_BUILD: apply patch
diff --git a/audio-drivers/jack/PRE_BUILD b/audio-drivers/jack/PRE_BUILD
index a3b1de2501..636554cbe7 100755
--- a/audio-drivers/jack/PRE_BUILD
+++ b/audio-drivers/jack/PRE_BUILD
@@ -1,8 +1,6 @@
default_pre_build &&
cd "$SOURCE_DIRECTORY" &&
-patch -p0 < "$SPELL_DIRECTORY/jslist.patch" &&
-
if [[ $JACK_VCS == y ]]
then
./autogen.sh --no-conf
diff --git a/audio-drivers/jack/jslist.patch b/audio-drivers/jack/jslist.patch
deleted file mode 100644
index 4104505bbd..0000000000
--- a/audio-drivers/jack/jslist.patch
+++ /dev/null
@@ -1,36 +0,0 @@
---- jack/Makefile.am.orig 2011-06-29 05:49:41.000000000 +0400
-+++ jack/Makefile.am 2014-02-02 01:05:42.174435645 +0400
-@@ -5,6 +5,7 @@
- libjackinclude_HEADERS = \
- intclient.h \
- jack.h \
-+ jslist.h \
- ringbuffer.h \
- statistics.h \
- session.h \
-@@ -27,7 +28,6 @@
- hardware.h \
- internal.h \
- intsimd.h \
-- jslist.h \
- memops.h \
- messagebuffer.h \
- pool.h \
---- jack/Makefile.in.orig 2011-09-28 17:10:12.000000000 +0400
-+++ jack/Makefile.in 2014-02-02 01:05:55.330784017 +0400
-@@ -233,6 +233,7 @@
- libjackinclude_HEADERS = \
- intclient.h \
- jack.h \
-+ jslist.h \
- ringbuffer.h \
- statistics.h \
- session.h \
-@@ -255,7 +256,6 @@
- hardware.h \
- internal.h \
- intsimd.h \
-- jslist.h \
- memops.h \
- messagebuffer.h \
- pool.h \