diff options
author | Thomas Bettler <thomas.bettler@gmail.com> | 2022-02-20 10:51:22 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-02-20 23:11:40 +0000 |
commit | f007a2b124b36813ad00db536aa082e433651c51 (patch) | |
tree | 847189209148278708c0c1050cc18e1424fae6d7 /sci-libs | |
parent | sci-libs/pdal: add pdal library (diff) | |
download | gentoo-f007a2b124b36813ad00db536aa082e433651c51.tar.gz gentoo-f007a2b124b36813ad00db536aa082e433651c51.tar.bz2 gentoo-f007a2b124b36813ad00db536aa082e433651c51.zip |
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 <thomas.bettler@gmail.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-libs')
-rw-r--r-- | sci-libs/pdal/metadata.xml | 12 | ||||
-rw-r--r-- | sci-libs/pdal/pdal-2.3.0.ebuild | 6 |
2 files changed, 11 insertions, 7 deletions
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 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> + <maintainer type="person" proxied="yes"> + <email>thomas.bettler@gmail.com</email> + <name>Thomas Bettler</name> + </maintainer> + <maintainer type="person" proxied="proxy"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> <maintainer type="project"> <email>sci-geosciences@gentoo.org</email> <name>Gentoo Geosciences Project</name> </maintainer> - <maintainer type="person"> - <email>thomas.bettler@gmail.com</email> - <name>Thomas Bettler</name> - </maintainer> <longdescription> 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" |