[SCM] MLT multimedia framework packaging branch, master, updated. debian/0.7.4-1-1-g0ef565f

Patrick Matthäi pmatthaei at alioth.debian.org
Sun Jul 17 19:01:09 UTC 2011


The following commit has been merged in the master branch:
commit 0ef565f045fa5f034ae3938696f0889cb6061700
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Sun Jul 17 20:49:36 2011 +0200

    * Add patch 01-kfbsd-ftbfs, to fix an FTBFS on GNU/kFreeBSD.
      Closes: #634210
---
 debian/changelog                   |    7 +++++++
 debian/patches/01-kfbsd-ftbfs.diff |   14 ++++++++++++++
 debian/patches/series              |    1 +
 3 files changed, 22 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index ca80a34..77a0a64 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+mlt (0.7.4-2) unstable; urgency=low
+
+  * Add patch 01-kfbsd-ftbfs, to fix an FTBFS on GNU/kFreeBSD.
+    Closes: #634210
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sun, 17 Jul 2011 20:48:20 +0200
+
 mlt (0.7.4-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/01-kfbsd-ftbfs.diff b/debian/patches/01-kfbsd-ftbfs.diff
new file mode 100644
index 0000000..749f82a
--- /dev/null
+++ b/debian/patches/01-kfbsd-ftbfs.diff
@@ -0,0 +1,14 @@
+# Fix FTBFS on kfreebsd.
+
+diff -Naur mlt-0.7.4.orig/src/framework/mlt_property.h mlt-0.7.4/src/framework/mlt_property.h
+--- mlt-0.7.4.orig/src/framework/mlt_property.h	2011-07-17 00:09:51.000000000 +0200
++++ mlt-0.7.4/src/framework/mlt_property.h	2011-07-17 20:44:22.806703044 +0200
+@@ -26,7 +26,7 @@
+ 
+ #include "mlt_types.h"
+ 
+-#if defined(__linux__) || defined(__DARWIN__)
++#if defined(__linux__) || defined(__DARWIN__) || defined(__GLIBC__)
+ #include <xlocale.h>
+ #else
+ typedef void* locale_t;
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..139a48d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-kfbsd-ftbfs.diff

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list