[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.6+git20111213-1-8-g347feda

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Dec 20 18:54:12 UTC 2011


The following commit has been merged in the master branch:
commit a8644969324189b60f13939f35643874070547b6
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Tue Dec 20 19:37:25 2011 +0100

    * Add patch 04-mltpp-hurd-configure to detect mlt++ module as Linux flavour.
---
 debian/changelog                            |    3 ++-
 debian/patches/04-mltpp-hurd-configure.diff |   14 ++++++++++++++
 debian/patches/series                       |    1 +
 3 files changed, 17 insertions(+), 1 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ad7af85..ee404e0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,8 +2,9 @@ mlt (0.7.6+git20111213-2) UNRELEASED; urgency=low
 
   * Remove patch 01-hurd-ftbfs, it still applies but was merged by upstream to
     a better location in the source code.
+  * Add patch 04-mltpp-hurd-configure to detect mlt++ module as Linux flavour.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 13 Dec 2011 20:49:06 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 20 Dec 2011 19:36:40 +0100
 
 mlt (0.7.6+git20111213-1) unstable; urgency=low
 
diff --git a/debian/patches/04-mltpp-hurd-configure.diff b/debian/patches/04-mltpp-hurd-configure.diff
new file mode 100644
index 0000000..a47555f
--- /dev/null
+++ b/debian/patches/04-mltpp-hurd-configure.diff
@@ -0,0 +1,14 @@
+# Use the same targetos for hurd as for Linux.
+
+diff -Naur mlt-0.7.6+git20111220.orig/src/mlt++/configure mlt-0.7.6+git20111220/src/mlt++/configure
+--- mlt-0.7.6+git20111220.orig/src/mlt++/configure	2011-05-26 18:34:35.000000000 +0200
++++ mlt-0.7.6+git20111220/src/mlt++/configure	2011-12-20 19:33:25.195427389 +0100
+@@ -10,7 +10,7 @@
+ 		echo "CXXFLAGS+=-D__DARWIN__ -Wall -fPIC"
+ 		echo "LIBFLAGS=-dynamiclib -single_module"
+ 		;;
+-	Linux|FreeBSD|NetBSD|GNU/kFreeBSD)
++	Linux|FreeBSD|NetBSD|GNU/kFreeBSD|GNU)
+ 		echo LIBSUF=.so
+ 		echo "CXXFLAGS+=-Wall $WARNINGS -fPIC -DPIC"
+ 		echo "LIBFLAGS=-shared"
diff --git a/debian/patches/series b/debian/patches/series
index 08ee75f..c0df481 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 02-hurd-configure.diff
+04-mltpp-hurd-configure.diff

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list