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

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun May 2 22:18:04 UTC 2010


The following commit has been merged in the master branch:
commit 0cc49c2b02b959b22a453226339b1218ea3d82fa
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun May 2 22:24:41 2010 +0200

    Fix atomic patch.
    
    Temporary solution, will be integrated in the vcs patch later, hence no
    DEP header and the lot.

diff --git a/debian/patches/atomic b/debian/patches/atomic
new file mode 100644
index 0000000..939f467
--- /dev/null
+++ b/debian/patches/atomic
@@ -0,0 +1,14 @@
+--- a/linux/JackAtomic_os.h
++++ b/linux/JackAtomic_os.h
+@@ -71,9 +71,9 @@
+ 
+ #warning using builtin gcc (version > 4.1) atomic
+ 
+-static inline char CAS(volatile uint32_t value, uint32_t newvalue, volatile int32_t* addr)
++static inline char CAS(volatile UInt32 value, UInt32 newvalue, volatile void* addr)
+ {
+-    return __sync_bool_compare_and_swap (addr, value, newvalue);
++    return __sync_bool_compare_and_swap (&addr, value, newvalue);
+ }
+ 
+ #endif
diff --git a/debian/patches/series b/debian/patches/series
index 79377fe..14df1a4 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,5 @@
 0000_sync_upstream_VCS.patch
+atomic
 0001_jackrec-rename.patch
 0002_manpages.patch
 1001_connect.patch

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



More information about the pkg-multimedia-commits mailing list