From dfd3e911fe7fba12600abe9c550521bc32b60137 Mon Sep 17 00:00:00 2001 From: Tim Tassonis Date: Thu, 30 Nov 2023 11:59:18 +0100 Subject: [PATCH] Update to v4l-utils-1.26.0. --- introduction/welcome/changelog.xml | 10 ++++++++ multimedia/libdriv/v4l-utils.xml | 40 ++++++++++++++++++++++++------ packages.ent | 2 +- 3 files changed, 43 insertions(+), 9 deletions(-) diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml index f4f37f3e67..7a88418c6b 100644 --- a/introduction/welcome/changelog.xml +++ b/introduction/welcome/changelog.xml @@ -38,6 +38,16 @@ --> + + November 30th, 2023 + + + [timtas] - Update to v4l-utils-1.26.0. Fixes + #18916. + + + + November 29th, 2023 diff --git a/multimedia/libdriv/v4l-utils.xml b/multimedia/libdriv/v4l-utils.xml index 31ddf34cba..2e5a4f0ec3 100644 --- a/multimedia/libdriv/v4l-utils.xml +++ b/multimedia/libdriv/v4l-utils.xml @@ -6,9 +6,9 @@ - - - + + + ]> @@ -108,10 +108,13 @@ the following commands: -./configure --prefix=/usr \ - --sysconfdir=/etc \ - --disable-static && -make +mkdir build && +cd build && +meson setup --prefix=/usr -Ddoxygen-doc=disabled \ + -Dgconv=disabled --buildtype=release .. + +ninja + This package does not come with a test suite. @@ -121,10 +124,31 @@ make Now, as the root user: -make -j1 install +ninja install + + + If you also wish to install the contrib programs, add: + + +for prog in sdlcam v4l2gl v4l2grab +do + cp -v contrib/test/$prog $DESTDIR/usr/bin/. +done + + + Command Explanations + + + -Dgconv=disabled: This switch disables + the erroneous installation of gconv-modules that would break glibc. + + + + + Contents diff --git a/packages.ent b/packages.ent index 02d68e9692..c5f0aab621 100644 --- a/packages.ent +++ b/packages.ent @@ -1079,7 +1079,7 @@ - +