mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 16:49:00 +08:00
8fe4184c6a
* Copy over proj.pdb file on install * Update port-version of proj4 * update version record * Update proj4 version * Update versions/p-/proj4 Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com>
44 lines
832 B
JSON
44 lines
832 B
JSON
{
|
|
"name": "proj4",
|
|
"version-string": "7.2.1",
|
|
"port-version": 1,
|
|
"description": "PROJ.4 library for cartographic projections",
|
|
"homepage": "https://github.com/OSGeo/PROJ",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"default-features": false
|
|
}
|
|
],
|
|
"default-features": [
|
|
"database",
|
|
"tiff"
|
|
],
|
|
"features": {
|
|
"database": {
|
|
"description": "generate database",
|
|
"dependencies": [
|
|
{
|
|
"name": "sqlite3",
|
|
"features": [
|
|
"tool"
|
|
],
|
|
"platform": "!uwp & !arm"
|
|
}
|
|
]
|
|
},
|
|
"tiff": {
|
|
"description": "Enable TIFF support to read some grids",
|
|
"dependencies": [
|
|
"tiff"
|
|
]
|
|
},
|
|
"tools": {
|
|
"description": "generate tools",
|
|
"dependencies": [
|
|
"curl"
|
|
]
|
|
}
|
|
}
|
|
}
|