From 90966d7cab1db324be04710b330d68d10e808a05 Mon Sep 17 00:00:00 2001 From: Andreas Sturmlechner Date: Sun, 28 Apr 2019 00:32:50 +0200 Subject: sci-geosciences/qgis: Add new DEPEND on virtual/opencl Upstream commit 05be622c3043f45892e3901218fae711753117bd Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner --- sci-geosciences/qgis/metadata.xml | 1 + sci-geosciences/qgis/qgis-9999.ebuild | 4 +++- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/metadata.xml b/sci-geosciences/qgis/metadata.xml index 162cbbaa3dec..868a026b6c1e 100644 --- a/sci-geosciences/qgis/metadata.xml +++ b/sci-geosciences/qgis/metadata.xml @@ -18,6 +18,7 @@ Determines whether georeferencer plugin should be built Add support for sci-geosciences/grass Determines whether mapserver should be built + Enable OpenCL support Enable support for the polar coordinate system via x11-libs/qwtpolar Enable support Qml-based plugins using dev-qt/qtdeclarative diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index e8cba614b61d..ab077fc720a4 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -22,7 +22,7 @@ HOMEPAGE="https://www.qgis.org/" LICENSE="GPL-2+ GPL-3+" SLOT="0" -IUSE="3d examples georeferencer grass mapserver oracle polar postgres python qml webkit" +IUSE="3d examples georeferencer grass mapserver opencl oracle polar postgres python qml webkit" REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )" @@ -60,6 +60,7 @@ COMMON_DEPEND=" georeferencer? ( sci-libs/gsl:= ) grass? ( =sci-geosciences/grass-7*:= ) mapserver? ( dev-libs/fcgi ) + opencl? ( virtual/opencl ) oracle? ( dev-db/oracle-instantclient:= sci-libs/gdal:=[oracle] @@ -131,6 +132,7 @@ src_configure() { -DWITH_GEOREFERENCER=$(usex georeferencer) -DWITH_GRASS7=$(usex grass) -DWITH_SERVER=$(usex mapserver) + -DUSE_OPENCL=$(usex opencl) -DWITH_ORACLE=$(usex oracle) -DWITH_QWTPOLAR=$(usex polar) -DWITH_POSTGRESQL=$(usex postgres) -- cgit v1.2.3-65-gdbad