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

Patrick Matthäi pmatthaei at alioth.debian.org
Thu Jun 18 11:07:23 UTC 2009


Author: pmatthaei
Date: 2009-06-18 11:07:22 +0000 (Thu, 18 Jun 2009)
New Revision: 14928

Added:
   krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff
Modified:
   krap/mlt/trunk/debian/changelog
   krap/mlt/trunk/debian/patches/series
Log:
* Add 02_missing_math_ftbfs.diff patch, which fixes a FTBFS on some arches.


Modified: krap/mlt/trunk/debian/changelog
===================================================================
--- krap/mlt/trunk/debian/changelog	2009-06-18 08:24:43 UTC (rev 14927)
+++ krap/mlt/trunk/debian/changelog	2009-06-18 11:07:22 UTC (rev 14928)
@@ -1,3 +1,9 @@
+mlt (0.4.2+git20090618-2) unstable; urgency=low
+
+  * Add 02_missing_math_ftbfs.diff patch, which fixes a FTBFS on some arches.
+
+ -- Patrick Matthäi <pmatthaei at debian.org>  Thu, 18 Jun 2009 13:06:18 +0200
+
 mlt (0.4.2+git20090618-1) unstable; urgency=low
 
   * New git snapshot.

Added: krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff
===================================================================
--- krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff	                        (rev 0)
+++ krap/mlt/trunk/debian/patches/02_missing_math_ftbfs.diff	2009-06-18 11:07:22 UTC (rev 14928)
@@ -0,0 +1,14 @@
+# We need to link against the math lib for sqrt() which was missing on some platforms.
+
+diff -Naur mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile mlt-0.4.2+git20090618/src/modules/sox/Makefile
+--- mlt-0.4.2+git20090618.orig/src/modules/sox/Makefile	2009-06-18 09:43:05.000000000 +0200
++++ mlt-0.4.2+git20090618/src/modules/sox/Makefile	2009-06-18 13:03:38.000000000 +0200
+@@ -2,7 +2,7 @@
+ 
+ CFLAGS += -I../..
+ 
+-LDFLAGS += -L../../framework -lmlt
++LDFLAGS += -L../../framework -lmlt -lm
+ 
+ include config.mak
+ 

Modified: krap/mlt/trunk/debian/patches/series
===================================================================
--- krap/mlt/trunk/debian/patches/series	2009-06-18 08:24:43 UTC (rev 14927)
+++ krap/mlt/trunk/debian/patches/series	2009-06-18 11:07:22 UTC (rev 14928)
@@ -1,2 +1,3 @@
 01_fix_man_whatis.diff
+02_missing_math_ftbfs.diff
 10_fix_xine_module_cflags.diff




More information about the pkg-kde-commits mailing list