Hello community,
here is the log from the commit of package gstreamer-0_10-plugins-good for
openSUSE:Factory checked in at 2013-06-06 13:02:54
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good (Old)
and /work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "gstreamer-0_10-plugins-good"
Changes:
--------
---
/work/SRC/openSUSE:Factory/gstreamer-0_10-plugins-good/gstreamer-0_10-plugins-good.changes
2012-10-03 07:29:28.000000000 +0200
+++
/work/SRC/openSUSE:Factory/.gstreamer-0_10-plugins-good.new/gstreamer-0_10-plugins-good.changes
2013-06-06 13:02:55.000000000 +0200
@@ -1,0 +2,6 @@
+Wed May 29 15:38:38 CEST 2013 - [email protected]
+
+- Add gstreamer-0_10-plugins-good-v4l2-1.patch:
+ Fix build with recent kernels
+
+-------------------------------------------------------------------
New:
----
gstreamer-0_10-plugins-good-v4l2-2.patch
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ gstreamer-0_10-plugins-good.spec ++++++
--- /var/tmp/diff_new_pack.aoEmjb/_old 2013-06-06 13:02:56.000000000 +0200
+++ /var/tmp/diff_new_pack.aoEmjb/_new 2013-06-06 13:02:56.000000000 +0200
@@ -1,7 +1,7 @@
#
# spec file for package gstreamer-0_10-plugins-good
#
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@@ -35,6 +35,8 @@
Patch0: gstreamer-0_10-plugins-good-missing-return-value.patch
# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2.patch
[email protected] -- Fix build with recent kernels, taken from upstream git.
Patch1: gstreamer-0_10-plugins-good-v4l2.patch
+# PATCH-FIX-UPSTREAM gstreamer-0_10-plugins-good-v4l2-1.patch
[email protected] -- Fix build with recent kernels, taken from upstream git.
+Patch2: gstreamer-0_10-plugins-good-v4l2-2.patch
%if 0%{?ENABLE_AALIB}
BuildRequires: aalib-devel
%endif
@@ -186,6 +188,7 @@
translation-update-upstream po gst-plugins-good-0.10
%patch0 -p1
%patch1 -p1
+%patch2 -p1
%build
# FIXME:
++++++ gstreamer-0_10-plugins-good-v4l2-2.patch ++++++
>From 8e633d2059cb835448021cf79becb487aff10975 Mon Sep 17 00:00:00 2001
From: Bastien Nocera <[email protected]>
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
--
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]