vcpkg/ports/gdal/vcpkg.json
Kai Pastor e6c8c2bc05
[gdal] Update to 3.5.1, build with CMake (#22392)
* Build with CMake [skip actions]

* Update to 3.5.0 RC1 [skip actions]

* Update to 3.5.0RC2

* Use GDAL_USE_INTERNAL_LIBS=OFF

* Use lower-case config path

* Add LERC support

* Fix tiff linkage in libgeotiff

* uwp is unsupported

* core doesn't imply lerc

* Drop legacy build

* Feature and portfile cleanup [skip actions]

* Cleanup wrapper

* Pass on libspatialite usage requirements

* Update versions

* Remove hfd5/netcdf from default for android

* Update versions

* Fix wrapper

* Update versions

* Fix libgeotiff config

* The wrapper needs pkgconf for libspatialite

* Update versions

* Remove obsolete patch

* Update to v3.5.1-RC1

* Burn host triplet into config, require pkg-config

* Fix libspatialite link libraries [skip actions]

* Update versions in manifests

* Update versions

* Remove obsolete wrapper code [skip actions]

Complements 5c4f512.

* Update to 3.5.1RC2 [skip actions]

* Handle additional link dependencies using pkg-config [skip actions]

* GDAL's find modules rely on PkgConfig

* Update to 3.5.1

* Update versions
2022-07-07 15:05:52 -07:00

199 lines
4.2 KiB
JSON

{
"name": "gdal",
"version-semver": "3.5.1",
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
"supports": "!uwp",
"dependencies": [
"json-c",
"libgeotiff",
{
"name": "pkgconf",
"host": true
},
"proj",
"tiff",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
},
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib"
],
"default-features": [
"default-features"
],
"features": {
"aws-ec2-windows": {
"description": "Optimized detection of AWS EC2 Windows hosts",
"dependencies": [
"atlmfc"
]
},
"cfitsio": {
"description": "Enable cfitsio support",
"dependencies": [
"cfitsio"
]
},
"curl": {
"description": "Enable CURL network support",
"dependencies": [
{
"name": "curl",
"default-features": false
}
]
},
"default-features": {
"description": "Default set of features, including recommended features",
"dependencies": [
"expat",
{
"name": "gdal",
"default-features": false,
"features": [
"curl",
"geos",
"libspatialite",
"recommended-features"
]
},
{
"name": "gdal",
"default-features": false,
"features": [
"postgresql"
],
"platform": "!uwp"
},
{
"name": "gdal",
"default-features": false,
"features": [
"hdf5",
"netcdf"
],
"platform": "!uwp & !(windows & arm64) & !android"
},
"giflib",
"libiconv",
"libjpeg-turbo",
"liblzma",
"libpng",
"libwebp",
"libxml2",
"openjpeg",
"openssl",
"pcre2",
"qhull",
"zstd"
]
},
"freexl": {
"description": "Enable FREEXL support",
"dependencies": [
"freexl"
]
},
"geos": {
"description": "Enable GEOS support",
"dependencies": [
"geos"
]
},
"hdf5": {
"description": "Enable HDF5 support",
"dependencies": [
{
"name": "hdf5",
"default-features": false
}
]
},
"lerc": {
"description": "Enable LERC support",
"dependencies": [
"lerc"
]
},
"libspatialite": {
"description": "Create or update SpatiaLite databases using libspatialite",
"dependencies": [
"libspatialite"
]
},
"mysql-libmariadb": {
"description": "Add mysql support using libmariadb",
"dependencies": [
"libmariadb"
]
},
"netcdf": {
"description": "Enable NetCDF support",
"dependencies": [
{
"name": "netcdf-c",
"default-features": false
}
]
},
"poppler": {
"description": "Enable PDF reading support via poppler",
"dependencies": [
{
"name": "poppler",
"default-features": false,
"features": [
"private-api"
]
}
]
},
"postgresql": {
"description": "Enable PostgreSQL support",
"dependencies": [
"libpq"
]
},
"recommended-features": {
"description": "Features that are explicity marked as recommended by GDAL.",
"dependencies": [
"expat",
{
"name": "sqlite3",
"features": [
"rtree"
]
}
]
},
"supported-default-features": {
"description": "This feature is an alias for default-features. It is retained for compatibility.",
"dependencies": [
{
"name": "gdal",
"features": [
"default-features"
]
}
]
},
"system-libraries": {
"$supports": "!windows",
"description": "This feature does nothing. It is retained for compatibility."
},
"tools": {
"description": "Builds gdal and ogr executables"
}
}
}