git: 011d5635a2bf - main - Follow d45b4813b1139a7a and allow to build `www/webkit2-gtk3' without GStreamer support.

Alexey Dokuchaev danfe at FreeBSD.org
Sun Apr 25 08:59:40 UTC 2021


The branch main has been updated by danfe:

URL: https://cgit.FreeBSD.org/ports/commit/?id=011d5635a2bfe1d60ef321110588fb90e1b41eec

commit 011d5635a2bfe1d60ef321110588fb90e1b41eec
Author:     Alexey Dokuchaev <danfe at FreeBSD.org>
AuthorDate: 2021-04-25 08:57:59 +0000
Commit:     Alexey Dokuchaev <danfe at FreeBSD.org>
CommitDate: 2021-04-25 08:58:23 +0000

    Follow d45b4813b1139a7a and allow to build `www/webkit2-gtk3' without
    GStreamer support.
---
 www/webkit2-gtk3/Makefile | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/www/webkit2-gtk3/Makefile b/www/webkit2-gtk3/Makefile
index a0d2869a2ecd..b62f0574f14c 100644
--- a/www/webkit2-gtk3/Makefile
+++ b/www/webkit2-gtk3/Makefile
@@ -41,7 +41,6 @@ USES=		bison cmake compiler:c++14-lang gettext gl gnome gperf \
 		sqlite tar:xz xorg
 USE_GNOME=	cairo gdkpixbuf2 gtk30 introspection:build libxml2 libxslt
 USE_GL=		gl egl glesv2
-USE_GSTREAMER1=	bad gl
 USE_LDCONFIG=	yes
 USE_PERL5=	build
 USE_RUBY=	yes
@@ -67,8 +66,8 @@ INSTALL_TARGET=		install
 
 BROWSER_PLUGINS_DIR?=	${LOCALBASE}/lib/browser_plugins/symlinks/webkit-gtk3
 
-OPTIONS_DEFINE=		DEBUG GEOIP WAYLAND
-OPTIONS_DEFAULT=	GEOIP WAYLAND
+OPTIONS_DEFINE=		DEBUG GEOIP GSTREAMER WAYLAND
+OPTIONS_DEFAULT=	GEOIP GSTREAMER WAYLAND
 OPTIONS_SUB=		yes
 
 # Building WebKit with debugging symbols requires ar and ld with
@@ -89,6 +88,9 @@ GEOIP_CMAKE_BOOL=	ENABLE_GEOLOCATION
 GEOIP_BUILD_DEPENDS=	geoclue>=2.4.3:net/geoclue
 GEOIP_RUN_DEPENDS=	geoclue>=2.4.3:net/geoclue
 
+GSTREAMER_USE=		GSTREAMER1=bad,gl
+GSTREAMER_CMAKE_BOOL=	ENABLE_VIDEO ENABLE_WEB_AUDIO
+
 WAYLAND_CMAKE_BOOL=	ENABLE_WAYLAND_TARGET
 WAYLAND_LIB_DEPENDS=	libwayland-egl.so:graphics/wayland \
 			libwpe-1.0.so:www/libwpe \


More information about the dev-commits-ports-all mailing list