vcpkg/ports/proj4/vcpkg.json
Kai Pastor a4f322c567
[proj4] Update to 8.1.1, revise features and dependencies (#20443)
* Update to 8.1.1, cleanup patches

* Patch and use pc file installation from upstream

* Simplify dependency fixup

* Remove obsolete VCPKG_BUILD_SHARED_LIBS

* Revise feature and dependency interface

* Update versions

* Use all libs from proj.pc for gdal

* Set CMP0012 for dependency control

* Update versions

* Update versions

* Fix missing user32.lib when using libcrypto

* Update versions

* Fix missing user32.lib when using libcrypto

* Update versions
2021-12-09 18:18:18 -08:00

49 lines
847 B
JSON

{
"name": "proj4",
"version-semver": "8.1.1",
"description": "PROJ.4 library for cartographic projections",
"homepage": "https://proj.org/",
"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": [
"net",
"tiff"
],
"features": {
"net": {
"description": "Enable network support",
"dependencies": [
"curl"
]
},
"tiff": {
"description": "Enable TIFF support to read some grids",
"dependencies": [
"tiff"
]
},
"tools": {
"description": "Build tools"
}
}
}