Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2f5f87ca9a8ba0942c016e475e6514eb3b477190)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Florian Franzmann <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2f5f87ca9a8ba0942c016e475e6514eb3b477190)
  • Date: Fri, 7 Jan 2022 00:06:52 +0000

GIT changes to master grimoire by Florian Franzmann <bwlf AT bandrate.org>:

video/v4l-utils/DETAILS
| 3 -
video/v4l-utils/HISTORY
| 4 +
video/v4l-utils/patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch
| 27 ----------
3 files changed, 5 insertions(+), 29 deletions(-)

New commits:
commit 2f5f87ca9a8ba0942c016e475e6514eb3b477190
Author: Florian Franzmann <bwlf AT bandrate.org>
Commit: Florian Franzmann <bwlf AT bandrate.org>

video/v4l-utils: version 1.22.1

diff --git a/video/v4l-utils/DETAILS b/video/v4l-utils/DETAILS
index d6c2345..49584bf 100755
--- a/video/v4l-utils/DETAILS
+++ b/video/v4l-utils/DETAILS
@@ -1,6 +1,5 @@
SPELL=v4l-utils
- VERSION=1.20.0
- PATCHLEVEL=1
+ VERSION=1.22.1
SOURCE=$SPELL-$VERSION.tar.bz2
SOURCE_URL[0]=https://linuxtv.org/downloads/$SPELL/$SOURCE
SOURCE2=$SOURCE.asc
diff --git a/video/v4l-utils/HISTORY b/video/v4l-utils/HISTORY
index cdbb073..a3a7552 100644
--- a/video/v4l-utils/HISTORY
+++ b/video/v4l-utils/HISTORY
@@ -1,3 +1,7 @@
+2022-01-06 Florian Franzmann <bwlf AT bandrate.org>
+ * DETAILS: version 1.22.1
+ * patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch: removed
+
2020-09-22 Thomas Orgis <sobukus AT sourcemage.org>
* CONFIGURE: add option to disable bpf code that has
build trouble here
diff --git
a/video/v4l-utils/patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch
b/video/v4l-utils/patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch
deleted file mode 100644
index a164530..0000000
---
a/video/v4l-utils/patches/0001-keytable-Fix-missing-inclusion-of-argp.h.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From 9d42640d413262d685211bb099bbbb6e58239523 Mon Sep 17 00:00:00 2001
-From: Ismael Luceno <ismael AT iodev.co.uk>
-Date: Thu, 9 Jul 2020 19:39:12 +0200
-Subject: [PATCH] keytable: Fix missing inclusion of argp.h
-
-error_t is only defined by argp.h on non-glibc systems.
-
-Signed-off-by: Ismael Luceno <ismael AT iodev.co.uk>
----
- utils/keytable/bpf_load.c | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/utils/keytable/bpf_load.c b/utils/keytable/bpf_load.c
-index 9f64cf4e91e8..7ae9af4a57be 100644
---- a/utils/keytable/bpf_load.c
-+++ b/utils/keytable/bpf_load.c
-@@ -13,6 +13,7 @@
- #include <stdlib.h>
- #include <linux/bpf.h>
- #include <assert.h>
-+#include <argp.h>
- #include "keymap.h"
- #include "bpf.h"
- #include "bpf_load.h"
---
-2.27.0
-



  • [SM-Commit] GIT changes to master grimoire by Florian Franzmann (2f5f87ca9a8ba0942c016e475e6514eb3b477190), Florian Franzmann, 01/06/2022

Archive powered by MHonArc 2.6.24.

Top of Page