| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Highlights of the WPEBackend-fdo 1.10.0 release:
* Added API to query whether receiving rendered audio has been configured.
* Added API to obtain the wl_resource for SHM exported buffers.
* The CMake build system has been removed in favor of Meson.
* Made it easier to override where Meson looks for wayland-scanner
during cross-compilation, using a native machine file.
* Fixed invalid usage of Wayland client connections in the nested
compositor which caused sporadic crashes in certain conditions.
* Fixed file descriptor and memory leaks.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.4.2.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.6.0.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.6.1.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.0.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.1.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.2.html
Changes: https://wpewebkit.org/release/wpebackend-fdo-1.8.3.html
PR: 249452 254351
Submitted by: Olivier Duchateau, Evgeniy Khramtsov (based on)
|
|
|
|
| |
Reported by: lwhsu
|
| |
|
|
|
|
|
|
|
|
|
| |
src/ws.cpp:30:10: fatal error: 'EGL/eglmesaext.h' file not found
#include <EGL/eglmesaext.h>
^~~~~~~~~~~~~~~~~~
Notes:
svn path=/head/; revision=536738
|
|
|
|
|
|
|
|
|
|
| |
Add patch to fix the wayland renderer.
PR: 243677
Submitted by: Greg V <greg AT unrelenting dot technology>
Notes:
svn path=/head/; revision=527142
|
|
|
|
|
|
|
|
|
|
|
| |
/wrkdirs/usr/ports/www/wpebackend-fdo/work/wpebackend-fdo-1.4.0/src/ipc.h:40: error: ISO C++ forbids declaration of 'unique_ptr' with no type
sysutils/xfce4-kbdleds-plugin needs C11 compiler similarly to other xfce ports.
Approved by: mentors (implicit approval)
Notes:
svn path=/head/; revision=514253
|
|
A WPE backend designed for (Linux) desktop systems.
It is required by webkitgtk 2.6 which is currently being tested.
Obtained from: gnome development repo
Notes:
svn path=/head/; revision=513424
|