[SCM] jackd2/master: Add fix for building inprocess.so

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Wed Apr 18 20:56:12 UTC 2012


The following commit has been merged in the master branch:
commit bc685cecb39f71bb3ee2b91375ff7a3764d75ef9
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Wed Apr 18 22:46:29 2012 +0200

    Add fix for building inprocess.so
    
    This was supposed to be upstream before importing the tarball. To avoid
    repackaging from scratch, let's add this one-liner for now and drop it
    next time we sync with upstream.

diff --git a/debian/patches/inprocess.patch b/debian/patches/inprocess.patch
new file mode 100644
index 0000000..d8798b8
--- /dev/null
+++ b/debian/patches/inprocess.patch
@@ -0,0 +1,16 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Forwarded: not-needed
+Origin: https://github.com/jackaudio/jack2/commit/871bd0851d7a300c5c159b3ad42bad95ab6d97aa
+Description: Fix naming of inprocess.so
+ This fix has been incorporated upstream, so drop it on next import.
+--- a/example-clients/wscript
++++ b/example-clients/wscript
+@@ -149,7 +149,7 @@ def build(bld):
+ 
+     for example_lib, example_lib_source in list(example_libs.items()):
+         lib = bld(features = 'c cshlib')
+-        lib.env['shlib_PATTERN'] = '%s.so'
++        lib.env['cshlib_PATTERN'] = '%s.so'
+         lib.includes = os_incdir + ['../common/jack', '../common']
+         lib.target = example_lib
+         lib.source = example_lib_source

-- 
jackd2 packaging



More information about the pkg-multimedia-commits mailing list