vcpkg/ports/liblas/vcpkg.json
Kai Pastor 369878e686
[libgeotiff] Update to 1.7.0, revise features and config (#21253)
* Update to 1.7.0

* Refresh patches, drop fix-proj4.patch

* Restore GeoTIFF cmake package name (reverts #15750)

* Add usage (reason: #15723)

* Remove zlib dependency, transitive usage only

* Move tools to optional feature

* Modernize portfile, fix copyright

* Don't install doc and man files

* Trim main patch

* Allow reduced tiff dependencies

* Update versions

* Remove libgeotiff uwp failure from CI baseline

* Update GeoTIFF in gdal wrapper

* Update versions

* Update GeoTIFF in pdal config

* Update versions

* Switch to 'version' field

* Update versions
2021-11-10 14:54:19 -08:00

34 lines
686 B
JSON

{
"name": "liblas",
"version": "1.8.1",
"port-version": 9,
"description": "A C/C++ library for reading and writing the very common LAS LiDAR format.",
"dependencies": [
"boost-detail",
"boost-filesystem",
"boost-interprocess",
"boost-iostreams",
"boost-lambda",
"boost-multi-index",
"boost-program-options",
"boost-system",
"boost-thread",
"boost-uuid",
"libgeotiff"
],
"features": {
"jpeg": {
"description": "Support for jpeg",
"dependencies": [
"libjpeg-turbo"
]
},
"zlib": {
"description": "Support zlib for compression",
"dependencies": [
"zlib"
]
}
}
}