From f007a2b124b36813ad00db536aa082e433651c51 Mon Sep 17 00:00:00 2001 From: Thomas Bettler Date: Sun, 20 Feb 2022 10:51:22 +0100 Subject: sci-geosciences/qgis: add pdal for point clouds Closes: https://bugs.gentoo.org/830003 Closes: https://github.com/gentoo/gentoo/pull/23526 Signed-off-by: Thomas Bettler Signed-off-by: Sam James --- sci-libs/pdal/metadata.xml | 12 ++++++++---- sci-libs/pdal/pdal-2.3.0.ebuild | 6 +++--- 2 files changed, 11 insertions(+), 7 deletions(-) (limited to 'sci-libs/pdal') diff --git a/sci-libs/pdal/metadata.xml b/sci-libs/pdal/metadata.xml index 3be37e190bd4..e6a3eb2519dd 100644 --- a/sci-libs/pdal/metadata.xml +++ b/sci-libs/pdal/metadata.xml @@ -1,14 +1,18 @@ + + thomas.bettler@gmail.com + Thomas Bettler + + + proxy-maint@gentoo.org + Proxy Maintainers + sci-geosciences@gentoo.org Gentoo Geosciences Project - - thomas.bettler@gmail.com - Thomas Bettler - PDAL is a C++ library for translating and manipulating point cloud data. It is very much like the GDAL library which handles raster and vector data. diff --git a/sci-libs/pdal/pdal-2.3.0.ebuild b/sci-libs/pdal/pdal-2.3.0.ebuild index ee1182834970..f85812782818 100644 --- a/sci-libs/pdal/pdal-2.3.0.ebuild +++ b/sci-libs/pdal/pdal-2.3.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -30,8 +30,8 @@ DEPEND=" RDEPEND="${DEPEND}" PATCHES=( - ${FILESDIR}/${P}-fix_cmake_install_location.patch - ${FILESDIR}/${P}-upgrade_cmake_min.patch + "${FILESDIR}"/${P}-fix_cmake_install_location.patch + "${FILESDIR}"/${P}-upgrade_cmake_min.patch ) S="${WORKDIR}/PDAL-${PV}-src" -- cgit v1.2.3-65-gdbad