From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 169631584AD for ; Mon, 28 Apr 2025 22:03:29 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id EDBB6342FED for ; Mon, 28 Apr 2025 22:03:28 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 38AD2110328; Mon, 28 Apr 2025 22:03:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 2D7C4110328 for ; Mon, 28 Apr 2025 22:03:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE9A5342FE4 for ; Mon, 28 Apr 2025 22:03:24 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38C92255C for ; Mon, 28 Apr 2025 22:03:23 +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: <1745876864.97f8d6f3f97dc22c247e7bc47353946f3598fb58.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/qgis/ X-VCS-Repository: repo/gentoo X-VCS-Files: 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: 97f8d6f3f97dc22c247e7bc47353946f3598fb58 X-VCS-Branch: master Date: Mon, 28 Apr 2025 22:03:23 +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: 6e17e1dc-0f12-4fd0-8405-f40882fdabc7 X-Archives-Hash: 89aef34923f7ebbf9037b41d1b73030f commit: 97f8d6f3f97dc22c247e7bc47353946f3598fb58 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Apr 28 21:28:51 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Apr 28 21:47:44 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97f8d6f3 sci-geosciences/qgis: Update 9999 deps, cmake args, patch Closes: https://bugs.gentoo.org/943298 Signed-off-by: Andreas Sturmlechner gentoo.org> sci-geosciences/qgis/qgis-9999.ebuild | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index 5481317acc40..46c14396ec45 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -37,6 +37,7 @@ RESTRICT="!test? ( test )" COMMON_DEPEND=" >=app-crypt/qca-2.3.7:2[qt6(+),ssl] + dev-cpp/nlohmann_json >=dev-db/spatialite-4.2.0 dev-db/sqlite:3 dev-libs/expat @@ -54,7 +55,7 @@ COMMON_DEPEND=" >=sci-libs/gdal-3.0.4:=[geos,spatialite,sqlite] sci-libs/geos sci-libs/libspatialindex:= - >=sci-libs/proj-4.9.3:= + >=sci-libs/proj-8.1:= sys-libs/zlib >=dev-python/qscintilla-2.14.1-r1[qt6(+)] >=x11-libs/qwt-6.2.0-r3:=[polar(+),qt6(+),svg(+)] @@ -123,9 +124,7 @@ BDEPEND="${PYTHON_DEPS} ) " -PATCHES=( - "${FILESDIR}/${PN}-3.36.3-testReportDir.patch" -) +PATCHES=( "${FILESDIR}/${PN}-3.42.2-testReportDir.patch" ) src_prepare() { cmake_src_prepare @@ -164,29 +163,33 @@ src_configure() { -DPEDANTIC=OFF -DUSE_CCACHE=OFF + -DUSE_PRECOMPILED_HEADERS=OFF + -DWITH_DRACO=OFF + -DWITH_QTWEBKIT=OFF + -DWITH_INTERNAL_NLOHMANN_JSON=OFF -DBUILD_WITH_QT6=ON -DWITH_ANALYSIS=ON - -DWITH_APIDOC=$(usex doc) + -DWITH_DESKTOP=ON -DWITH_GUI=ON -DWITH_INTERNAL_MDAL=ON # not packaged, bug 684538 -DWITH_QSPATIALITE=ON - -DENABLE_TESTS=$(usex test) + -DWITH_QWTPOLAR=ON -DWITH_3D=$(usex 3d) + -DWITH_APIDOC=$(usex doc) + -DENABLE_TESTS=$(usex test) -DWITH_GSL=$(usex georeferencer) $(cmake_use_find_package hdf5 HDF5) -DWITH_SERVER=$(usex mapserver) $(cmake_use_find_package netcdf NetCDF) -DUSE_OPENCL=$(usex opencl) -DWITH_ORACLE=$(usex oracle) - -DWITH_QWTPOLAR=ON -DWITH_QTWEBENGINE=$(usex webengine) -DWITH_PDAL=$(usex pdal) -DWITH_POSTGRESQL=$(usex postgres) -DWITH_BINDINGS=$(usex python) + -DWITH_PYTHON=$(usex python) -DWITH_CUSTOM_WIDGETS=$(usex python) -DWITH_QUICK=$(usex qml) - -DWITH_QTWEBKIT=OFF - -DWITH_DRACO=OFF ) # We list all supported versions *by upstream for this version*