[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.6-2-3-gb604b6f

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Dec 13 18:50:02 UTC 2011


The following commit has been merged in the master branch:
commit 2e7afd577afc6bb3d10698de02fff546ff11de29
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Tue Dec 13 19:43:35 2011 +0100

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

diff --git a/debian/changelog b/debian/changelog
index 1118c9a..13c7ab2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,8 +3,9 @@ mlt (0.7.6+git20111213-1) UNRELEASED; urgency=low
   * New upstream git snapshot.
     - Fixes segfault with wrong xml input.
       Closes: #651604
+  * Add patch 02-hurd-configure to detect hurd-i386 as Linux flavour.
 
- -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 13 Dec 2011 19:31:15 +0100
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 13 Dec 2011 19:43:00 +0100
 
 mlt (0.7.6-2) unstable; urgency=low
 
diff --git a/debian/patches/02-hurd-configure.diff b/debian/patches/02-hurd-configure.diff
new file mode 100644
index 0000000..358579b
--- /dev/null
+++ b/debian/patches/02-hurd-configure.diff
@@ -0,0 +1,14 @@
+# Also detect hurd-i386 as Linux flavour.
+
+diff -Naur mlt-0.7.6+git20111213.orig/configure mlt-0.7.6+git20111213/configure
+--- mlt-0.7.6+git20111213.orig/configure	2011-12-13 19:28:26.639956316 +0100
++++ mlt-0.7.6+git20111213/configure	2011-12-13 19:40:41.200797535 +0100
+@@ -88,7 +88,7 @@
+ 		echo "SHFLAGS=-dynamiclib"
+ 		echo "LDFLAGS+=`sdl-config --libs`"
+ 		;;
+-		Linux|GNU/kFreeBSD)
++		Linux|GNU/kFreeBSD|GNU)
+ 		[ "$(uname -m)" = "x86_64" ] && echo "ARCH_X86_64=1" && echo "CFLAGS+=-DARCH_X86_64"
+ 		[ "$optimisations" = "true" ] &&
+ 			echo "OPTIMISATIONS+=-ffast-math"
diff --git a/debian/patches/series b/debian/patches/series
index dcd1380..5e52977 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 01-hurd-ftbfs.diff
+02-hurd-configure.diff

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list