Date: Tue, 16 Jul 2019 08:24:41 +0000 (UTC) From: Alexey Dokuchaev <danfe@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r506731 - head/www/qt5-webkit Message-ID: <201907160824.x6G8OfgQ047663@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: danfe Date: Tue Jul 16 08:24:41 2019 New Revision: 506731 URL: https://svnweb.freebsd.org/changeset/ports/506731 Log: Allow to build `www/qt5-webkit' without GStreamer support. Modified: head/www/qt5-webkit/Makefile Modified: head/www/qt5-webkit/Makefile ============================================================================== --- head/www/qt5-webkit/Makefile Tue Jul 16 08:24:38 2019 (r506730) +++ head/www/qt5-webkit/Makefile Tue Jul 16 08:24:41 2019 (r506731) @@ -12,8 +12,6 @@ MAINTAINER= kde@FreeBSD.org COMMENT= QtWebKit with a more modern WebKit code base LIB_DEPENDS= libfontconfig.so:x11-fonts/fontconfig \ - libgstapp-1.0.so:multimedia/gstreamer1-plugins \ - libgstbase-1.0.so:multimedia/gstreamer1 \ libhyphen.so:textproc/hyphen \ libicui18n.so:devel/icu \ libpng.so:graphics/png \ @@ -25,7 +23,6 @@ USES= bison cmake compiler:c++11-lang gperf jpeg \ tar:xz USE_GNOME= glib20 libxml2 libxslt USE_PERL5= build -USE_GSTREAMER1= core USE_QT= core declarative gui location network opengl printsupport \ sensors testlib webchannel widgets \ buildtools_build qmake_build @@ -52,5 +49,13 @@ PLIST_SUB= FULLVER="${PORTVERSION:R}" SUB_FILES= pkg-install SUB_LIST= QT_INCDIR="${QT_INCDIR}" + +OPTIONS_DEFINE= GSTREAMER +OPTIONS_DEFAULT= GSTREAMER + +GSTREAMER_LIB_DEPENDS= libgstapp-1.0.so:multimedia/gstreamer1-plugins \ + libgstbase-1.0.so:multimedia/gstreamer1 +GSTREAMER_USE= GSTREAMER1=core +GSTREAMER_CMAKE_OFF= -DUSE_GSTREAMER:BOOL=OFF .include <bsd.port.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201907160824.x6G8OfgQ047663>