vcpkg/ports/gdal/vcpkg.json
Kai Pastor d4422c3beb
[poppler,gdal] Major update to poppler; poppler feature for gdal (#22720)
* Major update to port poppler

* Fixup usage requirements via main pc file

* Add usage based on FindPkgConfig

* Export unofficial cmake config

* uwp is unsupported

* [gdal] Add poppler feature

* [gdal] Update poppler dependency

* [gdal] Add patch for poppler C++17 API

* Disable ENABLE_RELOCATABLE

* Update to 22.02.0 from poppler gitlab

* Update versions

* [skip actions] CI with gdal tools

* Revert "[skip actions] CI with gdal tools"

* Modify feature name for private API

* Update versions

* Add license field to gdal manifest

* Add port name to unofficial namespace

* Rectify poppler version number

* Update versions

* poppler[fontconfig] doesn't build for MSVC

* Update versions

Co-authored-by: Matthias Kuhn <matthias@opengis.ch>
2022-02-17 17:03:04 -08:00

124 lines
2.6 KiB
JSON

{
"name": "gdal",
"version-semver": "3.4.1",
"port-version": 2,
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
"homepage": "https://gdal.org",
"license": null,
"supports": "!uwp",
"dependencies": [
"curl",
"expat",
"geos",
{
"name": "giflib",
"platform": "!windows | mingw"
},
{
"name": "json-c",
"platform": "!windows | mingw"
},
"libgeotiff",
{
"name": "libiconv",
"platform": "windows & !mingw"
},
"libjpeg-turbo",
"liblzma",
"libpng",
"libwebp",
"libxml2",
"openjpeg",
"proj4",
"sqlite3",
"tiff",
{
"name": "vcpkg-pkgconfig-get-modules",
"host": true
},
"zlib",
"zstd"
],
"default-features": [
"supported-default-features"
],
"features": {
"cfitsio": {
"description": "Enable cfitsio support",
"dependencies": [
"cfitsio"
]
},
"hdf5": {
"description": "Enable HDF5 support",
"dependencies": [
"hdf5"
]
},
"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": [
"netcdf-c"
]
},
"poppler": {
"description": "Enable poppler support",
"dependencies": [
{
"name": "poppler",
"default-features": false,
"features": [
"private-api"
]
}
]
},
"postgresql": {
"description": "Enable PostgreSQL support",
"dependencies": [
"libpq"
]
},
"supported-default-features": {
"description": "Default set of features, dependent on platform",
"dependencies": [
{
"name": "gdal",
"default-features": false,
"features": [
"postgresql"
],
"platform": "!uwp"
},
{
"name": "gdal",
"default-features": false,
"features": [
"hdf5",
"netcdf"
],
"platform": "!uwp & !(windows & arm64)"
}
]
},
"system-libraries": {
"description": "Include drivers which need additional libraries"
},
"tools": {
"description": "Builds gdal and ogr executables"
}
}
}