libevdev: Update wip/libevdev to 1.9.1

Changes:
 * Don't overrun the changes array when synching > MAX_SLOTS
 * Fix touches after a SYN_DROPPED
 * Meson
 * include: sync event codes with kernel 5.7
 * libevdev: any value less than 0 has a NULL name
 * tools: rename the example device in the touchpad-edge-detector
 * tools: specify width by height in the edge-detector help
This commit is contained in:
Denys Nykula 2020-07-17 22:32:06 +03:00
parent 8c7fcda954
commit f971a61316
3 changed files with 10 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= libevdev-1.8.0
DISTNAME= libevdev-1.9.1
CATEGORIES= devel
MASTER_SITES= https://www.freedesktop.org/software/libevdev/
EXTRACT_SUFX= .tar.xz
@ -11,7 +11,7 @@ COMMENT= Keyboard and mouse events, capability bits
LICENSE= mit
ONLY_FOR_PLATFORM= Linux-*-*
USE_TOOLS+= gmake
GNU_CONFIGURE= yes
MESON_ARGS+= -Ddocumentation=disabled -Dtests=disabled
.include "../../devel/meson/build.mk"
.include "../../mk/bsd.pkg.mk"

View File

@ -4,6 +4,8 @@ bin/mouse-dpi-tool
bin/touchpad-edge-detector
include/libevdev-1.0/libevdev/libevdev-uinput.h
include/libevdev-1.0/libevdev/libevdev.h
lib/libevdev.la
lib/libevdev.so
lib/libevdev.so.2
lib/libevdev.so.2.3.0
lib/pkgconfig/libevdev.pc
man/man3/libevdev.3

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (libevdev-1.8.0.tar.xz) = 4392d28fb91a5f6eb404aab531526f5fa0bbe73d
RMD160 (libevdev-1.8.0.tar.xz) = 1840acb29b484b00a30a0e5012841c057c672c1f
SHA512 (libevdev-1.8.0.tar.xz) = 8d285632f4fe87c01e81f94e514bec4e37fed4bc44d6d38b9297dba1114e42f6ed8d143fc05f3d0e8d51b08b659e34481dc4c65f60421c54e2f3e11efbafdeb4
Size (libevdev-1.8.0.tar.xz) = 439000 bytes
SHA1 (libevdev-1.9.1.tar.xz) = b61c6a09446d717edc4971f7bc3ce9ffa2f05306
RMD160 (libevdev-1.9.1.tar.xz) = 3e09951b3bc947a7a0bf86ac58f3d2a2f8c79471
SHA512 (libevdev-1.9.1.tar.xz) = 7d845ce2279d2e2ef12437f6218550265ea0c85e5b6c0d116aff09787b73626b338fe3084baff060085d393688b5ae3d33772689e0581684eff257af01c4c645
Size (libevdev-1.9.1.tar.xz) = 442740 bytes