[xorg-x11-drv-v4l] xserver 1.17 ABI rebuild

Hans de Goede jwrdegoede at fedoraproject.org
Wed Feb 11 16:46:32 UTC 2015


commit ad8ef4339004442cfeee3427f3cb45e0873899ac
Author: Hans de Goede <hdegoede at redhat.com>
Date:   Wed Feb 11 17:46:21 2015 +0100

    xserver 1.17 ABI rebuild

 xf86-video-v4l-0.2.0-build-fix.patch |   14 ++++++++++++++
 xorg-x11-drv-v4l.spec                |    2 ++
 2 files changed, 16 insertions(+), 0 deletions(-)
---
diff --git a/xf86-video-v4l-0.2.0-build-fix.patch b/xf86-video-v4l-0.2.0-build-fix.patch
new file mode 100644
index 0000000..febba2c
--- /dev/null
+++ b/xf86-video-v4l-0.2.0-build-fix.patch
@@ -0,0 +1,14 @@
+diff -up xf86-video-v4l-0.2.0/src/v4l.c~ xf86-video-v4l-0.2.0/src/v4l.c
+--- xf86-video-v4l-0.2.0/src/v4l.c~	2015-02-11 17:42:55.000000000 +0100
++++ xf86-video-v4l-0.2.0/src/v4l.c	2015-02-11 17:44:33.432706357 +0100
+@@ -42,6 +42,10 @@
+ # define DEBUG(x)
+ #endif
+ 
++#ifndef VIDEO_INVERT_CLIPLIST
++#define VIDEO_INVERT_CLIPLIST 0x00000002
++#endif
++
+ /***************************************************************************/
+ 
+ static void     V4LIdentify(int flags);
diff --git a/xorg-x11-drv-v4l.spec b/xorg-x11-drv-v4l.spec
index 81d3d05..2b6f42d 100644
--- a/xorg-x11-drv-v4l.spec
+++ b/xorg-x11-drv-v4l.spec
@@ -12,6 +12,7 @@ Group:     User Interface/X Hardware Support
 
 Source0:   ftp://ftp.x.org/pub/individual/driver/%{tarball}-%{version}.tar.bz2
 Patch0:    xorg-x11-drv-v4l-support_v4l2_only_drivers.patch
+Patch1:    xf86-video-v4l-0.2.0-build-fix.patch
 
 ExcludeArch: s390 s390x
 
@@ -27,6 +28,7 @@ X.Org X11 v4l video driver.
 %prep
 %setup -q -n %{tarball}-%{version}
 %patch0 -p1
+%patch1 -p1
 
 %build
 autoreconf -vif


More information about the scm-commits mailing list