libv4l: update to 1.28.0

Remove backported patch. Also remove seemingly unneeded patch.

Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
Rosen Penev 2024-06-09 21:39:43 -07:00 committed by Josef Schlehofer
parent c51ecd6678
commit 88b96b69be
3 changed files with 4 additions and 28 deletions

View File

@ -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 <thess@kitschensync.net>

View File

@ -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

View File

@ -1,24 +0,0 @@
From fee976dcfe3be03cc72c099f9ed3bac938a34b58 Mon Sep 17 00:00:00 2001
From: James Le Cuirot <chewi@gentoo.org>
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 <ps.report@gmx.net>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
---
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')