[SCM] Debian packaging for jack-audio-connection-kit branch, master, updated. debian/1.9.5.dfsg-3-11-gd5b1d95

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Mon May 3 17:30:29 UTC 2010


The following commit has been merged in the master branch:
commit ccebb737983b9ff98972e846eb1e7a93a1a2e6c6
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Mon May 3 19:04:01 2010 +0200

    Fix varargs issue on armel (Closes: #580088)
    
    This is just a temporary commit and needs to be forwarded to upstream.

diff --git a/debian/patches/armel-varargs b/debian/patches/armel-varargs
new file mode 100644
index 0000000..613a32b
--- /dev/null
+++ b/debian/patches/armel-varargs
@@ -0,0 +1,13 @@
+Index: jack-audio-connection-kit/common/JackAPI.cpp
+===================================================================
+--- jack-audio-connection-kit.orig/common/JackAPI.cpp	2010-05-03 19:03:21.000000000 +0200
++++ jack-audio-connection-kit/common/JackAPI.cpp	2010-05-03 19:03:37.000000000 +0200
+@@ -300,7 +300,7 @@
+         int options = JackUseExactName;
+         if (getenv("JACK_START_SERVER") == NULL)
+             options |= JackNoStartServer;
+-        jack_client_t* res = jack_client_open_aux(client_name, (jack_options_t)options, NULL, NULL);
++        jack_client_t* res = jack_client_open(client_name, (jack_options_t)options, NULL, NULL);
+         JackGlobals::fOpenMutex->Unlock();
+         return res;
+     } catch (std::bad_alloc& e) {
diff --git a/debian/patches/series b/debian/patches/series
index fa73244..75ec405 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,6 @@
 0000_sync_upstream_VCS.patch
 atomic
+armel-varargs
 get_cycles
 pointersize
 0001_jackrec-rename.patch

-- 
Debian packaging for jack-audio-connection-kit



More information about the pkg-multimedia-commits mailing list