summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Giancarlo Dessi2024-02-13 03:57:09 +0100
committer Willy Sudiarto Raharjo2024-02-13 06:33:33 +0100
commit89d797449cbb9c18c4371ef719b583b2e221751f (patch)
treee5b0d45f2b297bafa61cc507b1eb2bdec3c7a1a5 /gis
parentb7e4b90c419b51c6a3954ded87c6f152faf3e00d (diff)
downloadslackbuilds-89d797449cbb9c18c4371ef719b583b2e221751f.tar.gz
gis/pdal: Updated for version 2.6.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.SlackBuild10
-rw-r--r--gis/pdal/pdal.info6
2 files changed, 6 insertions, 10 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 45ba94f43b..51bb59b7f7 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for pdal
-# Copyright 2023 Giancarlo Dessi, Cagliari, IT
+# Copyright 2023-2024 Giancarlo Dessi, Cagliari, IT
# Copyright 2013-2021 Benjamin Trigona-Harany <slackbuilds@jaxartes.net>
# All rights reserved.
#
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdal
SRCNAM=PDAL
-VERSION=${VERSION:-2.6.2}
+VERSION=${VERSION:-2.6.3}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -48,7 +48,7 @@ if [ "${E57:-yes}" = "yes" ]; then
BUILDE57="" ; [ -d /usr/include/xercesc ] && BUILDE57="-DBUILD_PLUGIN_E57=ON"
fi
if [ "${DRACO:-yes}" = "yes" ]; then
- BUILDDRACO="" ; [ -x /usr/bin/draco_decoder-1.5.6 ] && BUILDDRACO="-DBUILD_PLUGIN_DRACO=ON"
+ BUILDDRACO="" ; [ -x /usr/bin/draco_decoder-1.5.* ] && BUILDDRACO="-DBUILD_PLUGIN_DRACO=ON"
fi
# *************************************************************************
@@ -140,10 +140,6 @@ chmod 644 $PKG/usr/include/pdal/*/*.hpp
chmod 644 $PKG/usr/include/pdal/*/*/*.hpp
chmod 644 $PKG/usr/include/pdal/*/*/*/*.hpp
-# Fix path of bash-completion
-mv $PKG/usr/share/share/* $PKG/usr/share
-rmdir $PKG/usr/share/share
-
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
AUTHORS.txt CITATION LICENSE.txt README.md RELEASENOTES.txt \
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index 2fecbd39da..f9e745d288 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -1,8 +1,8 @@
PRGNAM="pdal"
-VERSION="2.6.2"
+VERSION="2.6.3"
HOMEPAGE="https://pdal.io"
-DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.6.2/PDAL-2.6.2.tar.gz"
-MD5SUM="674163b685de66538a75d6570d94cd3b"
+DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.6.3/PDAL-2.6.3.tar.gz"
+MD5SUM="fea7604600696bb7befe48265368e5e2"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libgeotiff netcdf postgresql"