Update to libv4l 1.18.0

This commit is contained in:
feinerer 2019-11-04 09:43:31 +00:00
parent 503a10a155
commit aeac2d32ca
4 changed files with 6 additions and 19 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.22 2019/09/05 10:49:05 feinerer Exp $
# $OpenBSD: Makefile,v 1.23 2019/11/04 09:43:31 feinerer Exp $
COMMENT = libv4l userspace library
VERSION = 1.16.7
VERSION = 1.18.0
DISTNAME = v4l-utils-${VERSION}
PKGNAME = libv4l-${VERSION}

View File

@ -1,2 +1,2 @@
SHA256 (v4l-utils-1.16.7.tar.bz2) = 7pF6fhr3LGDAUy2f255IuvZB1CeqewCamyyoIfno4Nk=
SIZE (v4l-utils-1.16.7.tar.bz2) = 1893418
SHA256 (v4l-utils-1.18.0.tar.bz2) = bLYNgi7u0gSGoDzCPg/GWVb7weheDBp0d/aLvZgCiA0=
SIZE (v4l-utils-1.18.0.tar.bz2) = 1995506

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-lib_libv4lconvert_Makefile_in,v 1.7 2019/03/23 05:40:03 feinerer Exp $
$OpenBSD: patch-lib_libv4lconvert_Makefile_in,v 1.8 2019/11/04 09:43:31 feinerer Exp $
OpenBSD does not have an rt library.
Index: lib/libv4lconvert/Makefile.in
--- lib/libv4lconvert/Makefile.in.orig
+++ lib/libv4lconvert/Makefile.in
@@ -539,7 +539,7 @@ libv4lconvert_la_SOURCES = libv4lconvert.c tinyjpeg.c
@@ -544,7 +544,7 @@ libv4lconvert_la_SOURCES = libv4lconvert.c tinyjpeg.c
libv4lconvert-priv.h libv4lsyscall-priv.h tinyjpeg.h \
tinyjpeg-internal.h $(am__append_1) $(am__append_2)
libv4lconvert_la_CPPFLAGS = $(CFLAG_VISIBILITY) $(ENFORCE_LIBV4L_STATIC)

View File

@ -1,13 +0,0 @@
$OpenBSD: patch-lib_libv4lconvert_control_libv4lcontrol_c,v 1.4 2018/11/02 10:10:06 feinerer Exp $
Index: lib/libv4lconvert/control/libv4lcontrol.c
--- lib/libv4lconvert/control/libv4lcontrol.c.orig
+++ lib/libv4lconvert/control/libv4lcontrol.c
@@ -20,7 +20,6 @@
*/
#include <sys/types.h>
-#include <sys/sysmacros.h>
#include <sys/mman.h>
#include <fcntl.h>
#include <sys/stat.h>