From 88b96b69be04c28768d519348ccaf2f7151b04f5 Mon Sep 17 00:00:00 2001 From: Rosen Penev Date: Sun, 9 Jun 2024 21:39:43 -0700 Subject: [PATCH] libv4l: update to 1.28.0 Remove backported patch. Also remove seemingly unneeded patch. Signed-off-by: Rosen Penev --- libs/libv4l/Makefile | 6 +++--- libs/libv4l/patches/010-intl.patch | 2 +- libs/libv4l/patches/100-meson-utils.patch | 24 ----------------------- 3 files changed, 4 insertions(+), 28 deletions(-) delete mode 100644 libs/libv4l/patches/100-meson-utils.patch diff --git a/libs/libv4l/Makefile b/libs/libv4l/Makefile index 15bb094610..7f23f4de00 100644 --- a/libs/libv4l/Makefile +++ b/libs/libv4l/Makefile @@ -6,12 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=v4l-utils -PKG_VERSION:=1.26.1 -PKG_RELEASE:=2 +PKG_VERSION:=1.28.0 +PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=https://www.linuxtv.org/downloads/v4l-utils -PKG_HASH:=4a71608c0ef7df2931176989e6d32b445c0bdc1030a2376d929c8ca6e550ec4e +PKG_HASH:=fcb1ac1f22c1673e932b1779384f61cd6b7dd76e0e500bfb57e7a598588980b4 PKG_MAINTAINER:=Ted Hess diff --git a/libs/libv4l/patches/010-intl.patch b/libs/libv4l/patches/010-intl.patch index 2405327c6a..b541f46bd6 100644 --- a/libs/libv4l/patches/010-intl.patch +++ b/libs/libv4l/patches/010-intl.patch @@ -10,7 +10,7 @@ dep_libudev, --- a/meson.build +++ b/meson.build -@@ -178,6 +178,8 @@ size_t iconv (iconv_t cd, char * *inbuf, +@@ -202,6 +202,8 @@ size_t iconv (iconv_t cd, char * *inbuf, endif endif diff --git a/libs/libv4l/patches/100-meson-utils.patch b/libs/libv4l/patches/100-meson-utils.patch deleted file mode 100644 index 191d47493a..0000000000 --- a/libs/libv4l/patches/100-meson-utils.patch +++ /dev/null @@ -1,24 +0,0 @@ -From fee976dcfe3be03cc72c099f9ed3bac938a34b58 Mon Sep 17 00:00:00 2001 -From: James Le Cuirot -Date: Tue, 12 Dec 2023 15:24:05 +0000 -Subject: meson: Fix building with -Dv4l-utils=false - -ir_bpf_enabled was referenced without being defined. -Tested-by: Peter Seiderer - -Signed-off-by: Hans Verkuil ---- - meson.build | 2 ++ - 1 file changed, 2 insertions(+) - ---- a/meson.build -+++ b/meson.build -@@ -360,6 +360,8 @@ subdir('lib') - if get_option('v4l-utils') - subdir('utils') - subdir('contrib') -+else -+ ir_bpf_enabled = false - endif - - subdir('doc') -- 2.30.2