From bdebaef22f7820cdf2c55f723d34477ba582bfcd Mon Sep 17 00:00:00 2001 From: Peter Seiderer Date: Fri, 26 Oct 2018 21:26:47 +0200 Subject: package/libv4l: bump version to 1.16.1 Removed patches: - 0003-libdvbv5-add-optional-copy-of-TEMP_FAILURE_RETRY-mac.patch (Upstream accepted, see [1]) - 0005-libv4lconvert-fix-compiler-warning.patch (From upstream, see [2]) - 0006-v4l2-ctl-fix-glibc-2.28-build.patch (From upstream, see [3]) Disable new qvidcap for now. [1] https://git.linuxtv.org/v4l-utils.git/commit/?id=c28248deeb2d7fe43fcde948c00b9b8fa2bc1e8f [2] https://git.linuxtv.org/v4l-utils.git/commit/?id=380fe7d4548a99bfcfc1594b6f0b3dd2369978f1 [3] https://git.linuxtv.org/v4l-utils.git/commit/?id=65e7b2a4076845d3932b88cb9c76f1fa4b78c32c Signed-off-by: Peter Seiderer [Thomas: pass --disable-qvidcap only once.] Signed-off-by: Thomas Petazzoni --- .../0005-libv4lconvert-fix-compiler-warning.patch | 45 ---------------------- 1 file changed, 45 deletions(-) delete mode 100644 package/libv4l/0005-libv4lconvert-fix-compiler-warning.patch (limited to 'package/libv4l/0005-libv4lconvert-fix-compiler-warning.patch') diff --git a/package/libv4l/0005-libv4lconvert-fix-compiler-warning.patch b/package/libv4l/0005-libv4lconvert-fix-compiler-warning.patch deleted file mode 100644 index 941a51e638..0000000000 --- a/package/libv4l/0005-libv4lconvert-fix-compiler-warning.patch +++ /dev/null @@ -1,45 +0,0 @@ -From 380fe7d4548a99bfcfc1594b6f0b3dd2369978f1 Mon Sep 17 00:00:00 2001 -From: Hans Verkuil -Date: Sun, 1 Apr 2018 12:10:33 +0200 -Subject: [PATCH] libv4lconvert: fix compiler warning - - CC control/libv4lconvert_la-libv4lcontrol.lo -control/libv4lcontrol.c: In function ‘v4lcontrol_get_usb_info’: -control/libv4lcontrol.c:391:13: warning: In the GNU C Library, "minor" is defined - by . For historical compatibility, it is - currently defined by as well, but we plan to - remove this soon. To use "minor", include - directly. If you did not intend to use a system-defined macro - "minor", you should undefine it after including . - c == '\n' && minor_dev == minor(st.st_rdev)) - ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ - -Dropped the '#if defined(MAJOR_IN_SYSMACROS)' to ensure that sysmacros.h -is always included. It seems that #if is no longer needed. At least, -nobody complained when I removed it in other places earlier :-) - -Signed-off-by: Hans Verkuil -Signed-off-by: Baruch Siach ---- -Upstream status: commit 380fe7d4548a9 - - lib/libv4lconvert/control/libv4lcontrol.c | 2 -- - 1 file changed, 2 deletions(-) - -diff --git a/lib/libv4lconvert/control/libv4lcontrol.c b/lib/libv4lconvert/control/libv4lcontrol.c -index 1e784eda8a92..59f28b137b98 100644 ---- a/lib/libv4lconvert/control/libv4lcontrol.c -+++ b/lib/libv4lconvert/control/libv4lcontrol.c -@@ -20,9 +20,7 @@ - */ - - #include --#if defined(MAJOR_IN_SYSMACROS) - #include --#endif - #include - #include - #include --- -2.18.0 - -- cgit v1.2.3