mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 17:49:00 +08:00
6d9ed56811
* [osgearth] Re-fix dependency gdal * [gdal] Add dependency freexl on UNIX * update version record * fix patch * convert to manifest * update version record * re-fix * update version record * add dependency freexl * update version record * Disable freexl Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Don't require freexl on Windows Co-authored-by: Robert Schumacher <roschuma@microsoft.com> * Revert osgearth change * Fix the baseline version * Fix osgearth baseline version * [protouf] Automatic set protobuf_MODULE_COMPATIBLE to include the module file * Set protobuf_MODULE_COMPATIBLE in wrapper * Re-fix protobuf * update version record Co-authored-by: Victor Romero <romerosanchezv@gmail.com> Co-authored-by: Robert Schumacher <roschuma@microsoft.com> Co-authored-by: PhoebeHui <20694052+PhoebeHui@users.noreply.github.com>
44 lines
875 B
JSON
44 lines
875 B
JSON
{
|
|
"name": "gdal",
|
|
"version-string": "3.1.3",
|
|
"port-version": 3,
|
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data.",
|
|
"homepage": "hhttps://gdal.org/",
|
|
"dependencies": [
|
|
"cfitsio",
|
|
"curl",
|
|
"expat",
|
|
"geos",
|
|
"hdf5",
|
|
{
|
|
"name": "json-c",
|
|
"platform": "!windows"
|
|
},
|
|
"libgeotiff",
|
|
"liblzma",
|
|
"libpng",
|
|
"libpq",
|
|
"libwebp",
|
|
"libxml2",
|
|
"netcdf-c",
|
|
"openjpeg",
|
|
"proj4",
|
|
"sqlite3",
|
|
"zlib"
|
|
],
|
|
"features": {
|
|
"libspatialite": {
|
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
|
"dependencies": [
|
|
"libspatialite"
|
|
]
|
|
},
|
|
"mysql-libmariadb": {
|
|
"description": "Add mysql support using libmariadb",
|
|
"dependencies": [
|
|
"libmariadb"
|
|
]
|
|
}
|
|
}
|
|
}
|