Summary: | graphics/wayland: update to 1.16 (libwayland-egl NOW LIVES HERE!) | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Val Packett <val> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-x11 (Nobody) <x11> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | dpolyg, jbeich, johalun0, pkubaj, val, zeising | ||||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(x11) |
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | |||||||||
Bug Blocks: | 222175, 224202, 227509, 230298 | ||||||||
Attachments: |
|
Description
Val Packett
2018-04-10 16:03:12 UTC
I'm aware of this patch, will look as time permits. +me on this. Willing to test when it will be available. Also related information: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=227509 Created attachment 198077 [details]
wayland-1.16.patch
Update to 1.16.
(In reply to Greg V from comment #3) Hi Greg, this patch does not remove WAYLAND compile option from the graphics/mesa-libs neither put it into OPTIONS_DEFAULT... Does it mean that we still need to re-compile graphics/mesa-libs from ports with WAYLAND enabled in order to use Wayland-related ports such as Weston? Regards, Denis (In reply to Denis Polygalov from comment #4) Yes, I mentioned that in the first post here: > (Wayland-EGL *working* still requires building Mesa with the Wayland platform, > but only rebuilding Mesa instead of every UI toolkit is significantly easier.) (In reply to Greg V from comment #5) Hi Greg, thanks for the patch and clarification. I'm aware about the statement in your first post just seems like I don't understand all the dependencies. By comparing outputs of 'pkg info mesa-libs' of mesa-libs compiled with and without WAYLAND option I can see that the only difference in "Shared Libs provided" section is presence of libwayland-egl.so.1, meaning that mesa-libs compiled with WAYLAND option set to ON provide that extra library only. Lines in your patch such as: -WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/mesa-libs +WAYLAND_LIB_DEPENDS= libwayland-egl.so:graphics/wayland gave me impression that the libwayland-egl.so.1 moved to graphics/wayland therefore the WAYLAND compile option can be excluded from mesa-libs but seems like things are more complicated than I thought... Regards, Denis. A commit references this bug: Author: jbeich Date: Mon Oct 15 23:59:28 UTC 2018 New revision: 482189 URL: https://svnweb.freebsd.org/changeset/ports/482189 Log: graphics/wayland: update to 1.16.0 - New libwayland-egl home for consumers as Mesa 18.2 dropped it Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-April/037767.html Changes: https://lists.freedesktop.org/archives/wayland-devel/2018-August/039358.html PR: 227423 Submitted by: Greg V <greg@unrelenting.technology> Approved by: maintainer timeout (5 months) Changes: head/devel/efl/Makefile head/graphics/glfw/Makefile head/graphics/mesa-libs/Makefile head/graphics/mesa-libs/pkg-plist head/graphics/qt5-wayland/Makefile head/graphics/vulkan-loader/Makefile head/graphics/wayland/Makefile head/graphics/wayland/distinfo head/graphics/wayland/files/patch-Makefile.am head/graphics/wayland/files/patch-configure.ac head/graphics/wayland/files/patch-src_wayland-server.c head/graphics/wayland/files/patch-src_wayland-shm.c head/graphics/wayland/files/patch-tests_sanity-test.c head/graphics/wayland/files/patch-tests_test-helpers.c head/graphics/wayland/files/patch-tests_test-runner.c head/graphics/wayland/pkg-plist head/graphics/waylandpp/Makefile head/www/webkit2-gtk3/Makefile head/x11-toolkits/gtk30/Makefile A commit references this bug: Author: jbeich Date: Mon Oct 15 23:59:55 UTC 2018 New revision: 482190 URL: https://svnweb.freebsd.org/changeset/ports/482190 Log: graphics/vulkan-loader: enable Wayland surface - Rebuild ppsspp and rpcs3 to pick up Wayland support for Vulkan PR: 227423 Submitted by: Greg V (maintainer) Changes: head/emulators/ppsspp/Makefile head/emulators/rpcs3/Makefile head/graphics/vulkan-loader/Makefile Thanks. Landed. I've left out some unrelated bits: - libwayland-egl in mesa-libs needs @comment until 18.2 to avoid stage-qa warnings - pkg-plist change in wayland-protocols was breaking build WAYLAND isn't globally enabled yet, so an exp-run wasn't necessary due to possible false positives (e.g., bug 226408 comment 3, bug 232299). For one, libwayland-egl cannot be accidentally picked up because graphics/wayland isn't pulled as a dependency by default. (In reply to Denis Polygalov from comment #6) Yeah, libwayland-egl moved, but Mesa still needs to be built with WAYLAND enabled because that also enables actual Wayland support in libEGL and others *** Bug 231765 has been marked as a duplicate of this bug. *** |