summaryrefslogtreecommitdiffstats
path: root/gis
diff options
context:
space:
mode:
author Giancarlo Dessi <slack@giand.it>2024-04-17 21:51:38 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-04-19 21:32:11 +0700
commitb713867fb73ed493b07339768a076ce86ae8d01c (patch)
tree3c45fa17d2d8774b54d54ecee1eb2062b7298f63 /gis
parentcd085a79f359d37f1a39999ebdca593ae05b28fc (diff)
downloadslackbuilds-b713867fb73ed493b07339768a076ce86ae8d01c.tar.gz
slackbuilds-b713867fb73ed493b07339768a076ce86ae8d01c.tar.xz
gis/pdal: Updated for version 2.7.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'gis')
-rw-r--r--gis/pdal/pdal.SlackBuild8
-rw-r--r--gis/pdal/pdal.info6
2 files changed, 7 insertions, 7 deletions
diff --git a/gis/pdal/pdal.SlackBuild b/gis/pdal/pdal.SlackBuild
index 8afd90f00d..dfb181ed11 100644
--- a/gis/pdal/pdal.SlackBuild
+++ b/gis/pdal/pdal.SlackBuild
@@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pdal
SRCNAM=PDAL
-VERSION=${VERSION:-2.7.0}
+VERSION=${VERSION:-2.7.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -53,7 +53,7 @@ fi
# *************************************************************************
-# Users that have a standard installation of proprietary MatLAB would enable
+# Users that have a standard installation of proprietary MatLAB would enable
# the build of Matlab plugin. This is disabled by default
BUILDMATLAB="" ; [ "${MATLAB:-no}" = "yes" ] && \
BUILDMATLAB="-DBUILD_PLUGIN_MATLAB=ON"
@@ -131,8 +131,8 @@ cd ..
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | \
grep ELF | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
-
-# Remove empty directories and fix permissions (issues found by sbopkglint)
+
+# Remove empty directories and fix permissions (issues found by sbopkglint)
rmdir $PKG/usr/include/pdal/filters/private/csf
rmdir $PKG/usr/include/pdal/filters/private/miniball
chmod 644 $PKG/usr/include/pdal/*.hpp
diff --git a/gis/pdal/pdal.info b/gis/pdal/pdal.info
index b19a92667f..64b125f2de 100644
--- a/gis/pdal/pdal.info
+++ b/gis/pdal/pdal.info
@@ -1,8 +1,8 @@
PRGNAM="pdal"
-VERSION="2.7.0"
+VERSION="2.7.1"
HOMEPAGE="https://pdal.io"
-DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.0/PDAL-2.7.0.tar.gz"
-MD5SUM="d4269798490beabc9810e2a340556ecc"
+DOWNLOAD="https://github.com/PDAL/PDAL/archive/2.7.1/PDAL-2.7.1.tar.gz"
+MD5SUM="a524026179dec11482d0f4670e0f68e0"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="gdal libgeotiff netcdf postgresql"