Port details on branch 2024Q3 |
- libcec Library to control Pulse-Eight's HDMI-CEC adapter
- 6.0.2_2 multimedia =4 6.0.2_2Version of this port present on the latest quarterly branch.
- Maintainer: sunpoet@FreeBSD.org
- Port Added: 2012-11-29 18:44:15
- Last Update: 2024-10-14 05:25:19
- Commit Hash: 02bb36f
- People watching this port, also watch:: autoconf, p5-MIME-Tools, libssh, xcb-util-image, woff2
- License: GPLv2
- WWW:
- https://libcec.pulse-eight.com/
- https://github.com/Pulse-Eight/libcec
- Description:
- libCEC allows you in combination with the right hardware to control your device
with your TV remote control utilising your existing HDMI cabling. This library
is an enabling platform for the CEC bus in HDMI, it allows developers to
interact with other HDMI devices without having to worry about the communication
overhead, handshaking, and the various ways of sending a message for each
vendor.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libcec>0:multimedia/libcec
- To install the port:
- cd /usr/ports/multimedia/libcec/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/libcec
- pkg install libcec
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libcec
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595416529
SHA256 (Pulse-Eight-libcec-libcec-6.0.2_GH0.tar.gz) = 090696d7a4fb772d7acebbb06f91ab92e025531c7c91824046b9e4e71ecb3377
SIZE (Pulse-Eight-libcec-libcec-6.0.2_GH0.tar.gz) = 355807
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:
-
- swig : devel/swig
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- python3.11 : lang/python311
- Library dependencies:
-
- libp8-platform.so : devel/p8-platform
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Libraries
-
- multimedia/jellyfin-media-player
- multimedia/kodi
- multimedia/py-cec
-
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:
- ===> The following configuration options are available for libcec-6.0.2_2:
PYTHON=on: Build python wrapper
X11=on: X11 (graphics) support
===> Use 'make config' to modify these settings
- Options name:
- multimedia_libcec
- USES:
- alias cmake compiler:c++11-lib pathfix pkgconfig shebangfix python:build
- pkg-message:
- For install:
- WARNING:
You need write permissions on the USB device to make it work properly.
Consider adding your user to the operator group:
% pw groupmod operator -m jerry
and adding a rule in /etc/devfs.rules like this one:
[system=10]
add path 'ttyU*' mode 0660 group operator
To load this new rule add the following to /etc/rc.conf:
devfs_system_ruleset="system"
Then restart devfs to load the new rule:
% service devfs restart
- Master Sites:
|