mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-20 18:17:50 +08:00
df8276a218
* Modernize lodepng portfile * Update to 8c6a9e30 * Install LICENSE as copyright * Don't install examples * Remove unused parameter * Merge lodepng-c into lodepng * Add usage * Omit lodepng-util: not official API * Update versions * [gdal] Don't use lz4: not a dependency * [libjxl] Fix link flags * Revise install cleanup, handle .dylib * Add extra flags for uwp * Workaround uwp toolchain quirks * More dependency control, jxl_extras for tools only * Pass the version to the build * Update versions * Skip CI for libjxl:arm-uwp * Install usage file * Update versions * Use version-date for lodepng, mark lodepng-c as deprecated, and update version database. Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
61 lines
1.3 KiB
JSON
61 lines
1.3 KiB
JSON
{
|
|
"name": "gdal",
|
|
"version-semver": "3.4.0",
|
|
"port-version": 3,
|
|
"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",
|
|
"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"
|
|
}
|
|
}
|
|
}
|