mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 19:19:00 +08:00
8b72840039
* [proj4]: Make the tiff specific features configurable and don't require the lossy jpeg compression that isn't used by the proj Data and/or CDN * [proj4]: Add version
58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "8.2.1",
|
|
"port-version": 1,
|
|
"description": "PROJ library for cartographic projections",
|
|
"homepage": "https://proj.org/",
|
|
"dependencies": [
|
|
"nlohmann-json",
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true,
|
|
"features": [
|
|
"tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"net",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"net": {
|
|
"description": "Enable network support",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
{
|
|
"name": "tiff",
|
|
"default-features": false,
|
|
"features": [
|
|
"lzma",
|
|
"zip"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "Build tools"
|
|
}
|
|
}
|
|
}
|