vcpkg/ports/gdal/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

65 lines
1.3 KiB
JSON

{
"name": "gdal",
"version-semver": "3.4.0",
"port-version": 4,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"supports": "!(arm & windows)",
"dependencies": [
"curl",
"expat",
"geos",
"giflib",
"hdf5",
{
"name": "json-c",
"platform": "!windows | mingw"
},
"libgeotiff",
"libjpeg-turbo",
"liblzma",
"libpng",
"libpq",
"libwebp",
"libxml2",
"netcdf-c",
"openjpeg",
"proj4",
"sqlite3",
"tiff",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib",
"zstd"
],
"features": {
"cfitsio": {
"description": "Enable cfitsio support",
"dependencies": [
"cfitsio"
]
},
"libspatialite": {
"description": "Create or update SpatiaLite databases using libspatialite",
"dependencies": [
"libspatialite"
]
},
"mysql-libmariadb": {
"description": "Add mysql support using libmariadb",
"dependencies": [
"libmariadb"
]
},
"system-libraries": {
"$supports": "!windows",
"description": "Include drivers which need additional libraries"
},
"tools": {
"description": "Builds gdal and ogr executables"
}
}
}