forked from pool/libei
Compare commits
4 Commits
Author | SHA256 | Date | |
---|---|---|---|
6290c80118 | |||
c302bf0469 | |||
0d92b20d40 | |||
5e5ccfe0e8 |
@@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e06f06aa4dd1f7d170a0e5194644fe5cc889adc9b7be16bed5f2c39145569a4
|
|
||||||
size 231338
|
|
BIN
libei-1.5.0.tar.gz
(Stored with Git LFS)
Normal file
BIN
libei-1.5.0.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@@ -1,3 +1,48 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Aug 26 08:05:24 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.5.0
|
||||||
|
* Previously a slow receiver would get disconnected as soon as
|
||||||
|
the other side encountered a writers' block. This is now worked
|
||||||
|
around via a larger queue.
|
||||||
|
* For the socket backend, the new
|
||||||
|
eis_backend_socket_get_client_pid() provides the client PID.
|
||||||
|
* ei_event_ref() and ei_event_unref() are now available to
|
||||||
|
clients in case the event needs to be kept outside the
|
||||||
|
immediate scope. This should still be handled with care.
|
||||||
|
* The handling of ei_pingpong and ei_sync is now that the
|
||||||
|
pong/sync reply is sent when the respective event is unref'd
|
||||||
|
(previously it was sent as soon as the event is retrieved from
|
||||||
|
libei(s)).
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Apr 1 08:16:14 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.1
|
||||||
|
* The ei_touchscreen version listed in the protocol was bumped
|
||||||
|
to version 2.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Feb 12 09:55:59 UTC 2025 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.4.0
|
||||||
|
* ei_disconnect() is now public
|
||||||
|
* libei now provides an ei_ping() call with a corresponding
|
||||||
|
EI_EVENT_PONG event.
|
||||||
|
* libeis now provides an eis_ping() call and EIS_EVENT_PONG
|
||||||
|
event
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Aug 9 22:37:39 UTC 2024 - Jan Engelhardt <jengelh@inai.de>
|
||||||
|
|
||||||
|
- Update to release 1.3.0
|
||||||
|
* Devices without regions or with multiple regions previously
|
||||||
|
failed region checks for touch events and absolute pointer
|
||||||
|
events (now fixed).
|
||||||
|
* liboeffis's ConnectToEIS dbus call is now async to avoid stalling
|
||||||
|
the client.
|
||||||
|
* many clarifications for ambiguity in the protocol documentation.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
Wed Jun 5 18:28:34 UTC 2024 - Callum Farmer <gmbr3@opensuse.org>
|
||||||
|
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package libei
|
# spec file for package libei
|
||||||
#
|
#
|
||||||
# Copyright (c) 2024 SUSE LLC
|
# Copyright (c) 2025 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
|
|
||||||
%define lname libei1
|
%define lname libei1
|
||||||
Name: libei
|
Name: libei
|
||||||
Version: 1.2.1
|
Version: 1.5.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Library for emulated input in Wayland
|
Summary: Library for emulated input in Wayland
|
||||||
License: MIT
|
License: MIT
|
||||||
@@ -74,8 +74,7 @@ libei is a library for Emulated Input, targeting the Wayland stack.
|
|||||||
%install
|
%install
|
||||||
%meson_install
|
%meson_install
|
||||||
|
|
||||||
%post -n %lname -p /sbin/ldconfig
|
%ldconfig_scriptlets -n %lname
|
||||||
%postun -n %lname -p /sbin/ldconfig
|
|
||||||
|
|
||||||
%files -n %lname
|
%files -n %lname
|
||||||
%_libdir/lib*.so.*
|
%_libdir/lib*.so.*
|
||||||
|
Reference in New Issue
Block a user