From mboxrd@z Thu Jan 1 00:00:00 1970 Delivery-date: Wed, 08 Oct 2025 23:56:52 +0200 Received: from metis.whiteo.stw.pengutronix.de ([2a0a:edc0:2:b01:1d::104]) by lore.white.stw.pengutronix.de with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1v6c9U-005jWL-2Z for lore@lore.pengutronix.de; Wed, 08 Oct 2025 23:56:52 +0200 Received: from localhost ([127.0.0.1] helo=metis.whiteo.stw.pengutronix.de) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v6c9U-0002WT-JR; Wed, 08 Oct 2025 23:56:52 +0200 Received: from dude04.red.stw.pengutronix.de ([2a0a:edc0:0:1101:1d::ac]) by metis.whiteo.stw.pengutronix.de with esmtp (Exim 4.92) (envelope-from ) id 1v6c9C-0002TW-Ru; Wed, 08 Oct 2025 23:56:34 +0200 From: =?UTF-8?q?Sven=20P=C3=BCschel?= To: ptxdist@pengutronix.de Date: Wed, 8 Oct 2025 23:49:36 +0200 Message-ID: <20251008215609.2281909-1-s.pueschel@pengutronix.de> X-Mailer: git-send-email 2.47.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: [ptxdist] [PATCH] v4l-utils: version bump 1.28.1 -> 1.32.0 X-BeenThere: ptxdist@pengutronix.de X-Mailman-Version: 2.1.29 Precedence: list List-Id: PTXdist Development Mailing List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: ptxdist@pengutronix.de Cc: =?UTF-8?q?Sven=20P=C3=BCschel?= Sender: "ptxdist" X-SA-Exim-Connect-IP: 127.0.0.1 X-SA-Exim-Mail-From: ptxdist-bounces@pengutronix.de X-SA-Exim-Scanned: No (on metis.whiteo.stw.pengutronix.de); SAEximRunCond expanded to false Signed-off-by: Sven Püschel --- rules/v4l-utils.make | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make index 9fdd32154..cb41e0523 100644 --- a/rules/v4l-utils.make +++ b/rules/v4l-utils.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_V4L_UTILS) += v4l-utils # # Paths and names # -V4L_UTILS_VERSION := 1.28.1 -V4L_UTILS_MD5 := 6716de513a1fd2e1edb404a46a455855 +V4L_UTILS_VERSION := 1.32.0 +V4L_UTILS_MD5 := c484b0320a757bd08a785cad7b32147a V4L_UTILS := v4l-utils-$(V4L_UTILS_VERSION) V4L_UTILS_SUFFIX := tar.xz V4L_UTILS_URL := http://linuxtv.org/downloads/v4l-utils/$(V4L_UTILS).$(V4L_UTILS_SUFFIX) @@ -45,6 +45,7 @@ V4L_UTILS_CONF_OPT := \ -Dlibdvbv5=disabled \ -Dlibv4l1subdir=libv4l \ -Dlibv4l2subdir=libv4l \ + -Dlibv4l2tracersubdir=libv4l \ -Dlibv4lconvertsubdir=libv4l \ -Dqv4l2=disabled \ -Dqvidcap=disabled \ @@ -53,8 +54,10 @@ V4L_UTILS_CONF_OPT := \ -Dv4l-plugins=true \ -Dv4l-utils=true \ -Dv4l-wrappers=$(call ptx/truefalse, PTXCONF_V4L_UTILS_V4L2CONVERT) \ + -Dv4l2-compliance-32-time64=false \ -Dv4l2-compliance-32=false \ -Dv4l2-compliance-libv4l=true \ + -Dv4l2-ctl-32-time64=false \ -Dv4l2-ctl-32=false \ -Dv4l2-ctl-libv4l=true \ -Dv4l2-ctl-stream-to=true \ -- 2.47.3