Package: camorama Severity: normal Tags: patch User: ubuntu-de...@lists.ubuntu.com Usertags: origin-ubuntu oneiric ubuntu-patch
*** /tmp/tmpxsb1t6 In Ubuntu, the attached patch was applied to achieve the following: https://bugs.launchpad.net/ubuntu/oneiric/+source/camorama/+bug/749079 * Remove linux/videodev.h use libv4l1-videodev.h instead * Fixes (LP:749079) 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 'src/v4l.h' --- src/v4l.h 2007-12-02 15:56:13 +0000 +++ src/v4l.h 2011-06-04 22:35:08 +0000 @@ -13,7 +13,7 @@ #include <fcntl.h> #include <gtk/gtk.h> #include <linux/types.h> -#include <linux/videodev.h> +#include <libv4l1-videodev.h> #include <signal.h> #include <png.h> #include <glade/glade.h>