[arch-commits] Commit in liblas/trunk (PKGBUILD)
Bruno Pagani
archange at gemini.archlinux.org
Sun Mar 20 12:08:51 UTC 2022
Date: Sunday, March 20, 2022 @ 12:08:50
Author: archange
Revision: 1163465
upgpkg: liblas 1.8.1.r127+ge6a1aaed-1
Get the latest fixes
Modified:
liblas/trunk/PKGBUILD
----------+
PKGBUILD | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2022-03-20 11:53:28 UTC (rev 1163464)
+++ PKGBUILD 2022-03-20 12:08:50 UTC (rev 1163465)
@@ -1,8 +1,8 @@
# Maintainer: Bruno Pagani <archange at archlinux.org>
pkgname=liblas
-pkgver=1.8.1.r120+ge12742f4
-pkgrel=8
+pkgver=1.8.1.r127+ge6a1aaed
+pkgrel=1
pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR format"
arch=(x86_64)
url="https://liblas.org/"
@@ -12,7 +12,7 @@
#source=(https://download.osgeo.org/liblas/libLAS-${pkgver}.tar.bz2)
#md5sums=('2e6a975dafdf57f59a385ccb87eb5919')
#sha256sums=('9adb4a98c63b461ed2bc82e214ae522cbd809cff578f28511122efe6c7ea4e76')
-source=(git+https://github.com/libLAS/libLAS.git#commit=e12742f4152146d3a71f9b2de573257e91736c93
+source=(git+https://github.com/libLAS/libLAS.git#commit=e6a1aaed412d638687b8aec44f7b12df7ca2bbbb
fix-gdal-2.5.patch)
sha256sums=(SKIP c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af)
@@ -38,10 +38,10 @@
#cmake -B build -S libLAS-${pkgver} \
cmake -B build -S libLAS \
-DCMAKE_INSTALL_PREFIX=/usr \
- -DWITH_GDAL=True \
- -DWITH_GEOTIFF=True \
- -DWITH_LASZIP=True \
- -DWITH_UTILITIES=True \
+ -DWITH_GDAL=ON \
+ -DWITH_GEOTIFF=ON \
+ -DWITH_LASZIP=ON \
+ -DWITH_UTILITIES=ON \
-DCMAKE_INSTALL_RPATH=/usr/lib/laszip2 \
-DLASZIP_INCLUDE_DIR=/usr/include \
-DLASZIP_LIBRARY=/usr/lib/laszip2/liblaszip.so \
More information about the arch-commits
mailing list