[packages/gstreamer0.10-plugins-good] - rel 7; build fixed

arekm arekm at pld-linux.org
Fri Nov 8 10:55:08 CET 2013


commit cf38b373b61080c41cfb47a4efdc1e5ed8bcdcc9
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Fri Nov 8 10:55:04 2013 +0100

    - rel 7; build fixed

 gstreamer0.10-plugins-good.spec |  2 +-
 libv4l.patch                    | 25 +++++++++++++++++++++++++
 2 files changed, 26 insertions(+), 1 deletion(-)
---
diff --git a/gstreamer0.10-plugins-good.spec b/gstreamer0.10-plugins-good.spec
index c50f21e..4df17b7 100644
--- a/gstreamer0.10-plugins-good.spec
+++ b/gstreamer0.10-plugins-good.spec
@@ -23,7 +23,7 @@ Summary:	Good GStreamer Streaming-media framework plugins
 Summary(pl.UTF-8):	Dobre wtyczki do środowiska obróbki strumieni GStreamer
 Name:		gstreamer0.10-plugins-good
 Version:	0.10.31
-Release:	6
+Release:	7
 License:	LGPL v2+
 Group:		Libraries
 Source0:	http://gstreamer.freedesktop.org/src/gst-plugins-good/%{gstname}-%{version}.tar.xz
diff --git a/libv4l.patch b/libv4l.patch
index e88949a..788f4f4 100644
--- a/libv4l.patch
+++ b/libv4l.patch
@@ -8,3 +8,28 @@
  
    data = (guint8 *) v4l2_mmap (0, ret->vbuffer.length,
        PROT_READ | PROT_WRITE, MAP_SHARED, pool->video_fd,
+From 8e633d2059cb835448021cf79becb487aff10975 Mon Sep 17 00:00:00 2001
+From: Bastien Nocera <hadess at hadess.net>
+Date: Mon, 18 Mar 2013 14:59:35 +0000
+Subject: v4l2: fix compilation against newer kernel headers as on FC19
+
+---
+diff --git a/sys/v4l2/v4l2_calls.c b/sys/v4l2/v4l2_calls.c
+index 07d390a..4c10f4f 100644
+--- a/sys/v4l2/v4l2_calls.c
++++ b/sys/v4l2/v4l2_calls.c
+@@ -291,8 +291,12 @@ gst_v4l2_fill_lists (GstV4l2Object * v4l2object)
+         break;
+       case V4L2_CID_HFLIP:
+       case V4L2_CID_VFLIP:
++#ifndef V4L2_CID_PAN_RESET
+       case V4L2_CID_HCENTER:
++#endif
++#ifndef V4L2_CID_TILT_RESET
+       case V4L2_CID_VCENTER:
++#endif
+ #ifdef V4L2_CID_PAN_RESET
+       case V4L2_CID_PAN_RESET:
+ #endif
+--
+cgit v0.9.0.2-2-gbebe
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gstreamer0.10-plugins-good.git/commitdiff/cf38b373b61080c41cfb47a4efdc1e5ed8bcdcc9



More information about the pld-cvs-commit mailing list