[Pkg-gstreamer-commits] [SCM] GStreamer Base Plugins 1.0 Packaging branch, master, updated. debian/0.11.91-1-7-g4160a3a

Sebastian Dröge sebastian.droege at collabora.co.uk
Fri Jun 8 09:39:44 UTC 2012


The following commit has been merged in the master branch:
commit 4160a3af844483cb2e7a93872f38948f46173e4f
Author: Sebastian Dröge <sebastian.droege at collabora.co.uk>
Date:   Fri Jun 8 11:30:37 2012 +0200

    debian/patches/0001-videoconvert-Need-LIBM-for-pow.patch: Fix linking of videoconvert by linking to -lm

diff --git a/debian/changelog b/debian/changelog
index f2c7005..0c9478d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ gst-plugins-base1.0 (0.11.92-1) experimental; urgency=low
       - Build-depend on gstreamer core >= 0.11.92.
     + debian/libgstreamer-plugins-base.symbols:
       - Update for API changes.
+  * debian/patches/0001-videoconvert-Need-LIBM-for-pow.patch:
+    + Fix linking of videoconvert by linking to -lm.
 
  -- Sebastian Dröge <slomo at debian.org>  Fri, 08 Jun 2012 11:10:03 +0200
 
diff --git a/debian/patches/0001-videoconvert-Need-LIBM-for-pow.patch b/debian/patches/0001-videoconvert-Need-LIBM-for-pow.patch
new file mode 100644
index 0000000..dd1d13b
--- /dev/null
+++ b/debian/patches/0001-videoconvert-Need-LIBM-for-pow.patch
@@ -0,0 +1,26 @@
+From ce4f2c462caab80abae6c8a51b22e71e07a58b31 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian.droege at collabora.co.uk>
+Date: Fri, 8 Jun 2012 11:26:46 +0200
+Subject: [PATCH 1/2] videoconvert: Need $(LIBM) for pow()
+
+---
+ gst/videoconvert/Makefile.am |    3 ++-
+ 1 file changed, 2 insertions(+), 1 deletion(-)
+
+diff --git a/gst/videoconvert/Makefile.am b/gst/videoconvert/Makefile.am
+index 2939d85..b17b134 100644
+--- a/gst/videoconvert/Makefile.am
++++ b/gst/videoconvert/Makefile.am
+@@ -13,7 +13,8 @@ libgstvideoconvert_la_LIBADD = \
+ 	$(top_builddir)/gst-libs/gst/video/libgstvideo-$(GST_API_VERSION).la \
+ 	$(GST_BASE_LIBS) \
+ 	$(GST_LIBS) \
+-	$(ORC_LIBS)
++	$(ORC_LIBS) \
++	$(LIBM)
+ libgstvideoconvert_la_LDFLAGS = $(GST_PLUGIN_LDFLAGS)
+ libgstvideoconvert_la_LIBTOOLFLAGS = --tag=disable-static
+ 
+-- 
+1.7.10
+
diff --git a/debian/patches/series b/debian/patches/series
index 2497acb..6b38b51 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 99_ltmain_as-needed.patch
+0001-videoconvert-Need-LIBM-for-pow.patch

-- 
GStreamer Base Plugins 1.0 Packaging



More information about the Pkg-gstreamer-commits mailing list