* update liblas to 1.8.1.r128+gded46373-9

This commit is contained in:
Alexander Baldeck 2024-07-27 22:37:52 +02:00
parent e8497fc06c
commit ff93fd6796
2 changed files with 22 additions and 1 deletions

21
liblas/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = liblas
pkgdesc = C/C++ library for reading and writing the very common LAS LiDAR format
pkgver = 1.8.1.r128+gded46373
pkgrel = 9
url = https://liblas.org/
arch = x86_64
license = BSD
makedepends = cmake
makedepends = boost
makedepends = git
depends = boost-libs
depends = gdal
depends = laszip2
depends = libgeotiff
depends = proj
source = git+https://github.com/libLAS/libLAS.git#commit=ded463732db1f9baf461be6f3fe5b8bb683c41cd
source = fix-gdal-2.5.patch
sha256sums = SKIP
sha256sums = c492dd229664c0f1be1a7ca7a7e2df0414a04e2ac89dc5b5ce61463fbe84a6af
pkgname = liblas

View File

@ -3,7 +3,7 @@
pkgname=liblas
pkgver=1.8.1.r128+gded46373
pkgrel=8
pkgrel=9
pkgdesc="C/C++ library for reading and writing the very common LAS LiDAR format"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://liblas.org/"