Port details |
- wayland-utils Display information about protocols supported by Wayland compositor
- 1.2.0_1 graphics =5 1.2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: jbeich@FreeBSD.org
- Port Added: 2020-08-02 01:47:57
- Last Update: 2024-01-12 22:40:48
- Commit Hash: 9f8f710
- People watching this port, also watch:: vulkan-tools, unzip, mesa-demos, vlc, wget
- Also Listed In: wayland
- License: MIT
- WWW:
- https://gitlab.freedesktop.org/wayland/wayland-utils
- Description:
- wayland-info is a utility for displaying information about the Wayland
protocols supported by a Wayland compositor.
It can be used to check which Wayland protocols and versions are advertised
by the Wayland compositor.
wayland-info also provides additional information for a subset of Wayland
protocols it knows about, namely Linux DMABUF, presentation time, tablet and
XDG output protocols.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- wayland-utils>0:graphics/wayland-utils
- To install the port:
- cd /usr/ports/graphics/wayland-utils/ && make install clean
- To add the package, run one of these commands:
- pkg install graphics/wayland-utils
- pkg install wayland-utils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: wayland-utils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1686213481
SHA256 (wayland-utils-1.2.0.tar.bz2) = f38c6a4ca2113cf716ca687a4cd8e24a11cbeeb04759678b7bb2da7d16335d18
SIZE (wayland-utils-1.2.0.tar.bz2) = 15169
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:
-
- wayland-protocols>=1.20 : graphics/wayland-protocols
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- Library dependencies:
-
- libwayland-client.so : graphics/wayland
- libdrm.so : graphics/libdrm
- This port is required by:
- for Run
-
- sysutils/plasma5-kinfocenter
Configuration Options:
- ===> The following configuration options are available for wayland-utils-1.2.0_1:
DRM=on: Print extra DRM information
===> Use 'make config' to modify these settings
- Options name:
- graphics_wayland-utils
- USES:
- meson pkgconfig
- 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.2.0_1 12 Jan 2024 22:40:48 |
Muhammad Moinur Rahman (bofh) |
*/*: Sanitize MANPREFIX for meson ports
Approved by: portmgr |
1.2.0 12 Jul 2023 21:44:25 |
Jan Beich (jbeich) |
graphics/wayland-utils: drop GL_TAGNAME |
1.2.0 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.2.0 08 Jun 2023 15:02:14 |
Jan Beich (jbeich) |
graphics/wayland-utils: update to 1.2.0
Changes: https://gitlab.freedesktop.org/wayland/wayland-utils/-/compare/1.1.0...1.2.0
Reported by: GitLab (notify releases) |
1.1.0 13 Sep 2022 15:34:19 |
Jan Beich (jbeich) |
graphics/wayland-utils: update to 1.1.0
Changes: https://gitlab.freedesktop.org/wayland/wayland-utils/-/compare/wayland-utils-1.0.0...1.1.0
Reported by: GitLab (notify releases) |
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.0.0 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.0.0 20 Jul 2022 12:48:14 |
Jan Beich (jbeich) |
wayland: add more mostly leaf ports to virtual category
Caveats:
- emulators/rpcs3: install qt5-wayland and ensure Renderer is Vulkan (default)
- mail/thunderbird: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/chromium: add --ozone-platform=wayland on command line
- www/firefox-esr: add MOZ_ENABLE_WAYLAND=1 via environ(7)
- www/firefox: add MOZ_ENABLE_WAYLAND=1 via environ(7) |
1.0.0 12 May 2021 14:43:24 |
Jan Beich (jbeich) |
Convert GitLab diffs back to patches
GitLab has fixed unstable footer, so restore header/footer.
https://gitlab.com/gitlab-org/gitaly/-/commit/8a1daafa720b
This reverts commit c031fd115a267199aa9cd9ee7d4a790ac6d27c03. |
1.0.0 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.0.0 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.0.0 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.0.0 02 Aug 2020 01:47:49 |
jbeich |
graphics/wayland-info: chase project rename
https://lists.freedesktop.org/archives/wayland-devel/2020-July/041565.html |