libinput: Update wip/libinput to 1.15.6

Changes:
 * ALPS touchpads now reduce slot-count based on the number of actual fingers
 * CLI for recording multiple devices simultaneously
 * New debug-tablet tool checks whether a tablet sends full axis values
 * Tablet forced proximity out won't happen while the pen is down
 * evdev-fallback: Use input_event_init for fallback
 * fix EVDEV_ABS overrides not recorded as defined in 60-evdev.hwdb
 * fix eraser button 1.14 regression for tablets that break the spec
 * fix touchpad scrolling 10% speed mismatch
 * quirks: Apple external trackpad, HP stream x360, MadCatz RAT3, RAT7
 * quirks: Lenovo X201, Logitech MX Master 2S, Sony Vaio
 * quirks: Razer keyboard, Trust mouse
 * record: drop quotes from os-release information
 * record: fix dmi modalias recording, fallback os-release file handling
 * scroll button locking
 * tablet pad keys support (e.g. to open the OSD)
 * tablet: reuse the AttrPressureRange quirk
 * touchpad: ratelimit the touch jump tests
 * udev: add the fuzz-to-zero program to the udev RUN list, don't overwrite
 * udev: directly import the device groups, don't use IMPORT+=
This commit is contained in:
Denys Nykula 2020-07-17 22:32:11 +03:00
parent 119c227b5a
commit 10422b764b
3 changed files with 16 additions and 8 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD$
DISTNAME= libinput-1.14.3
DISTNAME= libinput-1.15.6
CATEGORIES= devel
MASTER_SITES= https://www.freedesktop.org/software/libinput/
EXTRACT_SUFX= .tar.xz
@ -12,8 +12,10 @@ LICENSE= mit
USE_TOOLS+= pkg-config
pre-configure:
sed -i s/true/false/ ${WRKSRC}/*txt
SUBST_CLASSES+=allno
SUBST_STAGE.allno=pre-configure
SUBST_FILES.allno=*.txt
SUBST_SED.allno=s,true,false,
.include "../../wip/libevdev/buildlink3.mk"
.include "../../wip/libudev/buildlink3.mk"

View File

@ -6,10 +6,12 @@ lib/libinput.so.10
lib/libinput.so.10.13.0
lib/pkgconfig/libinput.pc
lib/udev/libinput-device-group
lib/udev/libinput-fuzz-override
lib/udev/libinput-fuzz-extract
lib/udev/libinput-fuzz-to-zero
lib/udev/rules.d/80-libinput-device-groups.rules
lib/udev/rules.d/90-libinput-fuzz-override.rules
libexec/libinput/libinput-debug-events
libexec/libinput/libinput-debug-tablet
libexec/libinput/libinput-list-devices
libexec/libinput/libinput-measure
libexec/libinput/libinput-measure-fuzz
@ -20,6 +22,7 @@ libexec/libinput/libinput-quirks
libexec/libinput/libinput-record
libexec/libinput/libinput-replay
man/man1/libinput-debug-events.1
man/man1/libinput-debug-tablet.1
man/man1/libinput-list-devices.1
man/man1/libinput-measure-fuzz.1
man/man1/libinput-measure-touch-size.1
@ -43,9 +46,11 @@ share/libinput/30-vendor-elantech.quirks
share/libinput/30-vendor-ibm.quirks
share/libinput/30-vendor-kensington.quirks
share/libinput/30-vendor-logitech.quirks
share/libinput/30-vendor-madcatz.quirks
share/libinput/30-vendor-microsoft.quirks
share/libinput/30-vendor-razer.quirks
share/libinput/30-vendor-synaptics.quirks
share/libinput/30-vendor-trust.quirks
share/libinput/30-vendor-vmware.quirks
share/libinput/30-vendor-wacom.quirks
share/libinput/50-system-acer.quirks
@ -57,6 +62,7 @@ share/libinput/50-system-dell.quirks
share/libinput/50-system-google.quirks
share/libinput/50-system-hp.quirks
share/libinput/50-system-lenovo.quirks
share/libinput/50-system-sony.quirks
share/libinput/50-system-system76.quirks
share/libinput/50-system-toshiba.quirks
share/zsh/site-functions/_libinput

View File

@ -1,6 +1,6 @@
$NetBSD$
SHA1 (libinput-1.14.3.tar.xz) = af23a4359202c24b592033f54347719a8f44d872
RMD160 (libinput-1.14.3.tar.xz) = ac8d31708628f2a54d2b2daf37d54701e2c2eee8
SHA512 (libinput-1.14.3.tar.xz) = f01d1bd1b25b8060519575644597d35f0c89de5386d298441f440128ceee3e57549921a058adec31adc8b33dbdedf4c0bd12c76905a69f752859d3136e26336d
Size (libinput-1.14.3.tar.xz) = 567560 bytes
SHA1 (libinput-1.15.6.tar.xz) = 3313a4d76df51e62dfd3cf84918352faa0cf21de
RMD160 (libinput-1.15.6.tar.xz) = 2c08d45ebe97b051e17e47813dcaf9a61562f7e8
SHA512 (libinput-1.15.6.tar.xz) = 90459e5a1f22fd42ffcbab157b461e4514c30803bcebdaced76c65c05cccfa6f259640a50497055fe7ed0b376a6979f6d1d01227ae447fe60ba88fa81142b969
Size (libinput-1.15.6.tar.xz) = 584184 bytes