Port details |
- libevdev Linux Event Device library
- 1.13.2 devel =14 1.13.2Version of this port present on the latest quarterly branch.
- Maintainer: x11@FreeBSD.org
- Port Added: 2015-09-16 10:28:04
- Last Update: 2024-06-11 07:05:04
- Commit Hash: e1ed685
- People watching this port, also watch:: xorg-fonts-truetype, indexinfo, libXdamage, libevent, openjpeg
- License: MIT
- WWW:
- https://www.freedesktop.org/wiki/Software/libevdev/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- 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 = 1718002642
SHA256 (libevdev-1.13.2.tar.xz) = 3eca86a6ce55b81d5bce910637fc451c8bbe373b1f9698f375c7f1ad0de3ac48
SIZE (libevdev-1.13.2.tar.xz) = 460456
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 : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- This port is required by:
- for Libraries
-
- devel/evemu
- devel/qt6-base
- devel/wf-config
- emulators/86Box
- emulators/libretro-reicast
- emulators/mesen
- emulators/reicast
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- No options to configure
- Options name:
- devel_libevdev
- USES:
- meson pkgconfig python:build shebangfix tar:xz
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.13.2 11 Jun 2024 07:05:04 |
Emmanuel Vadot (manu) |
devel/libevdev: Update to 1.13.2
Changes: https://gitlab.freedesktop.org/libevdev/libevdev/-/compare/libevdev-1.13.1...libevdev-1.13.2
Differential Revision: https://reviews.freebsd.org/D45544
Sponsored by: Beckhoff Automation GmbH & Co. KG |
1.13.1 27 Jan 2024 08:19:51 |
Jan Beich (jbeich) |
devel/libevdev: update to 1.13.1
Changes: https://gitlab.freedesktop.org/libevdev/libevdev/-/compare/6ea230b...libevdev-1.13.1
PR: 276653
Approved by: manu |
1.9.1.20200928_1 13 Jan 2024 07:46:13 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
In my previous some ports got slipped which are fixed here.
Approved by: portmgr |
1.9.1.20200928 12 Jul 2023 18:56:04 |
Felix Palmen (zirias) |
bsd.sites.mk: Update all ports using USE_GITLAB
Replace GL_COMMIT by GL_TAGNAME in all ports. The new GL_TAGNAME is
backwards-compatible (accepting any commit hash as before), but also
understands an actual tag name. Moving to tag names where appropriate is
left to individual ports' maintainers.
Approved by: portmgr (tcberner, mentor)
Differential Revision: https://reviews.freebsd.org/D37077 |
1.9.1.20200928 27 Jun 2023 19:34:34 |
Rene Ladan (rene) |
all: remove explicit versions in USES=python for "3.x+"
The logic in USES=python will automatically convert this to 3.8+ by
itself.
Adjust two ports that only had Python 3.7 mentioned but build fine
on Python 3.8 too.
finance/quickfix: mark BROKEN with PYTHON
libtool: compile: c++ -DHAVE_CONFIG_H -I. -I../.. -I -I. -I.. -I../.. -I../C++
-DLIBICONV_PLUG -DPYTHON_MAJOR_VERSION=3 -Wno-unused-variable
-Wno-maybe-uninitialized -O2 -pipe -DLIBICONV_PLUG -fstack-protector-strong
-fno-strict-aliasing -DLIBICONV_PLUG -Wall -ansi
-Wno-unused-command-line-argument -Wpointer-arith -Wwrite-strings
-Wno-overloaded-virtual -Wno-deprecated-declarations -Wno-deprecated -std=c++0x
-MT _quickfix_la-QuickfixPython.lo -MD -MP -MF
.deps/_quickfix_la-QuickfixPython.Tpo -c QuickfixPython.cpp -fPIC -DPIC -o
.libs/_quickfix_la-QuickfixPython.o
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean
'-Wno-uninitialized'? [-Wunknown-warning-option]
QuickfixPython.cpp:175:11: fatal error: 'Python.h' file not found
^~~~~~~~~~
1 warning and 1 error generated.
Reviewed by: portmgr, vishwin, yuri
Differential Revision: <https://reviews.freebsd.org/D40568> |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
1.9.1.20200928 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
1.9.1.20200928 09 Apr 2021 18:44:23 |
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 |
1.9.1.20200928 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.9.1.20200928 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.9.1.20200928 30 Sep 2020 19:40:39 |
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 |
1.5.9_2 28 Sep 2020 19:59:57 |
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. |
1.5.9_1 27 Nov 2019 09:53:11 |
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 |
1.5.9 19 Oct 2019 06:53:13 |
tobik |
devel/libevdev: Drop unhooked TEST_USES helper
USES=pkgconfig is always in USES anyway. |
1.5.9 19 Dec 2018 09:09:11 |
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 ) |
1.4.4_1 29 Sep 2018 08:04:27 |
riggs |
Bump PORTREVISION to chase update of multimedia/v4l_compat and libv4l |
1.4.4 14 Sep 2018 20:37:01 |
sunpoet |
Update WWW
Approved by: portmgr (blanket) |
1.4.4 01 Apr 2016 14:00:57 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight |
1.4.4 17 Sep 2015 04:13:53 |
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. |
1.4.4 16 Sep 2015 10:27:38 |
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/ |