mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
4aa67f43c3
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.
22 lines
508 B
Makefile
22 lines
508 B
Makefile
PORTNAME= wpebackend-fdo
|
|
DISTVERSION= 1.10.0
|
|
CATEGORIES= www
|
|
MASTER_SITES= https://wpewebkit.org/releases/
|
|
|
|
MAINTAINER= gnome@FreeBSD.org
|
|
COMMENT= Freedesktop.org backend for WPE WebKit
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libxkbcommon.so:x11/libxkbcommon \
|
|
libwpe-1.0.so:www/libwpe \
|
|
libwayland-client.so:graphics/wayland \
|
|
libepoxy.so:graphics/libepoxy
|
|
|
|
USES= compiler:c++11-lang meson pkgconfig gnome tar:xz
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|