pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/graphics/libv4l
Module Name: pkgsrc
Committed By: ryoon
Date: Mon Nov 17 11:25:07 UTC 2025
Modified Files:
pkgsrc/graphics/libv4l: Makefile distinfo
pkgsrc/graphics/libv4l/patches: patch-meson.build
Log Message:
graphics/libv4l: Remove reference to bash
* gen_media_bus_format_names.sh script does not have any bash-specific things.
Remove reference to bash.
* Bump PKGREVISON for dependency change.
To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/graphics/libv4l/Makefile \
pkgsrc/graphics/libv4l/distinfo
cvs rdiff -u -r1.1 -r1.2 pkgsrc/graphics/libv4l/patches/patch-meson.build
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/graphics/libv4l/Makefile
diff -u pkgsrc/graphics/libv4l/Makefile:1.26 pkgsrc/graphics/libv4l/Makefile:1.27
--- pkgsrc/graphics/libv4l/Makefile:1.26 Mon Nov 17 07:44:44 2025
+++ pkgsrc/graphics/libv4l/Makefile Mon Nov 17 11:25:07 2025
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.26 2025/11/17 07:44:44 wiz Exp $
+# $NetBSD: Makefile,v 1.27 2025/11/17 11:25:07 ryoon Exp $
LIBV4L_VERS= 1.32.0
DISTNAME= v4l-utils-${LIBV4L_VERS}
+PKGREVISION= 1
CATEGORIES= graphics
PKGNAME= libv4l-${LIBV4L_VERS}
MASTER_SITES= https://www.linuxtv.org/downloads/v4l-utils/
@@ -16,7 +17,7 @@ FORTIFY_SUPPORTED= no
USE_GCC_RUNTIME= yes
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
-USE_TOOLS+= bash gmake perl
+USE_TOOLS+= gmake perl
MESON_ARGS+= -Dlibdvbv5=disabled
MESON_ARGS+= -Dv4l-utils=false
Index: pkgsrc/graphics/libv4l/distinfo
diff -u pkgsrc/graphics/libv4l/distinfo:1.26 pkgsrc/graphics/libv4l/distinfo:1.27
--- pkgsrc/graphics/libv4l/distinfo:1.26 Sat Nov 15 11:57:44 2025
+++ pkgsrc/graphics/libv4l/distinfo Mon Nov 17 11:25:07 2025
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.26 2025/11/15 11:57:44 ryoon Exp $
+$NetBSD: distinfo,v 1.27 2025/11/17 11:25:07 ryoon Exp $
BLAKE2s (v4l-utils-1.32.0.tar.xz) = 6386fa6aff492060f49b3c44537b14a7f2b59c94b906e6a3e4b3049be4444a3f
SHA512 (v4l-utils-1.32.0.tar.xz) = 5bf24c28ec66a7ac1a0c9ee976521d825d4c2f8abbbeb59c7ac55e89db10dde6ebb643d238d217d636d79fda363244558fee1effe8c5e8c573c1a3e957fe391f
@@ -16,4 +16,4 @@ SHA1 (patch-lib_libv4lconvert_control_li
SHA1 (patch-lib_libv4lconvert_libv4lconvert.c) = 3e248d1edbb52409a7d355ffd60e5b3cbe870fa7
SHA1 (patch-lib_libv4lconvert_libv4lsyscall-priv.h) = c6dfcc4d84fb1553ebd0396e1b4a9e7e4f43417a
SHA1 (patch-lib_libv4lconvert_processing_libv4lprocessing.h) = ecb02a055df546eb0f4bcea96f1a55e312495cdd
-SHA1 (patch-meson.build) = be1de5114fcc1f295701bb3a0e0e2ffae42b7eb8
+SHA1 (patch-meson.build) = a5d3be4215e8401af200c658b270445219a35b03
Index: pkgsrc/graphics/libv4l/patches/patch-meson.build
diff -u pkgsrc/graphics/libv4l/patches/patch-meson.build:1.1 pkgsrc/graphics/libv4l/patches/patch-meson.build:1.2
--- pkgsrc/graphics/libv4l/patches/patch-meson.build:1.1 Sat Nov 15 11:57:44 2025
+++ pkgsrc/graphics/libv4l/patches/patch-meson.build Mon Nov 17 11:25:07 2025
@@ -1,6 +1,6 @@
-$NetBSD: patch-meson.build,v 1.1 2025/11/15 11:57:44 ryoon Exp $
+$NetBSD: patch-meson.build,v 1.2 2025/11/17 11:25:07 ryoon Exp $
---- meson.build.orig 2025-11-02 12:11:37.113321211 +0000
+--- meson.build.orig 2025-10-05 09:51:26.000000000 +0000
+++ meson.build
@@ -45,7 +45,6 @@ common_arguments = [
'-Wno-psabi',
@@ -10,3 +10,12 @@ $NetBSD: patch-meson.build,v 1.1 2025/11
'-DGETSUBOPT_IGNORE_COMMA_IN_BRACKET',
'-include', meson.current_build_dir() / 'config.h',
]
+@@ -82,7 +81,7 @@ endif
+
+ v4l2_utils_incdir = include_directories(v4l2_utils_incdir_arr)
+
+-prog_bash = find_program('bash')
++prog_bash = find_program('sh')
+ prog_doxygen = find_program('doxygen', required : get_option('doxygen-doc'))
+ prog_grep = find_program('grep')
+ prog_perl = find_program('perl')
Home |
Main Index |
Thread Index |
Old Index