www/wpebackend-fdo: update to 1.10.0
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.
This commit is contained in:
parent
f023e96989
commit
4aa67f43c3
3 changed files with 6 additions and 5 deletions
|
@ -1,5 +1,5 @@
|
|||
PORTNAME= wpebackend-fdo
|
||||
PORTVERSION= 1.8.3
|
||||
DISTVERSION= 1.10.0
|
||||
CATEGORIES= www
|
||||
MASTER_SITES= https://wpewebkit.org/releases/
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
TIMESTAMP = 1617091743
|
||||
SHA256 (wpebackend-fdo-1.8.3.tar.xz) = 3d0b4282a1bd9e0664d7a20abe14e982f3285296ac62de56cae2a404b9d28b9e
|
||||
SIZE (wpebackend-fdo-1.8.3.tar.xz) = 42976
|
||||
TIMESTAMP = 1626427371
|
||||
SHA256 (wpebackend-fdo-1.10.0.tar.xz) = b89dfd3500a4dec711132cd7bff72599e67d56a419d000730e14bb99547509cc
|
||||
SIZE (wpebackend-fdo-1.10.0.tar.xz) = 38484
|
||||
|
|
|
@ -13,7 +13,8 @@ include/wpe-fdo-1.0/wpe/unstable/view-backend-exportable-eglstream.h
|
|||
include/wpe-fdo-1.0/wpe/version.h
|
||||
include/wpe-fdo-1.0/wpe/view-backend-exportable-egl.h
|
||||
include/wpe-fdo-1.0/wpe/view-backend-exportable.h
|
||||
include/wpe-fdo-1.0/wpe/wpebackend-fdo-version.h
|
||||
lib/libWPEBackend-fdo-1.0.so
|
||||
lib/libWPEBackend-fdo-1.0.so.1
|
||||
lib/libWPEBackend-fdo-1.0.so.1.6.6
|
||||
lib/libWPEBackend-fdo-1.0.so.1.8.3
|
||||
libdata/pkgconfig/wpebackend-fdo-1.0.pc
|
||||
|
|
Loading…
Reference in a new issue