community/pdal: upgrade to 2.8.0

This commit is contained in:
Bart Ribbers 2024-09-16 20:31:17 +02:00
parent 934c9d6927
commit d2c32d4e9b
2 changed files with 4 additions and 29 deletions

View File

@ -1,22 +0,0 @@
From ceb4039a4c7384210bc900a4e42d49a7a49afa66 Mon Sep 17 00:00:00 2001
From: Howard Butler <hobu.inc@gmail.com>
Date: Mon, 8 Jul 2024 09:07:11 -0500
Subject: [PATCH] Fix CPD compilation of tests when building filters.cpd in
non-standalone builds
---
plugins/cpd/CMakeLists.txt | 1 +
1 file changed, 1 insertion(+)
diff --git a/plugins/cpd/CMakeLists.txt b/plugins/cpd/CMakeLists.txt
index ba85e27a72..688d0e8dce 100644
--- a/plugins/cpd/CMakeLists.txt
+++ b/plugins/cpd/CMakeLists.txt
@@ -31,6 +31,7 @@ if(${WITH_TESTS})
FILES
test/CpdFilterTest.cpp
LINK_WITH
+ ${filter_libname}
Cpd::Library-C++
INCLUDES
"${include_dirs}"

View File

@ -1,8 +1,8 @@
# Contributor: Bradley J Chambers <brad.chambers@gmail.com>
# Maintainer: Bart Ribbers <bribbers@disroot.org>
pkgname=pdal
pkgver=2.7.2
pkgrel=1
pkgver=2.8.0
pkgrel=0
pkgdesc="PDAL is a C++ BSD library for translating and manipulating point cloud data."
url="https://pdal.io/"
arch="all"
@ -35,9 +35,7 @@ subpackages="
$pkgname-dev
libpdal-plugins
"
source="https://github.com/PDAL/PDAL/releases/download/$pkgver/PDAL-$pkgver-src.tar.bz2
0001-Fix-CPD-compilation-of-tests-when-building-filters.cpd-in-non-standalone-builds.patch
"
source="https://github.com/PDAL/PDAL/releases/download/$pkgver/PDAL-$pkgver-src.tar.bz2"
builddir="$srcdir/PDAL-$pkgver-src"
case "$CARCH" in
@ -127,6 +125,5 @@ plugins() {
}
sha512sums="
81e4d4b136e292f5a2e4145f730e00375a26a6a2aa52af679bea6d9d371b55c92641475ea332fc8301fe35d237415b70ea311da3fc1bc4ff69013a7448f66896 PDAL-2.7.2-src.tar.bz2
605fd16482247318da50f0b8d70787eb21d6e9e23ec82265852840d65559bb38f2f5bb671b312a234aa298b7eb4a43411d36cbc8b93e0b2170997b6ffb6edd3b 0001-Fix-CPD-compilation-of-tests-when-building-filters.cpd-in-non-standalone-builds.patch
d3b02f13e56423c5086e72908f932db384cb0d64f3d3e5cec121c1e283268f8e38f6123ff852d77c07ea9777001a78595bdafed458dc06aa52402d92e76ce995 PDAL-2.8.0-src.tar.bz2
"