converters/lastools: update to 2.0.2

This commit is contained in:
landry 2023-04-27 06:36:49 +00:00
parent 10b0a129f0
commit 8840377d05
3 changed files with 16 additions and 4 deletions

View File

@ -1,8 +1,7 @@
COMMENT = tools for LiDAR processing
DISTNAME = lastools-0.20200310
GH_ACCOUNT = LAStools
GH_PROJECT = LAStools
GH_COMMIT = 978d1709a4e15a84deb09f65475554f56172e831
GH_TAGNAME = v2.0.2
CATEGORIES = converters textproc devel

View File

@ -1,2 +1,2 @@
SHA256 (lastools-0.20200310-978d1709.tar.gz) = cPwvSvKan8LpDnFjxnACuWf2Rr2PzbmkYpC1PiSRAoc=
SIZE (lastools-0.20200310-978d1709.tar.gz) = 8267863
SHA256 (LAStools-2.0.2.tar.gz) = QSAOK2rZL+BX/FAIEyl4CQiQRj1bYCvOiez4qoTHioI=
SIZE (LAStools-2.0.2.tar.gz) = 8846320

View File

@ -0,0 +1,13 @@
chunk of https://github.com/LAStools/LAStools/commit/4fd9a353cb4405ca6ab3edc58b80d7430bb99d05
Index: src/lasindex.cpp
--- src/lasindex.cpp.orig
+++ src/lasindex.cpp
@@ -143,7 +143,7 @@ int main(int argc, char *argv[])
{
for (i = 1; i < argc; i++)
{
- if (argv[i][0] == '<27>') argv[i][0] = '-';
+ if (argv[i][0] == 0x96) argv[i][0] = '-';
}
if (!lasreadopener.parse(argc, argv)) byebye(true);
}