diff --git a/.gitignore b/.gitignore index e5c9bd9..5b5e61c 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,4 @@ jack-1.9.5.tar.bz2 /jack-1.9.10.tar.bz2 /jack2-1.9.12.tar.gz /jack2-1.9.13.tar.gz +/jack2-1.9.14.tar.gz diff --git a/jack-audio-connection-kit-arm.patch b/jack-audio-connection-kit-arm.patch deleted file mode 100644 index 7046771..0000000 --- a/jack-audio-connection-kit-arm.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/dbus/sigsegv.c b/dbus/sigsegv.c -index de316429..0f135ec0 100644 ---- a/dbus/sigsegv.c -+++ b/dbus/sigsegv.c -@@ -64,7 +64,7 @@ static void signal_segv(int signum, siginfo_t* info, void*ptr) { - const char *si_code_str; - ucontext_t *ucontext = (ucontext_t*)ptr; - --#if defined(HAVE_UCONTEXT) && defined(HAVE_NGREG) -+#if ( defined(HAVE_UCONTEXT) && defined(HAVE_NGREG) ) || defined(HAVE_EXECINFO_H) - size_t i; - #endif - #if defined(SIGSEGV_STACK_X86) || defined(SIGSEGV_STACK_IA64) diff --git a/jack-audio-connection-kit-catchbyreference.patch b/jack-audio-connection-kit-catchbyreference.patch deleted file mode 100644 index 15b0e00..0000000 --- a/jack-audio-connection-kit-catchbyreference.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/linux/alsarawmidi/JackALSARawMidiPort.cpp b/linux/alsarawmidi/JackALSARawMidiPort.cpp -index 70e1fa71..8ef0ab65 100644 ---- a/linux/alsarawmidi/JackALSARawMidiPort.cpp -+++ b/linux/alsarawmidi/JackALSARawMidiPort.cpp -@@ -109,7 +109,7 @@ JackALSARawMidiPort::JackALSARawMidiPort(const char *client_name, snd_rawmidi_in - } - try { - CreateNonBlockingPipe(fds); -- } catch (std::exception e) { -+ } catch (std::exception& e) { - error_message = e.what(); - func = "CreateNonBlockingPipe"; - goto close; diff --git a/jack-audio-connection-kit-doxygen.patch b/jack-audio-connection-kit-doxygen.patch index 59f3edf..a490760 100644 --- a/jack-audio-connection-kit-doxygen.patch +++ b/jack-audio-connection-kit-doxygen.patch @@ -1,56 +1,13 @@ diff --git a/doxyfile.in b/doxyfile.in -index ff7bd963..f92e264a 100644 +index f92e264a..2335adab 100644 --- a/doxyfile.in +++ b/doxyfile.in -@@ -38,7 +38,7 @@ PROJECT_NUMBER = @VERSION@ - # If a relative path is entered, it will be relative to the location - # where doxygen was started. If left blank the current directory will be used. - --OUTPUT_DIRECTORY = -+OUTPUT_DIRECTORY = default/ - - # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create - # 4096 sub-directories (in 2 levels) under the output directory of each output -@@ -574,21 +574,7 @@ WARN_LOGFILE = - # directories like "/usr/src/myproject". Separate the files or directories - # with spaces. - --INPUT = @SRCDIR@/common \ -- @SRCDIR@/posix \ -- @SRCDIR@/macosx \ -- @SRCDIR@/macosx/coreaudio/ \ -- @SRCDIR@/macosx/coremidi/ \ -- @SRCDIR@/linux \ -- @SRCDIR@/linux/alsa \ -- @SRCDIR@/linux/alsarawmidi \ -- @SRCDIR@/linux/firewire \ -- @SRCDIR@/windows \ -- @SRCDIR@/windows/portaudio \ -- @SRCDIR@/windows/winmme \ -- @SRCDIR@/solaris \ -- @SRCDIR@/solaris/oss \ -- @SRCDIR@/common/jack/ -+INPUT = @SRCDIR@/common/jack/ - - # This tag can be used to specify the character encoding of the source files - # that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is -@@ -806,7 +792,7 @@ HTML_HEADER = +@@ -792,7 +792,7 @@ HTML_HEADER = # each generated HTML page. If it is left blank doxygen will generate a # standard footer. --HTML_FOOTER = -+HTML_FOOTER = @SRCDIR@/no_date_footer.html +-HTML_FOOTER = @SRCDIR@/no_date_footer.html ++HTML_FOOTER = # The HTML_STYLESHEET tag can be used to specify a user-defined cascading # style sheet that is used by each HTML page. It can be used to -diff --git a/no_date_footer.html b/no_date_footer.html -new file mode 100644 -index 00000000..8bf8be6b ---- /dev/null -+++ b/no_date_footer.html -@@ -0,0 +1,5 @@ -+