git: 4aa67f43c37b - main - www/wpebackend-fdo: update to 1.10.0
Tobias C. Berner
tcberner at FreeBSD.org
Fri Jul 16 09:30:05 UTC 2021
The branch main has been updated by tcberner:
URL: https://cgit.FreeBSD.org/ports/commit/?id=4aa67f43c37b21a3fc395978a0313768163ac468
commit 4aa67f43c37b21a3fc395978a0313768163ac468
Author: Tobias C. Berner <tcberner at FreeBSD.org>
AuthorDate: 2021-07-16 09:28:56 +0000
Commit: Tobias C. Berner <tcberner at FreeBSD.org>
CommitDate: 2021-07-16 09:29:57 +0000
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.
---
www/wpebackend-fdo/Makefile | 2 +-
www/wpebackend-fdo/distinfo | 6 +++---
www/wpebackend-fdo/pkg-plist | 3 ++-
3 files changed, 6 insertions(+), 5 deletions(-)
diff --git a/www/wpebackend-fdo/Makefile b/www/wpebackend-fdo/Makefile
index af32033ef01d..c0ba672fcbee 100644
--- a/www/wpebackend-fdo/Makefile
+++ b/www/wpebackend-fdo/Makefile
@@ -1,5 +1,5 @@
PORTNAME= wpebackend-fdo
-PORTVERSION= 1.8.3
+DISTVERSION= 1.10.0
CATEGORIES= www
MASTER_SITES= https://wpewebkit.org/releases/
diff --git a/www/wpebackend-fdo/distinfo b/www/wpebackend-fdo/distinfo
index 190250597944..000ff00d4b12 100644
--- a/www/wpebackend-fdo/distinfo
+++ b/www/wpebackend-fdo/distinfo
@@ -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
diff --git a/www/wpebackend-fdo/pkg-plist b/www/wpebackend-fdo/pkg-plist
index 8e1979c23de3..79e1c60377c1 100644
--- a/www/wpebackend-fdo/pkg-plist
+++ b/www/wpebackend-fdo/pkg-plist
@@ -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
More information about the dev-commits-ports-all
mailing list