From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 13EA7138334 for ; Sun, 28 Apr 2019 15:27:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D00ECE0940; Sun, 28 Apr 2019 15:27:14 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24DC1E093D for ; Sun, 28 Apr 2019 15:27:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C723E342B82 for ; Sun, 28 Apr 2019 15:27:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0246A5D4 for ; Sun, 28 Apr 2019 15:27:10 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1556465204.09b59bc06697355114cfd40a521e379a1cbdcec6.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/qgis/metadata.xml sci-geosciences/qgis/qgis-9999.ebuild X-VCS-Directories: sci-geosciences/qgis/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 09b59bc06697355114cfd40a521e379a1cbdcec6 X-VCS-Branch: master Date: Sun, 28 Apr 2019 15:27:10 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f56388d8-9ea0-4659-ba54-a1328eeeec32 X-Archives-Hash: b129c5d3ec767ec543117af040c7ffc8 commit: 09b59bc06697355114cfd40a521e379a1cbdcec6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Apr 27 22:22:29 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Apr 28 15:26:44 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09b59bc0 sci-geosciences/qgis: Set WITH_INTERNAL_MDAL=ON, add USE hdf5, netcdf As long as sci-libs/mdal is not packaged. Upstream commits: 50422a116516cfb7e05f2e60062eb9d7555592ae 14fa499ed3ce0358dd4835cd1f43b4b93df8f473 97c95803c623f234b13a921325b050f235170d00 Package-Manager: Portage-2.3.65, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/qgis/metadata.xml | 2 ++ sci-geosciences/qgis/qgis-9999.ebuild | 7 ++++++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/sci-geosciences/qgis/metadata.xml b/sci-geosciences/qgis/metadata.xml index 868a026b6c1..56b0fd7a351 100644 --- a/sci-geosciences/qgis/metadata.xml +++ b/sci-geosciences/qgis/metadata.xml @@ -17,7 +17,9 @@ Build QGIS 3D library using dev-qt/qt3d Determines whether georeferencer plugin should be built Add support for sci-geosciences/grass + Enable MDAL support for sci-libs/hdf5 Determines whether mapserver should be built + Enable MDAL support for GRIB and XMDF formats 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 ab077fc720a..6aa2463ff1c 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 opencl oracle polar postgres python qml webkit" +IUSE="3d examples georeferencer grass hdf5 mapserver netcdf opencl oracle polar postgres python qml webkit" REQUIRED_USE="${PYTHON_REQUIRED_USE} mapserver? ( python )" @@ -59,7 +59,9 @@ COMMON_DEPEND=" 3d? ( >=dev-qt/qt3d-${QT_MIN_VER}:5 ) georeferencer? ( sci-libs/gsl:= ) grass? ( =sci-geosciences/grass-7*:= ) + hdf5? ( sci-libs/hdf5:= ) mapserver? ( dev-libs/fcgi ) + netcdf? ( sci-libs/netcdf:= ) opencl? ( virtual/opencl ) oracle? ( dev-db/oracle-instantclient:= @@ -126,12 +128,15 @@ src_configure() { -DPEDANTIC=OFF -DUSE_CCACHE=OFF -DWITH_APIDOC=OFF + -DWITH_INTERNAL_MDAL=ON # not packaged, bug 684538 -DWITH_QSPATIALITE=ON -DENABLE_TESTS=OFF -DWITH_3D=$(usex 3d) -DWITH_GEOREFERENCER=$(usex georeferencer) -DWITH_GRASS7=$(usex grass) + $(cmake-utils_use_find_package hdf5 HDF5) -DWITH_SERVER=$(usex mapserver) + $(cmake-utils_use_find_package netcdf NetCDF) -DUSE_OPENCL=$(usex opencl) -DWITH_ORACLE=$(usex oracle) -DWITH_QWTPOLAR=$(usex polar)