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

Patrick Matthäi pmatthaei at alioth.debian.org
Sat Nov 5 10:57:47 UTC 2011


The following commit has been merged in the master branch:
commit 1b2138057528e47a46d8b0b6fd12327464f551af
Author: Patrick Matthäi <pmatthaei at debian.org>
Date:   Sat Nov 5 11:30:19 2011 +0100

    * Add patch 01-hurd-ftbfs to fix a FTBFS on hurd-i386.
---
 debian/changelog                  |    6 ++++++
 debian/patches/01-hurd-ftbfs.diff |   17 +++++++++++++++++
 debian/patches/series             |    1 +
 3 files changed, 24 insertions(+), 0 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index c7a1e48..9a317a6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+mlt (0.7.6-2) UNRELEASED; urgency=low
+
+  * Add patch 01-hurd-ftbfs to fix a FTBFS on hurd-i386.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Sat, 05 Nov 2011 11:29:24 +0100
+
 mlt (0.7.6-1) unstable; urgency=low
 
   * New upstream release.
diff --git a/debian/patches/01-hurd-ftbfs.diff b/debian/patches/01-hurd-ftbfs.diff
new file mode 100644
index 0000000..ab9220a
--- /dev/null
+++ b/debian/patches/01-hurd-ftbfs.diff
@@ -0,0 +1,17 @@
+# Fix FTBFS on hurd.
+
+diff -Naur mlt-0.7.6.orig/src/framework/mlt_repository.c mlt-0.7.6/src/framework/mlt_repository.c
+--- mlt-0.7.6.orig/src/framework/mlt_repository.c	2011-10-31 18:26:04.000000000 +0100
++++ mlt-0.7.6/src/framework/mlt_repository.c	2011-11-05 11:27:53.898598558 +0100
+@@ -39,6 +39,11 @@
+ /** the default subdirectory of the datadir for holding presets */
+ #define PRESETS_DIR "/presets"
+ 
++/** on hurd there is no PATH_MAX */
++#ifndef PATH_MAX
++#define PATH_MAX 1024
++#endif
++
+ /** rief Repository class
+  *
+  * The Repository is a collection of plugin modules and their services and service metadata.
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..dcd1380
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+01-hurd-ftbfs.diff

-- 
MLT multimedia framework packaging



More information about the pkg-kde-commits mailing list