Port details |
- kmscube Example KMS/GBM/EGL application
- s20201028_1 graphics
=1 s20201028_1Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2020-11-07 16:40:40
- Last Update: 2022-04-30 08:03:20
- Commit Hash: ca3f925
- People watching this port, also watch:: scrot, php80-pdo_mysql, v4l-utils, coreutils, tmux
- License: MIT
- Description:
- kmscube is a little demonstration program for how to drive bare metal
graphics without a compositor like X11, Wayland or similar, using
DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL
for rendering content using OpenGL or OpenGL ES.
WWW: https://gitlab.freedesktop.org/mesa/kmscube
- SVNWeb : git : Homepage
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- kmscube>0:graphics/kmscube
- To install the port:
- cd /usr/ports/graphics/kmscube/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/kmscube
- pkg install kmscube
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: kmscube
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1617891426
SHA256 (mesa-kmscube-e6386d1b99366ea7559438c0d3abd2ae2d6d61ac_GL0.tar.gz) = 952b85a88361a3c5e2195df3f1bb659246e3f28a7a7e0d57900be20f4d294042
SIZE (mesa-kmscube-e6386d1b99366ea7559438c0d3abd2ae2d6d61ac_GL0.tar.gz) = 160503
- 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
- Library dependencies:
-
- libdrm.so : graphics/libdrm
- libpng.so : graphics/png
- libEGL.so : graphics/libglvnd
- libgbm.so : graphics/mesa-libs
- libGLESv2.so : graphics/libglvnd
- There are no ports dependent upon this port
- Configuration Options:
- ===> The following configuration options are available for kmscube-s20201028_1:
GSTREAMER=off: Multimedia support via GStreamer
PNG=on: PNG image format support
===> Use 'make config' to modify these settings
- Options name:
- graphics_kmscube
- USES:
- gl meson pkgconfig
- 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 |
30 Apr 2022 08:03:20 s20201028_1
|
Tobias C. Berner (tcberner)  |
framework: convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert bsd.gstreamer.mk to Uses/gstreamer.mk
- convert ports tree to make use of USES=gstreamer
- remove duplicate dependency lines from the tree
Differential Revision: https://reviews.freebsd.org/D35097 |
22 Jun 2021 18:53:08 s20201028_1
|
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
09 Apr 2021 18:44:23 s20201028
|
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 s20201028
|
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
06 Apr 2021 14:31:07 s20201028
|
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
07 Nov 2020 16:40:30
s20201028
|
jbeich  |
graphics/kmscube: add new port
kmscube is a little demonstration program for how to drive bare metal
graphics without a compositor like X11, Wayland or similar, using
DRM/KMS (kernel mode setting), GBM (graphics buffer manager) and EGL
for rendering content using OpenGL or OpenGL ES.
https://gitlab.freedesktop.org/mesa/kmscube |