2021-03-29 04:52:48 +08:00
|
|
|
{
|
|
|
|
"name": "gdal",
|
2021-10-20 09:26:37 +08:00
|
|
|
"version-semver": "3.3.2",
|
2021-11-04 12:46:14 +08:00
|
|
|
"port-version": 3,
|
2021-04-20 04:53:29 +08:00
|
|
|
"description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
|
|
|
|
"homepage": "https://gdal.org",
|
|
|
|
"supports": "!arm",
|
2021-03-29 04:52:48 +08:00
|
|
|
"dependencies": [
|
|
|
|
"curl",
|
|
|
|
"expat",
|
|
|
|
"geos",
|
2021-04-20 04:53:29 +08:00
|
|
|
"giflib",
|
2021-03-29 04:52:48 +08:00
|
|
|
"hdf5",
|
|
|
|
{
|
|
|
|
"name": "json-c",
|
2021-10-20 09:26:37 +08:00
|
|
|
"platform": "!windows | mingw"
|
2021-03-29 04:52:48 +08:00
|
|
|
},
|
|
|
|
"libgeotiff",
|
2021-07-24 01:38:02 +08:00
|
|
|
"libjpeg-turbo",
|
2021-03-29 04:52:48 +08:00
|
|
|
"liblzma",
|
|
|
|
"libpng",
|
|
|
|
"libpq",
|
|
|
|
"libwebp",
|
|
|
|
"libxml2",
|
|
|
|
"netcdf-c",
|
|
|
|
"openjpeg",
|
|
|
|
"proj4",
|
|
|
|
"sqlite3",
|
2021-07-24 01:38:02 +08:00
|
|
|
"tiff",
|
2021-04-20 04:53:29 +08:00
|
|
|
"zlib",
|
|
|
|
"zstd"
|
2021-03-29 04:52:48 +08:00
|
|
|
],
|
|
|
|
"features": {
|
2021-11-04 12:46:14 +08:00
|
|
|
"cfitsio": {
|
|
|
|
"description": "Enable cfitsio support",
|
|
|
|
"dependencies": [
|
|
|
|
"cfitsio"
|
|
|
|
]
|
|
|
|
},
|
2021-03-29 04:52:48 +08:00
|
|
|
"libspatialite": {
|
|
|
|
"description": "Create or update SpatiaLite databases using libspatialite",
|
|
|
|
"dependencies": [
|
|
|
|
"libspatialite"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"mysql-libmariadb": {
|
|
|
|
"description": "Add mysql support using libmariadb",
|
|
|
|
"dependencies": [
|
|
|
|
"libmariadb"
|
|
|
|
]
|
2021-07-24 01:38:02 +08:00
|
|
|
},
|
|
|
|
"system-libraries": {
|
|
|
|
"$supports": "!windows",
|
|
|
|
"description": "Include drivers which need additional libraries"
|
2021-09-14 05:41:20 +08:00
|
|
|
},
|
|
|
|
"tools": {
|
|
|
|
"description": "Builds gdal and ogr executables"
|
2021-03-29 04:52:48 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|