summaryrefslogtreecommitdiffstats
path: root/audio-drivers/jack
diff options
context:
space:
mode:
authorVlad Glagolev2014-02-02 01:10:01 +0400
committerVlad Glagolev2014-02-02 01:10:01 +0400
commita5a21054d87c74d6d9c0e02c63185e84c0754509 (patch)
treec83745c2e9a6d87d8a6803c9de0a9408f232810d /audio-drivers/jack
parent02be2663d4ea13563afce59872d73733db8e69c7 (diff)
jack: added missing header (jslist.h)
Diffstat (limited to 'audio-drivers/jack')
-rwxr-xr-xaudio-drivers/jack/DETAILS1
-rw-r--r--audio-drivers/jack/HISTORY5
-rwxr-xr-xaudio-drivers/jack/PRE_BUILD2
-rw-r--r--audio-drivers/jack/jslist.patch36
4 files changed, 44 insertions, 0 deletions
diff --git a/audio-drivers/jack/DETAILS b/audio-drivers/jack/DETAILS
index e4dbbbdeb5..9f21b8c062 100755
--- a/audio-drivers/jack/DETAILS
+++ b/audio-drivers/jack/DETAILS
@@ -15,6 +15,7 @@ SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
else
SPELLX=jack-audio-connection-kit
VERSION=0.121.3
+ PATCHLEVEL=1
SOURCE=$SPELLX-$VERSION.tar.gz
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELLX-$VERSION"
SOURCE_URL[0]=http://jackaudio.org/downloads/$SOURCE
diff --git a/audio-drivers/jack/HISTORY b/audio-drivers/jack/HISTORY
index d9e10941ed..b868f2788c 100644
--- a/audio-drivers/jack/HISTORY
+++ b/audio-drivers/jack/HISTORY
@@ -1,3 +1,8 @@
+2014-02-02 Vlad Glagolev <stealth@sourcemage.org>
+ * DETAILS: PATCHLEVEL=1
+ * PRE_BUILD: apply patch
+ * jslist.patch: added, to include missing header
+
2013-03-09 Sukneet Basuta <sukneet@sourcemage.org>
* DEPENDS: removed optional_depends libfreebob, spell removed, and
portaudio, to prevent a cyclic dependency and is not needed on linux
diff --git a/audio-drivers/jack/PRE_BUILD b/audio-drivers/jack/PRE_BUILD
index 636554cbe7..a3b1de2501 100755
--- a/audio-drivers/jack/PRE_BUILD
+++ b/audio-drivers/jack/PRE_BUILD
@@ -1,6 +1,8 @@
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
new file mode 100644
index 0000000000..4104505bbd
--- /dev/null
+++ b/audio-drivers/jack/jslist.patch
@@ -0,0 +1,36 @@
+--- 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 \