notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
Port details on branch 2023Q1
wlroots Modular Wayland compositor library
0.16.2_1 x11-toolkits on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 0.18.2Version of this port present on the latest quarterly branch.
Maintainer: jbeich@FreeBSD.org search for ports maintained by this maintainer
Port Added: 2023-01-04 23:54:04
Last Update: 2023-02-13 19:14:01
Commit Hash: 4e91e0e
License: MIT
WWW:
https://gitlab.freedesktop.org/wlroots/wlroots
Description:
Pluggable, composable, unopinionated modules for building a Wayland compositor; or about 60,000 lines of code you were going to write anyway. - wlroots provides backends that abstract the underlying display and input hardware, including KMS/DRM, libinput, Wayland, X11, and headless backends, plus any custom backends you choose to write, which can all be created or destroyed at runtime and used in concert with each other. - wlroots provides unopinionated, mostly standalone implementations of many Wayland interfaces, both from wayland.xml and various protocol extensions. We also promote the standardization of portable extensions across many compositors. - wlroots provides several powerful, standalone, and optional tools that implement components common to many compositors, such as the arrangement of outputs in physical space. - wlroots provides an Xwayland abstraction that allows you to have excellent Xwayland support without worrying about writing your own X11 window manager on top of writing your compositor. - wlroots provides a renderer abstraction that simple compositors can use to avoid writing GL code directly, but which steps out of the way when your needs demand custom rendering code. wlroots implements a huge variety of Wayland compositor features and implements them *right*, so you can focus on the features that make your compositor unique. By using wlroots, you get high performance, excellent hardware compatibility, broad support for many wayland interfaces, and comfortable development tools - or any subset of these features you like, because all of them work independently of one another and freely compose with anything you want to implement yourself.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (110 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/wlroots-0.16.2_1/catalog.mk
  3. /usr/local/share/licenses/wlroots-0.16.2_1/LICENSE
  4. /usr/local/share/licenses/wlroots-0.16.2_1/MIT
  5. include/wlr/backend.h
  6. include/wlr/backend/drm.h
  7. include/wlr/backend/headless.h
  8. include/wlr/backend/interface.h
  9. include/wlr/backend/libinput.h
  10. include/wlr/backend/multi.h
  11. include/wlr/backend/session.h
  12. include/wlr/backend/wayland.h
  13. include/wlr/backend/x11.h
  14. include/wlr/config.h
  15. include/wlr/interfaces/wlr_buffer.h
  16. include/wlr/interfaces/wlr_keyboard.h
  17. include/wlr/interfaces/wlr_output.h
  18. include/wlr/interfaces/wlr_pointer.h
  19. include/wlr/interfaces/wlr_switch.h
  20. include/wlr/interfaces/wlr_tablet_pad.h
  21. include/wlr/interfaces/wlr_tablet_tool.h
  22. include/wlr/interfaces/wlr_touch.h
  23. include/wlr/render/allocator.h
  24. include/wlr/render/dmabuf.h
  25. include/wlr/render/drm_format_set.h
  26. include/wlr/render/egl.h
  27. include/wlr/render/gles2.h
  28. include/wlr/render/interface.h
  29. include/wlr/render/pixman.h
  30. include/wlr/render/vulkan.h
  31. include/wlr/render/wlr_renderer.h
  32. include/wlr/render/wlr_texture.h
  33. include/wlr/types/wlr_buffer.h
  34. include/wlr/types/wlr_compositor.h
  35. include/wlr/types/wlr_cursor.h
  36. include/wlr/types/wlr_damage_ring.h
  37. include/wlr/types/wlr_data_control_v1.h
  38. include/wlr/types/wlr_data_device.h
  39. include/wlr/types/wlr_drm.h
  40. include/wlr/types/wlr_drm_lease_v1.h
  41. include/wlr/types/wlr_export_dmabuf_v1.h
  42. include/wlr/types/wlr_foreign_toplevel_management_v1.h
  43. include/wlr/types/wlr_fullscreen_shell_v1.h
  44. include/wlr/types/wlr_gamma_control_v1.h
  45. include/wlr/types/wlr_idle.h
  46. include/wlr/types/wlr_idle_inhibit_v1.h
  47. include/wlr/types/wlr_idle_notify_v1.h
  48. include/wlr/types/wlr_input_device.h
  49. include/wlr/types/wlr_input_inhibitor.h
  50. include/wlr/types/wlr_input_method_v2.h
  51. include/wlr/types/wlr_keyboard.h
  52. include/wlr/types/wlr_keyboard_group.h
  53. include/wlr/types/wlr_keyboard_shortcuts_inhibit_v1.h
  54. include/wlr/types/wlr_layer_shell_v1.h
  55. include/wlr/types/wlr_linux_dmabuf_v1.h
  56. include/wlr/types/wlr_matrix.h
  57. include/wlr/types/wlr_output.h
  58. include/wlr/types/wlr_output_damage.h
  59. include/wlr/types/wlr_output_layout.h
  60. include/wlr/types/wlr_output_management_v1.h
  61. include/wlr/types/wlr_output_power_management_v1.h
  62. include/wlr/types/wlr_pointer.h
  63. include/wlr/types/wlr_pointer_constraints_v1.h
  64. include/wlr/types/wlr_pointer_gestures_v1.h
  65. include/wlr/types/wlr_presentation_time.h
  66. include/wlr/types/wlr_primary_selection.h
  67. include/wlr/types/wlr_primary_selection_v1.h
  68. include/wlr/types/wlr_region.h
  69. include/wlr/types/wlr_relative_pointer_v1.h
  70. include/wlr/types/wlr_scene.h
  71. include/wlr/types/wlr_screencopy_v1.h
  72. include/wlr/types/wlr_seat.h
  73. include/wlr/types/wlr_server_decoration.h
  74. include/wlr/types/wlr_session_lock_v1.h
  75. include/wlr/types/wlr_single_pixel_buffer_v1.h
  76. include/wlr/types/wlr_subcompositor.h
  77. include/wlr/types/wlr_surface.h
  78. include/wlr/types/wlr_switch.h
  79. include/wlr/types/wlr_tablet_pad.h
  80. include/wlr/types/wlr_tablet_tool.h
  81. include/wlr/types/wlr_tablet_v2.h
  82. include/wlr/types/wlr_text_input_v3.h
  83. include/wlr/types/wlr_touch.h
  84. include/wlr/types/wlr_viewporter.h
  85. include/wlr/types/wlr_virtual_keyboard_v1.h
  86. include/wlr/types/wlr_virtual_pointer_v1.h
  87. include/wlr/types/wlr_xcursor_manager.h
  88. include/wlr/types/wlr_xdg_activation_v1.h
  89. include/wlr/types/wlr_xdg_decoration_v1.h
  90. include/wlr/types/wlr_xdg_foreign_registry.h
  91. include/wlr/types/wlr_xdg_foreign_v1.h
  92. include/wlr/types/wlr_xdg_foreign_v2.h
  93. include/wlr/types/wlr_xdg_output_v1.h
  94. include/wlr/types/wlr_xdg_shell.h
  95. include/wlr/util/addon.h
  96. include/wlr/util/box.h
  97. include/wlr/util/edges.h
  98. include/wlr/util/log.h
  99. include/wlr/util/region.h
  100. include/wlr/version.h
  101. include/wlr/xcursor.h
  102. include/wlr/xwayland.h
  103. include/wlr/xwayland/server.h
  104. include/wlr/xwayland/xwayland.h
  105. lib/libwlroots.so
  106. lib/libwlroots.so.11
  107. libdata/pkgconfig/wlroots.pc
  108. @owner
  109. @group
  110. @mode
Collapse this list.
Dependency lines:
  • wlroots>0:x11-toolkits/wlroots
To install the port:
cd /usr/ports/x11-toolkits/wlroots/ && make install clean
To add the package, run one of these commands:
  • pkg install x11-toolkits/wlroots
  • pkg install wlroots
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: wlroots
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1676068199 SHA256 (wlroots-wlroots-0a32b5a74db06a27bee55a47205951bb277a9657_GL0.tar.gz) = b6e4152a9f65c9ac36f14b66915664dc3ddc0bb48954c65f0187ac847b6dc878 SIZE (wlroots-wlroots-0a32b5a74db06a27bee55a47205951bb277a9657_GL0.tar.gz) = 589991

Expand this list (6 items)

Collapse this list.

SHA256 (fc0854d5f256.patch) = ceaa947fd7f64b773c61d7a5a4bdcfe85a083a686d4356ff58d3666aa182e2a9 SIZE (fc0854d5f256.patch) = 6013 SHA256 (29cb694655db.patch) = ef36e6b7a0bea0b82469c395feac303f50bf940ae651d91370ef052f5d97938c SIZE (29cb694655db.patch) = 4233 SHA256 (f3ba14e49133.patch) = b085358c4ecdf365b123922378135a9e2112b9b707e03bd36aecbae96e75603c SIZE (f3ba14e49133.patch) = 1972

Collapse this list.


No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
Dependencies
NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
Build dependencies:
  1. wayland-protocols>=1.27 : graphics/wayland-protocols
  2. hwdata>0 : misc/hwdata
  3. glslangValidator : graphics/glslang
  4. vulkan-headers>0 : graphics/vulkan-headers
  5. evdev-proto>0 : devel/evdev-proto
  6. xwayland-devel>0 : x11-servers/xwayland-devel
  7. meson>=0.57.1_1 : devel/meson
  8. ninja : devel/ninja
  9. pkgconf>=1.3.0_1 : devel/pkgconf
  10. pixman-1.pc : x11/pixman
  11. xcb.pc : x11/libxcb
Runtime dependencies:
  1. mesa-dri>0 : graphics/mesa-dri
  2. mesa-dri>0 : graphics/mesa-dri
  3. xwayland-devel>0 : x11-servers/xwayland-devel
  4. pixman-1.pc : x11/pixman
  5. xcb.pc : x11/libxcb
Library dependencies:
  1. libudev.so : devel/libudev-devd
  2. libdrm.so : graphics/libdrm
  3. libwayland-server.so : graphics/wayland
  4. libseat.so : sysutils/seatd
  5. libxkbcommon.so : x11/libxkbcommon
  6. libinput.so : x11/libinput
  7. libvulkan.so : graphics/vulkan-loader
  8. libxcb-errors.so : x11/xcb-util-errors
  9. libxcb-render-util.so : x11/xcb-util-renderutil
  10. libxcb-icccm.so : x11/xcb-util-wm
  11. libgbm.so : graphics/mesa-libs
  12. libEGL.so : graphics/libglvnd
  13. libGLESv2.so : graphics/libglvnd
This port is required by:
for Build
  1. x11-wm/gamescope
  2. x11-wm/hyprland
  3. x11-wm/labwc
  4. x11-wm/river
  5. x11-wm/sway
for Libraries
  1. x11-wm/gamescope
  2. x11-wm/hyprland
  3. x11-wm/labwc
  4. x11-wm/river
  5. x11-wm/sway

Configuration Options:
===> The following configuration options are available for wlroots-0.16.2_1: DRM=on: KMS console support OPENGL=on: 2D/3D rendering support via OpenGL VULKAN=on: Vulkan renderer X11=on: X11 (graphics) support ===> Use 'make config' to modify these settings
Options name:
x11-toolkits_wlroots
USES:
compiler:c11 gl meson pkgconfig xorg
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://gitlab.freedesktop.org/wlroots/wlroots/-/archive/0a32b5a74db06a27bee55a47205951bb277a9657.tar.gz?dummy=/
Collapse this list.

Number of commits found: 5

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
0.16.2_1
13 Feb 2023 19:14:01
commit hash: 4e91e0e02b3d53d6c4db0582d8148eb0973f3100commit hash: 4e91e0e02b3d53d6c4db0582d8148eb0973f3100commit hash: 4e91e0e02b3d53d6c4db0582d8148eb0973f3100commit hash: 4e91e0e02b3d53d6c4db0582d8148eb0973f3100 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: limit hwdata dependency to DRM as build only

pnp.ids is converted to pnpids.c, so won't pick up changes without rebuild.
pnp.ids is also unused when nesting on X11 or Wayland (WLR_BACKENDS != drm).
https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/eec95e3d5e1a

(cherry picked from commit 146bb4da8d31a34f013b593b85f47796cd06158d)
0.16.2
10 Feb 2023 23:41:13
commit hash: 6052eb87d20f485ac78b82ddac92b27004923124commit hash: 6052eb87d20f485ac78b82ddac92b27004923124commit hash: 6052eb87d20f485ac78b82ddac92b27004923124commit hash: 6052eb87d20f485ac78b82ddac92b27004923124 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: update to 0.16.2

Changes:	https://gitlab.freedesktop.org/wlroots/wlroots/-/releases/0.16.2
Reported by:	GitLab (notify releases)

(cherry picked from commit b015da7d206e20897d46bfd547810d32b8a864dd)
0.16.1_2
18 Jan 2023 23:28:23
commit hash: 6b615c4409a77f29c73fdfcde9b24d7d84e3e3d2commit hash: 6b615c4409a77f29c73fdfcde9b24d7d84e3e3d2commit hash: 6b615c4409a77f29c73fdfcde9b24d7d84e3e3d2commit hash: 6b615c4409a77f29c73fdfcde9b24d7d84e3e3d2 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: backport a Xwayland crashfix

Inspired by:	Alpine Linux

(cherry picked from commit 361baca6a6bee946a18977fa0fbd0d8d70129ac8)
0.16.1_1
18 Jan 2023 23:28:23
commit hash: b269eade5c86423e7d5ff60a9d1e8b4818d67522commit hash: b269eade5c86423e7d5ff60a9d1e8b4818d67522commit hash: b269eade5c86423e7d5ff60a9d1e8b4818d67522commit hash: b269eade5c86423e7d5ff60a9d1e8b4818d67522 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: switch 9f5b7d7133ba to 0.16 upstream commit

(cherry picked from commit 14cde4b44792ebee4f87ee315b4ba8275750627a)
0.16.1_1
04 Jan 2023 23:51:28
commit hash: 8796a113698af5f94883404a8d249199b33dba17commit hash: 8796a113698af5f94883404a8d249199b33dba17commit hash: 8796a113698af5f94883404a8d249199b33dba17commit hash: 8796a113698af5f94883404a8d249199b33dba17 files touched by this commit
Jan Beich (jbeich) search for other commits by this committer
x11-toolkits/wlroots: unbreak nesting under X11 after a8bed4f81662

$ pkg install xorg-minimal xterm sway
$ echo "exec xterm" >~/.xinitrc
$ startx
$ sway -c /dev/null
[...]
Assertion failed: (buffer->n_busy > 0), function handle_x11_present_event, file
backend/x11/output.c, line 682.

or

$ pkg install cage sway
$ cage env -u WAYLAND_DISPLAY sway -c /dev/null
[...]
Assertion failed: (buffer->n_busy > 0), function handle_x11_present_event, file
backend/x11/output.c, line 682.

(cherry picked from commit 9f5b7d7133bace0cdb8e53c6ce836fa78e7d5237)

Number of commits found: 5