rev 16977 - in krap/mlt/trunk/debian: . patches

Patrick Matthäi pmatthaei at alioth.debian.org
Tue Feb 16 17:09:42 UTC 2010


Author: pmatthaei
Date: 2010-02-16 17:09:42 +0000 (Tue, 16 Feb 2010)
New Revision: 16977

Added:
   krap/mlt/trunk/debian/patches/
   krap/mlt/trunk/debian/patches/01-dont_hardcode_x86.diff
   krap/mlt/trunk/debian/patches/series
Modified:
   krap/mlt/trunk/debian/changelog
Log:
* Fix FTBFS on all non-x86 architectures, because there was a hardcoded
  -DARCH_X86 CFLAG. Removed it in 01-dont_hardcode_x86.diff.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2010-02-16 13:52:55 UTC (rev 16976)
+++ krap/mlt/trunk/debian/changelog	2010-02-16 17:09:42 UTC (rev 16977)
@@ -1,3 +1,10 @@
+mlt (0.5.0-2) unstable; urgency=low
+
+  * Fix FTBFS on all non-x86 architectures, because there was a hardcoded
+    -DARCH_X86 CFLAG. Removed it in 01-dont_hardcode_x86.diff.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Tue, 16 Feb 2010 18:05:34 +0100
+
 mlt (0.5.0-1) unstable; urgency=low
 
   * New upstream release.

Added: krap/mlt/trunk/debian/patches/01-dont_hardcode_x86.diff
===================================================================
--- krap/mlt/trunk/debian/patches/01-dont_hardcode_x86.diff	                        (rev 0)
+++ krap/mlt/trunk/debian/patches/01-dont_hardcode_x86.diff	2010-02-16 17:09:42 UTC (rev 16977)
@@ -0,0 +1,11 @@
+# mlt FTBFS on all non x86 arches, because this flag is hardcoded.
+
+diff -Naur mlt-0.5.0.orig//src/modules/xine/Makefile mlt-0.5.0/src/modules/xine/Makefile
+--- mlt-0.5.0.orig//src/modules/xine/Makefile	2010-02-16 07:40:46.000000000 +0100
++++ mlt-0.5.0/src/modules/xine/Makefile	2010-02-16 18:04:09.000000000 +0100
+@@ -1,4 +1,4 @@
+-CFLAGS += -I../../ -DARCH_X86
++CFLAGS += -I../../
+ 
+ LDFLAGS += -L../../framework -lmlt
+ 

Added: krap/mlt/trunk/debian/patches/series
===================================================================
--- krap/mlt/trunk/debian/patches/series	                        (rev 0)
+++ krap/mlt/trunk/debian/patches/series	2010-02-16 17:09:42 UTC (rev 16977)
@@ -0,0 +1 @@
+01-dont_hardcode_x86.diff




More information about the pkg-kde-commits mailing list