diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-05-27 16:23:05 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2024-08-07 09:58:00 -0500 |
commit | 99412acb947b4d6a77a53a396f214b2012098872 (patch) | |
tree | eb84d4d81e7e108d871ccfca1120aede4d076cf3 /user/v4l-utils/time64.patch | |
parent | 358eab1e8114163eab5cf227a5743f6f92bea8f7 (diff) | |
download | packages-99412acb947b4d6a77a53a396f214b2012098872.tar.gz packages-99412acb947b4d6a77a53a396f214b2012098872.tar.bz2 packages-99412acb947b4d6a77a53a396f214b2012098872.tar.xz packages-99412acb947b4d6a77a53a396f214b2012098872.zip |
user/v4l-utils: Update to 1.26.1
* Convert to Meson build system.
* Use upstream provided .desktop/icon files.
* Add qvidcap to qv4l2 package and auto-install when v4l-utils and
Qt5::X11 are installed.
* Remove patches which have all been applied to upstream.
Diffstat (limited to 'user/v4l-utils/time64.patch')
-rw-r--r-- | user/v4l-utils/time64.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/user/v4l-utils/time64.patch b/user/v4l-utils/time64.patch deleted file mode 100644 index 42092a773..000000000 --- a/user/v4l-utils/time64.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- v4l-utils-1.18.0/utils/keytable/keytable.c.old 2019-09-22 09:22:54.000000000 +0000 -+++ v4l-utils-1.18.0/utils/keytable/keytable.c 2020-01-20 02:38:23.659004998 +0000 -@@ -1533,7 +1533,7 @@ - - for (i = 0; i < rd / sizeof(struct input_event); i++) { - printf(_("%ld.%06ld: event type %s(0x%02x)"), -- ev[i].time.tv_sec, ev[i].time.tv_usec, -+ ev[i].input_event_sec, ev[i].input_event_usec, - get_event_name(events_type, ev[i].type), ev[i].type); - - switch (ev[i].type) { |