pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

libevdev: Update wip/libevdev to 1.9.1



Module Name:	pkgsrc-wip
Committed By:	Denys Nykula <nykula%ukr.net@localhost>
Pushed By:	nykula
Date:		Fri Jul 17 22:32:06 2020 +0300
Changeset:	f971a61316276427c8e0bb2ff642f5882c7db5a1

Modified Files:
	libevdev/Makefile
	libevdev/PLIST
	libevdev/distinfo

Log Message:
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

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f971a61316276427c8e0bb2ff642f5882c7db5a1

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 libevdev/Makefile | 6 +++---
 libevdev/PLIST    | 4 +++-
 libevdev/distinfo | 8 ++++----
 3 files changed, 10 insertions(+), 8 deletions(-)

diffs:
diff --git a/libevdev/Makefile b/libevdev/Makefile
index 3ed4bc82b6..ee25659398 100644
--- a/libevdev/Makefile
+++ b/libevdev/Makefile
@@ -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"
diff --git a/libevdev/PLIST b/libevdev/PLIST
index dc337d7dec..9e6663827e 100644
--- a/libevdev/PLIST
+++ b/libevdev/PLIST
@@ -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
diff --git a/libevdev/distinfo b/libevdev/distinfo
index e362201074..c90ce3d5c7 100644
--- a/libevdev/distinfo
+++ b/libevdev/distinfo
@@ -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


Home | Main Index | Thread Index | Old Index