From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/pdal/
Date: Wed, 10 Sep 2025 19:40:13 +0000 (UTC) [thread overview]
Message-ID: <1757532444.cfd1fbdaec6c25dfe1831d086f81bbf4afeddd07.asturm@gentoo> (raw)
commit: cfd1fbdaec6c25dfe1831d086f81bbf4afeddd07
Author: Thomas Bettler <thomas.bettler <AT> gmail <DOT> com>
AuthorDate: Fri Sep 5 15:37:46 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Wed Sep 10 19:27:24 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cfd1fbda
sci-libs/pdal: bump 2.9.2
Signed-off-by: Thomas Bettler <thomas.bettler <AT> gmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/43674
Closes: https://github.com/gentoo/gentoo/pull/43674
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
sci-libs/pdal/Manifest | 1 +
sci-libs/pdal/pdal-2.9.2.ebuild | 60 +++++++++++++++++++++++++++++++++++++++++
2 files changed, 61 insertions(+)
diff --git a/sci-libs/pdal/Manifest b/sci-libs/pdal/Manifest
index 0719030327f7..cbe77214b7b1 100644
--- a/sci-libs/pdal/Manifest
+++ b/sci-libs/pdal/Manifest
@@ -2,3 +2,4 @@ DIST PDAL-2.8.2-src.tar.bz2 87504277 BLAKE2B b2037a4fe5ac369380d2b2d83a2210a3c17
DIST PDAL-2.8.4-src.tar.bz2 86725389 BLAKE2B f1f1009be5d0655f33fe6c57f1efe0f878bb2a2de2075a3d18b2e64d4a07d5201857a78b13288365b9110e106022a473cf7793e1ac2c744499ba0752c67bd0c3 SHA512 5d754d6fa656615aa4a9dc31ca5d5c051194148d721ce217ca4b8a87af54889717b8470b789899e486e0ed3154906659b0c336ed7571abddda0a182febf37e6b
DIST PDAL-2.9.0-src.tar.bz2 96938361 BLAKE2B f47780f7ccd840099844cadb90e38e8fe8007f35e135f96adccbbffce0647f9599c3c02494c3dd0457a2e82b22e5c38c472f36b5a3a8cca42e3ff6448440ed53 SHA512 1ff1dcfdca261968a5e20ce9072181a687430e9ef5601d7f15c12cbf1af1696cd84c991bcad67e4c7cdfe279b66d12a0bc06016cee5a4106331b12eb6aa8a7a4
DIST PDAL-2.9.1-src.tar.bz2 97147474 BLAKE2B 56bd688efec43076cbcbf58c44c5b35b283ba408280e1cee6cbff5eac36b5567363762569ac29260ab96be6bdcc07d1f66bfa8475c09d506983b62e65465a0cc SHA512 138d85a866343cb48024e417e65d6bed05f7600419545c4fc8ccdc7dc28af94b9beda18a700d88b5fef012e220a92b029aa88562ac9e5c3aad0504e676e2fb36
+DIST PDAL-2.9.2-src.tar.bz2 96877895 BLAKE2B f8b163c4338051c477d045024214060506c8041fec99c1a921929774962878516cc205978d9cff92a85ebe2d56f4bb7578b913eda636158b98e49d8c8bc833c4 SHA512 eaf2e9b57880a561165850c059ff1d3abee90864bb3944a8c0a8af697687b4b195423ad95f4efc15a74b98e7397a60bed1a6d94ce84e9e4b3555729618f23942
diff --git a/sci-libs/pdal/pdal-2.9.2.ebuild b/sci-libs/pdal/pdal-2.9.2.ebuild
new file mode 100644
index 000000000000..ecae1b60a251
--- /dev/null
+++ b/sci-libs/pdal/pdal-2.9.2.ebuild
@@ -0,0 +1,60 @@
+# Copyright 2021-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake
+
+DESCRIPTION="C++ library for translating and manipulating point cloud data"
+HOMEPAGE="https://pdal.io/"
+SRC_URI="https://github.com/PDAL/PDAL/releases/download/${PV}/PDAL-${PV}-src.tar.bz2"
+S="${WORKDIR}/PDAL-${PV}-src"
+
+LICENSE="BSD"
+SLOT="0/19"
+KEYWORDS="~amd64 ~arm ~arm64 ~x86"
+IUSE="debug postgres test"
+RESTRICT="!test? ( test )"
+
+BDEPEND="
+ sys-devel/gettext
+ virtual/pkgconfig
+ test? ( >=dev-cpp/gtest-1.15.0 )
+"
+RDEPEND="
+ app-arch/zstd:=
+ net-misc/curl
+ dev-libs/libxml2:=
+ dev-libs/openssl:=
+ sci-libs/gdal:=
+ >=sci-libs/libgeotiff-1.7.0:=
+ sys-libs/zlib
+ debug? ( sys-libs/libunwind:= )
+ postgres? ( dev-db/postgresql:*[xml] )
+"
+
+DEPEND="
+ ${RDEPEND}
+ test? ( sci-libs/gdal[geos,jpeg,png,sqlite] )
+"
+
+src_configure() {
+ local mycmakeargs=(
+ -DBUILD_PLUGIN_PGPOINTCLOUD="$(usex postgres)"
+ -DWITH_COMPLETION=ON
+ -DWITH_BACKTRACE="$(usex debug)"
+ -DWITH_TESTS="$(usex test)"
+ )
+
+ cmake_src_configure
+}
+
+src_test() {
+ local myctestargs=(
+ --exclude-regex '(pgpointcloudtest|pdal_info_test|pdal_io_bpf_base_test|pdal_io_bpf_zlib_test|pdal_filters_overlay_test|pdal_filters_stats_test|pdal_app_plugin_test|pdal_merge_test|pdal_io_stac_reader_test)'
+ --output-on-failure
+ -j1
+ )
+
+ cmake_src_test
+}
next reply other threads:[~2025-09-10 19:40 UTC|newest]
Thread overview: 37+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-09-10 19:40 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-10 19:40 [gentoo-commits] repo/gentoo:master commit in: sci-libs/pdal/ Andreas Sturmlechner
2025-08-30 1:26 Sam James
2025-07-22 19:41 Sam James
2025-06-24 4:01 Eli Schwartz
2025-05-18 13:48 Sam James
2025-03-10 22:43 Sam James
2024-12-22 18:55 Sam James
2024-12-17 17:34 Sam James
2024-12-14 7:28 Joonas Niilola
2024-12-01 11:45 Sam James
2024-12-01 11:45 Sam James
2024-11-23 20:15 Arthur Zamarin
2024-11-11 22:39 Sam James
2024-09-23 15:17 Andrew Ammerlaan
2024-08-15 20:30 Sam James
2024-03-17 7:50 Sam James
2024-02-07 8:19 Joonas Niilola
2024-01-30 19:29 Sam James
2024-01-27 6:35 Joonas Niilola
2023-12-05 6:38 Joonas Niilola
2023-11-29 14:13 Andrew Ammerlaan
2023-05-06 3:55 Sam James
2022-11-24 8:10 Joonas Niilola
2022-11-22 20:55 Sam James
2022-11-22 7:56 Arthur Zamarin
2022-11-10 19:48 Arthur Zamarin
2022-10-31 17:43 Sam James
2022-10-31 11:50 Joonas Niilola
2022-10-31 11:50 Joonas Niilola
2022-10-12 23:32 Sam James
2022-06-03 5:50 Jakov Smolić
2022-04-17 17:31 Sam James
2022-04-17 11:11 Jakov Smolić
2022-04-17 9:49 Joonas Niilola
2022-02-20 23:33 Sam James
2022-02-20 23:12 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1757532444.cfd1fbdaec6c25dfe1831d086f81bbf4afeddd07.asturm@gentoo \
--to=asturm@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox