Package: wmtv Version: 0.6.5-16 Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmpn8qQL4 In Ubuntu, the attached patch was applied to achieve the following: bug found in launchpad. https://bugs.launchpad.net/ubuntu/+source/wmtv/+bug/756053 linux/videodev.h no longer available on oneiric. * Fix build failure using libv4l-dev to replace deprecated linux/videodev.h * Fix LP:756053 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 2005-08-03 19:44:25 +0000 +++ debian/control 2011-06-09 16:57:32 +0000 @@ -1,8 +1,9 @@ Source: wmtv Section: x11 Priority: extra -Maintainer: Nicolas Boullis <nboul...@debian.org> -Build-Depends: debhelper (>=3.0.0), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev +Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com> +XSBC-Original-Maintainer: Nicolas Boullis <nboul...@debian.org> +Build-Depends: debhelper (>=3.0.0), libxt-dev, libxpm-dev, libxext-dev, libx11-dev, libxxf86dga-dev, libxxf86vm-dev, libv4l-dev Standards-Version: 3.6.2 Package: wmtv === modified file 'src/wmtv.c' --- src/wmtv.c 2005-08-03 19:44:25 +0000 +++ src/wmtv.c 2011-06-09 16:56:11 +0000 @@ -34,7 +34,7 @@ #include <sys/mman.h> #include <sys/types.h> #include <sys/wait.h> -#include <linux/videodev.h> +#include <libv4l1-videodev.h> #include <linux/soundcard.h> #include <X11/Xlib.h>