mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 18:17:50 +08:00
56e89ebc21
* [proj4,vtk,mapnik] Upgrade to proj 8.0.0. Make vtk compatible via upstream patch and mapnik by buildscript tweak. * [mapnik, proj4, vtk]: add versions
45 lines
785 B
JSON
45 lines
785 B
JSON
{
|
|
"name": "proj4",
|
|
"version-semver": "8.0.0",
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
},
|
|
{
|
|
"name": "sqlite3",
|
|
"host": true,
|
|
"features": [
|
|
"tool"
|
|
]
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"default-features": [
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "generate tools",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|