* [ptxdist] [PATCH v2] v4l-utils: version bump 1.28.1 -> 1.32.0
@ 2025-10-13 7:37 Sven Püschel
2025-10-17 8:20 ` [ptxdist] [APPLIED] " Michael Olbrich
0 siblings, 1 reply; 2+ messages in thread
From: Sven Püschel @ 2025-10-13 7:37 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
The FSF postal address is removed in the license files and replaced by
appropriate links to the FSF and GNU websites.
Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
---
rules/v4l-utils.make | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
index 6f8191dd3..10ce1d172 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)
@@ -23,9 +23,9 @@ V4L_UTILS_SOURCE := $(SRCDIR)/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
V4L_UTILS_DIR := $(BUILDDIR)/$(V4L_UTILS)
V4L_UTILS_LICENSE := GPL-2.0-or-later (tools); LGPL-2.1-or-later (libs)
V4L_UTILS_LICENSE_FILES := \
- file://COPYING;md5=48da9957849056017dc568bbc43d8975 \
- file://COPYING.libdvbv5;md5=28fb0f8e5cecc8a7a1a88008019dc3d0 \
- file://COPYING.libv4l;md5=d749e86a105281d7a44c2328acebc4b0
+ file://COPYING;md5=0ebceacbd7029b5e7051e9f529542b7c \
+ file://COPYING.libdvbv5;md5=209de6465458b9065125bd859a3081be \
+ file://COPYING.libv4l;md5=88b8889c2c4329d4cf18ce5895e64c16
# ----------------------------------------------------------------------------
# Prepare
@@ -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
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [ptxdist] [APPLIED] v4l-utils: version bump 1.28.1 -> 1.32.0
2025-10-13 7:37 [ptxdist] [PATCH v2] v4l-utils: version bump 1.28.1 -> 1.32.0 Sven Püschel
@ 2025-10-17 8:20 ` Michael Olbrich
0 siblings, 0 replies; 2+ messages in thread
From: Michael Olbrich @ 2025-10-17 8:20 UTC (permalink / raw)
To: ptxdist; +Cc: Sven Püschel
Thanks, applied as ee6e3149ad168bd930c1050024185a5ac3b28a38.
Michael
[sent from post-receive hook]
On Fri, 17 Oct 2025 10:20:53 +0200, Sven Püschel <s.pueschel@pengutronix.de> wrote:
> The FSF postal address is removed in the license files and replaced by
> appropriate links to the FSF and GNU websites.
>
> Signed-off-by: Sven Püschel <s.pueschel@pengutronix.de>
> Message-Id: <20251013073851.782778-1-s.pueschel@pengutronix.de>
> [mol: fix installing libv4l2tracer]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/v4l-utils.make b/rules/v4l-utils.make
> index 6f8191dd3c53..8c6edf597f40 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)
> @@ -23,9 +23,9 @@ V4L_UTILS_SOURCE := $(SRCDIR)/$(V4L_UTILS).$(V4L_UTILS_SUFFIX)
> V4L_UTILS_DIR := $(BUILDDIR)/$(V4L_UTILS)
> V4L_UTILS_LICENSE := GPL-2.0-or-later (tools); LGPL-2.1-or-later (libs)
> V4L_UTILS_LICENSE_FILES := \
> - file://COPYING;md5=48da9957849056017dc568bbc43d8975 \
> - file://COPYING.libdvbv5;md5=28fb0f8e5cecc8a7a1a88008019dc3d0 \
> - file://COPYING.libv4l;md5=d749e86a105281d7a44c2328acebc4b0
> + file://COPYING;md5=0ebceacbd7029b5e7051e9f529542b7c \
> + file://COPYING.libdvbv5;md5=209de6465458b9065125bd859a3081be \
> + file://COPYING.libv4l;md5=88b8889c2c4329d4cf18ce5895e64c16
>
> # ----------------------------------------------------------------------------
> # Prepare
> @@ -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 \
> @@ -132,7 +135,7 @@ ifdef PTXCONF_V4L_UTILS_V4L2SYSFSPATH
> endif
> ifdef PTXCONF_V4L_UTILS_TRACER
> @$(call install_copy, v4l-utils, 0, 0, 0755, -, /usr/bin/v4l2-tracer)
> - @$(call install_lib, v4l-utils, 0, 0, 0644, libv4l2tracer)
> + @$(call install_lib, v4l-utils, 0, 0, 0644, libv4l/libv4l2tracer)
> endif
> @$(call install_finish, v4l-utils)
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-10-17 8:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-10-13 7:37 [ptxdist] [PATCH v2] v4l-utils: version bump 1.28.1 -> 1.32.0 Sven Püschel
2025-10-17 8:20 ` [ptxdist] [APPLIED] " Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox