[SCM] mididings/master: Add patch to compile with Boost 1.54 (Closes: #733395)

adiknoth-guest at users.alioth.debian.org adiknoth-guest at users.alioth.debian.org
Sun Feb 23 15:59:07 UTC 2014


The following commit has been merged in the master branch:
commit f761b85c1974cde201916f7063c737f97ab8fc8d
Author: Adrian Knoth <adi at drcomp.erfurt.thur.de>
Date:   Sun Feb 23 16:54:09 2014 +0100

    Add patch to compile with Boost 1.54 (Closes: #733395)

diff --git a/debian/patches/boost_1.54.patch b/debian/patches/boost_1.54.patch
new file mode 100644
index 0000000..379c1a4
--- /dev/null
+++ b/debian/patches/boost_1.54.patch
@@ -0,0 +1,18 @@
+From: Adrian Knoth <adi at drcomp.erfurt.thur.de>
+Bugs-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733395
+Last-Updated: 2014-02-23
+Forwarded: No (probably needs more logic)
+Description: Fix FTBFS with recent boost versions
+ Debian's default boost version has been updated to 1.54, however, the new
+ release no longer ships the -mt version of the libraries.
+--- a/setup.py
++++ b/setup.py
+@@ -51,7 +51,7 @@
+             libname = 'lib%s%s.so' % (lib, suffix)
+             if os.path.isfile(os.path.join(libdir, libname)):
+                 return lib + suffix
+-    return lib + '-mt'
++    return lib
+ 
+ 
+ sources = [

-- 
mididings packaging



More information about the pkg-multimedia-commits mailing list