Package: uvccapture
Version: 0.5-1
Severity: normal
Tags: patch
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu oneiric ubuntu-patch



*** /tmp/tmpDqucr9
In Ubuntu, the attached patch was applied to achieve the following:

Found bug in launch pad.  
https://bugs.launchpad.net/ubuntu/+source/uvccapture/+bug/756023

  * Fix build failure by using linux/videodev2.h instead of deprecated 
linux/videodev.h
  * LP:756023


Thanks for considering the patch.


-- System Information:
Debian Release: squeeze/sid
  APT prefers natty-updates
  APT policy: (500, 'natty-updates'), (500, 'natty-security'), (500, 'natty')
Architecture: amd64 (x86_64)

Kernel: Linux 2.6.38-8-generic (SMP w/2 CPU cores)
Locale: LANG=en_CA.UTF-8, LC_CTYPE=en_CA.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
=== modified file 'debian/changelog'

=== modified file 'debian/control'
--- debian/control	2008-08-03 22:02:38 +0000
+++ debian/control	2011-06-09 16:24:41 +0000
@@ -1,7 +1,8 @@
 Source: uvccapture
 Section: graphics
 Priority: optional
-Maintainer: Krzysztof Burghardt <krzysz...@burghardt.pl>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Krzysztof Burghardt <krzysz...@burghardt.pl>
 Build-Depends: debhelper (>= 5), libjpeg62-dev | libjpeg-dev
 Standards-Version: 3.8.0
 Homepage: http://linux-uvc.berlios.de/

=== modified file 'uvccapture.c'
--- uvccapture.c	2008-08-03 22:02:38 +0000
+++ uvccapture.c	2011-06-09 16:19:31 +0000
@@ -31,7 +31,7 @@
 #include <unistd.h>
 #include <jpeglib.h>
 #include <time.h>
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
 
 #include "v4l2uvc.h"
 

=== modified file 'v4l2uvc.c'
--- v4l2uvc.c	2008-03-28 19:13:23 +0000
+++ v4l2uvc.c	2011-06-09 16:23:07 +0000
@@ -28,7 +28,7 @@
 #include <errno.h>
 #include <unistd.h>
 #include <fcntl.h>
-#include <linux/videodev.h>
+#include <linux/videodev2.h>
 #include <sys/mman.h>
 #include <sys/ioctl.h>
 #include "v4l2uvc.h"

Reply via email to