From b713867fb73ed493b07339768a076ce86ae8d01c Mon Sep 17 00:00:00 2001 From: Giancarlo Dessi Date: Wed, 17 Apr 2024 21:51:38 +0700 Subject: gis/pdal: Updated for version 2.7.1. Signed-off-by: Willy Sudiarto Raharjo --- gis/pdal/pdal.SlackBuild | 8 ++++---- gis/pdal/pdal.info | 6 +++--- 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" -- cgit v1.2.3