Port details |
- libevdev Linux Event Device library
- 1.9.1.20200928 devel
=11 Version of this port present on the latest quarterly branch. - Maintainer: x11@FreeBSD.org
 - Port Added: 2015-09-16 10:28:04
- Last Update: 2021-04-09 18:44:23
- Commit Hash: 911f042
- People watching this port, also watch:: libunwind, fribidi, font-misc-meltho, mkfontscale, pcre
- License: MIT
- Description:
- libevdev is a wrapper library for evdev devices. It moves the common
tasks when dealing with evdev devices into a library and provides a
library interface to the callers, thus avoiding erroneous ioctls, etc.
The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary.
WWW: https://www.freedesktop.org/wiki/Software/libevdev/
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libevdev>0:devel/libevdev
- To install the port:
- cd /usr/ports/devel/libevdev/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/libevdev
- pkg install libevdev
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libevdev
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617890454
SHA256 (libevdev-libevdev-6ea230bc72353c54fac628987b87cc1d3b6fd842_GL0.tar.gz) = ee1886dd689e715ea625066a380b1d6c4e7d433dbfff72d5801e72194269e5ed
SIZE (libevdev-libevdev-6ea230bc72353c54fac628987b87cc1d3b6fd842_GL0.tar.gz) = 166261
- Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- meson>=0.57.1_1 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.8 : lang/python38
- This port is required by:
- for Libraries
-
- devel/evemu
- devel/wf-config
- emulators/libretro-flycast
- emulators/libretro-reicast
- emulators/mesen
- emulators/reicast
- emulators/rpcs3
- Configuration Options:
- No options to configure
- Options name:
- devel_libevdev
- USES:
- meson pkgconfig python:3.5+,build shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
09 Apr 2021 18:44:23 1.9.1.20200928 |
Matthias Fechner (mfechner)  |
Regenerate all distfiles using gitlab as source.
This regeneration is required as the new gitlab version changed
the address and the directory the source files can be downloaded.
This commit also applies some small fixes to make sure all ports using
gitlab are buildable.
Reviewed by: mat
Approved by: portmgr
Differential Revision: https://reviews.freebsd.org/D29628 |
07 Apr 2021 08:09:01 1.9.1.20200928 |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 1.9.1.20200928 |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
30 Sep 2020 19:40:39
1.9.1.20200928 |
zeising  |
devel/libevdev: Update to teh lastest snapshot
Update devel/libevdev to the latest snapshot.
This snapshot is comparable to libevdev 1.9.1 with added FreeBSD support and
some minor fixes.
Remove local patches for FreeBSD support, as FreeBSD support has been
developed and committed upstream.
Switch to use meson instead of autotools for builds
Use bundled files instead of evdev-proto, similar to how x11/libinput is
done.
Pass maintainership to x11@, since this port is used in the xorg and wayland
input stack.
PR: 249961
Submitted by: zeising
Approved by: hselasky (maintainer)
Obtained from: FreeBSD Graphics Team git repo |
28 Sep 2020 19:59:57
1.5.9_2 |
zeising  |
Bump portrevision for devel/evdev-proto
Bump portrevision on everything with a build dependency on
devel/evdev-proto, to chace the update of evdev-proto in r550442. |
27 Nov 2019 09:53:11
1.5.9_1 |
tobik  |
devel/evdev-proto: Update to 5.3
There are currently 3 copies of joystick.h in the ports tree with
more on the way. Provide it in evdev-proto instead to avoid adding
more copies and to allow removing the existing ones.
PR: 241348
Submitted by: rozhuk.im@gmail.com
Reviewed by: wulf
Approved by: portmgr (antoine)
Exp-run by: antoine |
19 Oct 2019 06:53:13
1.5.9 |
tobik  |
devel/libevdev: Drop unhooked TEST_USES helper
USES=pkgconfig is always in USES anyway. |
19 Dec 2018 09:09:11
1.5.9 |
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.4.4_1 |
riggs  |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
14 Sep 2018 20:37:01
1.4.4 |
sunpoet  |
Update WWW
Approved by: portmgr (blanket) |
01 Apr 2016 14:00:57
1.4.4 |
mat  |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
17 Sep 2015 04:13:53
1.4.4 |
jbeich  |
devel/libevdev: drop unused pkgconfig build dependency
pkg-config is only needed to detect libcheck used to build tests.
Running tests requires /dev/uinput which is only implemented by
evdev(4) from GSoC2014 but not webcamd. |
16 Sep 2015 10:27:38
1.4.4 |
jbeich  |
devel/libevdev: add new port
PR: 196978
Submitted by: hselasky
libevdev is a wrapper library for evdev devices. It moves the common
tasks when dealing with evdev devices into a library and provides a
library interface to the callers, thus avoiding erroneous ioctls, etc.
The eventual goal is that libevdev wraps all ioctls available to evdev
devices, thus making direct access unnecessary.
http://www.freedesktop.org/wiki/Software/libevdev/ |