[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
10/16: gnu: v4l-utils: Remove input labels.
From: |
guix-commits |
Subject: |
10/16: gnu: v4l-utils: Remove input labels. |
Date: |
Tue, 9 Aug 2022 18:29:48 -0400 (EDT) |
mbakke pushed a commit to branch master
in repository guix.
commit 0a9d99bc8cf8348d7fdb989e4bec364cc083ed67
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Tue Aug 9 22:17:59 2022 +0200
gnu: v4l-utils: Remove input labels.
* gnu/packages/video.scm (v4l-utils)[inputs]: Remove labels.
---
gnu/packages/video.scm | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 754f9431d3..44ae49ac1c 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -3287,12 +3287,12 @@ tools, XML authoring components, and an extensible
plug-in based API.")
(native-inputs
(list perl pkg-config))
(inputs
- `(("alsa-lib" ,alsa-lib)
- ("glu" ,glu)
- ("libjpeg" ,libjpeg-turbo)
- ("libx11" ,libx11)
- ("qtbase" ,qtbase-5)
- ("eudev" ,eudev)))
+ (list alsa-lib
+ glu
+ libjpeg-turbo
+ libx11
+ qtbase-5
+ eudev))
(synopsis "Realtime video capture utilities for Linux")
(description "The v4l-utils provide a series of libraries and utilities to
be used for realtime video capture via Linux-specific APIs.")
- branch master updated (4b780d002d -> 02de6a5981), guix-commits, 2022/08/09
- 02/16: gnu: cereal: List all licenses that apply., guix-commits, 2022/08/09
- 03/16: gnu: liburing: Update to 2.2., guix-commits, 2022/08/09
- 07/16: gnu: box2d: Unbundle doctest., guix-commits, 2022/08/09
- 16/16: gnu: freeimage: Remove input labels., guix-commits, 2022/08/09
- 10/16: gnu: v4l-utils: Remove input labels.,
guix-commits <=
- 12/16: gnu: spdlog: Prevent test failure on busy machines., guix-commits, 2022/08/09
- 01/16: gnu: cereal: Update to 1.3.2., guix-commits, 2022/08/09
- 04/16: gnu: libbpf: Update to 0.8.1., guix-commits, 2022/08/09
- 05/16: gnu: bcc: Update to 0.24.0., guix-commits, 2022/08/09
- 06/16: gnu: bpftrace: Update to 0.15.0., guix-commits, 2022/08/09
- 08/16: gnu: ungoogled-chromium: Install crashpad handler., guix-commits, 2022/08/09
- 09/16: gnu: v4l-utils: Update to 1.22.1., guix-commits, 2022/08/09
- 11/16: gnu: python-tlsh: Update to 4.11.2., guix-commits, 2022/08/09
- 13/16: gnu: multipath-tools: Remove input labels., guix-commits, 2022/08/09
- 14/16: gnu: multipath-tools: Update to 0.9.0., guix-commits, 2022/08/09