forked from pool/libinput
libinput-0.6.0
OBS-URL: https://build.opensuse.org/package/show/X11:Wayland/libinput?expand=0&rev=11
This commit is contained in:
parent
4ba7d7de4c
commit
2279ba9719
@ -1 +1 @@
|
||||
libinput3
|
||||
libinput5
|
||||
|
BIN
libinput-0.5.0.tar.xz
(Stored with Git LFS)
BIN
libinput-0.5.0.tar.xz
(Stored with Git LFS)
Binary file not shown.
Binary file not shown.
BIN
libinput-0.6.0.tar.xz
(Stored with Git LFS)
Normal file
BIN
libinput-0.6.0.tar.xz
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
libinput-0.6.0.tar.xz.sig
Normal file
BIN
libinput-0.6.0.tar.xz.sig
Normal file
Binary file not shown.
@ -1,3 +1,23 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 12 10:54:15 UTC 2014 - jengelh@inai.de
|
||||
|
||||
- Update to new upstream release 0.6.0
|
||||
* This release has some API changes, namely:
|
||||
"libinput_device_get_keys" is deprecated.
|
||||
* Initial device state can now always be assumed to be that no
|
||||
keys are pressed. Calibration of touch devices has been changed
|
||||
to be using a normalized calibration matrix. While
|
||||
libinput_device_calibrate has undergone this change, it has
|
||||
also been deprecated and replaced with a configuration API.
|
||||
* The implicit reading of the udev parameter WL_CALIBRATION has
|
||||
been removed in favor for LIBINPUT_CALIBRATION_MATRIX. The
|
||||
usage of WL_CALIBRATION was broken because the translation part
|
||||
of its matrix was in pixels which is a metric not available in
|
||||
libinput. The new calibration matrix avoids this by having the
|
||||
translation be normalized to the dimension of the device
|
||||
dimensions. See the documentation for details about how to use
|
||||
the LIBINPUT_CALIBRATION_MATRIX udev parameter.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Aug 22 21:14:17 UTC 2014 - jengelh@inai.de
|
||||
|
||||
|
@ -17,13 +17,13 @@
|
||||
|
||||
|
||||
Name: libinput
|
||||
%define lname libinput3
|
||||
Version: 0.5.0
|
||||
%define lname libinput5
|
||||
Version: 0.6.0
|
||||
Release: 0
|
||||
Summary: Input device and event processing library
|
||||
License: HPND
|
||||
Group: Development/Libraries/C and C++
|
||||
Url: http://wayland.freedesktop.org/
|
||||
Url: http://www.freedesktop.org/wiki/Software/libinput/
|
||||
|
||||
#Git-Clone: git://anongit.freedesktop.org/wayland/libinput
|
||||
#Git-Web: http://cgit.freedesktop.org/wayland/libinput/
|
||||
@ -102,7 +102,7 @@ export XDG_RUNTIME_DIR="$PWD/xdg"
|
||||
|
||||
%files -n %lname
|
||||
%defattr(-,root,root)
|
||||
%_libdir/libinput.so.3*
|
||||
%_libdir/libinput.so.5*
|
||||
|
||||
%files devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user