2021-09-09 16:24:04 +08:00
|
|
|
{
|
|
|
|
"name": "libgeotiff",
|
2022-03-24 03:24:10 +08:00
|
|
|
"version": "1.7.1",
|
2022-07-08 06:05:52 +08:00
|
|
|
"port-version": 1,
|
2021-11-11 06:54:19 +08:00
|
|
|
"description": "Libgeotiff is an open source library on top of libtiff for reading and writing GeoTIFF information tags.",
|
2021-09-09 16:24:04 +08:00
|
|
|
"homepage": "https://github.com/OSGeo/libgeotiff",
|
2022-03-10 02:33:02 +08:00
|
|
|
"license": "MIT",
|
2021-09-09 16:24:04 +08:00
|
|
|
"dependencies": [
|
2022-03-10 02:33:02 +08:00
|
|
|
"proj",
|
2021-11-11 06:54:19 +08:00
|
|
|
{
|
|
|
|
"name": "tiff",
|
|
|
|
"default-features": false
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake",
|
|
|
|
"host": true
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "vcpkg-cmake-config",
|
|
|
|
"host": true
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"features": {
|
|
|
|
"tools": {
|
|
|
|
"description": "Install libgeotiff utility programs",
|
|
|
|
"dependencies": [
|
|
|
|
"libjpeg-turbo"
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|
2021-09-09 16:24:04 +08:00
|
|
|
}
|