[SCM] mjpegtools/master: Add 05_ignore_videodev.h_error.patch: do not fail ./configure on missing videodev.h

lucidfox-guest at users.alioth.debian.org lucidfox-guest at users.alioth.debian.org
Sun May 1 05:17:53 UTC 2011


The following commit has been merged in the master branch:
commit cc0efd8dd718580212ce2e64f8735288d8bbaea6
Author: Maia Kozheva <sikon at ubuntu.com>
Date:   Sun May 1 11:46:54 2011 +0700

    Add 05_ignore_videodev.h_error.patch: do not fail ./configure on missing videodev.h

diff --git a/debian/patches/05_ignore_videodev.h_error.patch b/debian/patches/05_ignore_videodev.h_error.patch
new file mode 100644
index 0000000..c56b590
--- /dev/null
+++ b/debian/patches/05_ignore_videodev.h_error.patch
@@ -0,0 +1,13 @@
+Index: mjpegtools/configure
+===================================================================
+--- mjpegtools.orig/configure	2011-05-01 11:44:40.229150265 +0700
++++ mjpegtools/configure	2011-05-01 11:44:45.819150262 +0700
+@@ -16340,8 +16340,6 @@
+ 
+ $as_echo "#define HAVE_V4L 1" >>confdefs.h
+ 
+-else
+-  as_fn_error "videodev.h not found - please install the linux kernel headers" "$LINENO" 5
+ fi
+ 
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 5b4890c..a7ae75d 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -2,3 +2,4 @@
 02_as-needed.patch
 03_disable_optimization.patch
 04_manpage-syntax.patch
+05_ignore_videodev.h_error.patch

-- 
mjpegtools packaging



More information about the pkg-multimedia-commits mailing list