Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
22 Dec 2020 09:43:23
1.16.4

|
manu  |
x11/libinput: Update to 1.16.4
PR: 251971
Submitted by: Neel Chauhan <neel@neelc.org> |
13 Oct 2020 19:47:22
1.16.2

|
zeising  |
x11/libinput: Update to 1.16.2
Update x11/libinput to 1.16.2
Changelog:
https://lists.freedesktop.org/archives/wayland-devel/2020-October/041640.html |
28 Sep 2020 20:05:01
1.16.1

|
zeising  |
x11/libinput: Update to 1.6.1
Update x11/libinput to 1.6.1
Changelogs:
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041578.html
https://lists.freedesktop.org/archives/wayland-devel/2020-August/041590.html
PR: 249553
Reported by: jbeich (similar patch)
Obtained from: FreeBSD Graphics Team git repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input |
01 Jul 2020 19:23:17
1.15.6

|
zeising  |
x11/libinput: Update to 1.15.6
Update x11/libinput to 1.15.6.
This is a bugfix release, mostly containing updates and changes to quirks
files. |
11 Apr 2020 12:24:07
1.15.5

|
zeising  |
x11/libinput: Update to 1.15.5
Update libinput to 1.15.5, this is a maintenance relase
Adds rate limit to certain error messages that can happen sometimes.
Mostly minor fixes in tools, documentation and linux-specific fixes. |
26 Mar 2020 12:37:32
1.15.4

|
jbeich  |
x11/libinput: Update to 1.15.4
Changes: https://gitlab.freedesktop.org/libinput/libinput/compare/1.15.2...1.15.4
Approved by: manu, zeising (x11)
Differential Revision: https://reviews.freebsd.org/D24194 |
21 Feb 2020 12:29:22
1.15.2

|
manu  |
x11/libinput: Update to 1.15.2
PR: 244240
Tested-by: jbeich
Approved by: x11 (zeising@) |
11 Feb 2020 19:01:54
1.15.1

|
zeising  |
x11/libinput: Update to 1.15.1
update x11/libinput to 1.15.1
PR: 240153 (based on)
Reported by: Greg V
Tested by: jbeich, manu, grembo |
06 Mar 2019 21:57:43
1.12.6_1

|
zeising  |
x11/libinput: Fix build on GCC-based architectures
Fix build of x11/libinput on GCC-based architectures. gnu90 is an alias for
gnu89, but is not understood by all versions of GCC, most notably, our base
version. Switch to use gnu89 instead.
While here, adjust patch context a bit.
A similar fix has been merged upstream.
PR: 235361
Submitted by: Jan Beich (fix)
Reported by: Piotr Kubaj (PR)
MFH: 2019Q1
X-MFH-note: If applicable, 2019Q1 might have old libinput version |
31 Jan 2019 07:55:55
1.12.6

|
zeising  |
x11/libinput: update to 1.12.6, fixup
Fix previous commit, r491694, by actually removing old patches and adding
new ones. This was missed in the transition from git to svn.
PR: 222905
Reported by: Greg V (original version)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Tested by: tcberner (kde@), andrnils@gmail.com
Sponsored by: B3 Init (zeising) |
31 Jan 2019 07:46:46
1.12.6

|
zeising  |
x11/libinput: Update to 1.12.6
Update libinput to 1.12.6.
This is the last remaining piece to bring us basically up to date with
upstream input stack.
PR: 222905
Reported by: Greg V (original version)
Obtained from: FreeBSDDesktop development repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports
Tested by: tcberner (kde@), andrnils@gmail.com
Sponsored by: B3 Init (zeising) |
05 Jan 2019 19:38:53
1.11.3_1

|
zeising  |
x11/libinput: Fix crash when listing devices
Fix a crash in x11/libinput when listing devices with libinput list-devices.
This is done by removing an old patch previously used to work arond
permission issues with /dev/input/*
PR: 234638
Reported by: Jan Beich
Fix from: Greg V
Reviewed by: Greg V
MFH: 2019Q1 |
30 Dec 2018 22:50:15
1.11.3

|
zeising  |
x11/libinput: Update to 1.11.3
Update x11/libinput to 1.11.3.
Switch to use the meson build system.
This adds a runtime dependency on python, since a bunch of libinput tools
uses python.
libinput tools, such as libinput-list-devices are now accessed through
bin/libinput.
Make wacom dependency an option (default to on). Make the gui tool
installation an option, default it to off.
Add upstream patches to detect epoll-shim, to work around issues with our
input.h headers, and to work around our lack of the versionsort() libc
function.
Remove old no longer needed patches.
PR: 222905 (based on)
Submitted by: Greg V
Obtained from: FreeBSD Graphics Team Development Repo
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input
https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/input-ports |
19 Dec 2018 09:09:11
1.6.0_3

|
zeising  |
Split out evdev headers from multimedia/v4l_compat
Split out evdev headers (input.h, input-event-codes.h, uinput.h) into their
own port, devel/evdev-proto, and update those to be current with the Linux
4.19 kernel. This is done in order to be able to update the rest of the
FreeBSD input stack, which is forthcoming.
By splititng out the evdev headers we can update them independent of other
updates in v4l_compat, which makes it easier for the graphics team to keep
track of them and keep them updated as needed.
Update devel/libevdev from 1.4.4 to 1.5.9 instead of trying to make it work
with the updated headers. This will be further updated.
Update devel/py-evdev from 0.5.0 to 0.8.1 instead of trying to make it work (Only the first 15 lines of the commit message are shown above ) |
29 Sep 2018 08:04:27
1.6.0_1

|
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
14 Sep 2018 20:42:02
1.6.0

|
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
11 Feb 2017 17:51:19
1.6.0

|
rezny  |
Update to 1.6.0
Approved by: swills (mentor)
Differential Revision: https://reviews.freebsd.org/D9542 |
29 Jan 2017 23:48:20
1.4.0

|
bapt  |
libinput is a library to handle input devices in Wayland compositors and
to provide a generic X.Org input driver. It provides device detection,
device handling, input device event processing and abstraction so
minimize the amount of custom input code compositors need to provide
the common set of functionality that users expect.
WWW: http://www.freedesktop.org/wiki/Software/libinput/
Obtained from: FreeBSDDesktop github |