aboutsummaryrefslogtreecommitdiff
path: root/ports/gdal/vcpkg.json
blob: a0200858dc1640590a5ba3fdd62ce323d229e9dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
  "name": "gdal",
  "version-semver": "3.2.2",
  "port-version": 6,
  "description": "The Geographic Data Abstraction Library for reading and writing geospatial raster and vector data",
  "homepage": "https://gdal.org",
  "supports": "!arm",
  "dependencies": [
    "cfitsio",
    "curl",
    "expat",
    "geos",
    "giflib",
    "hdf5",
    {
      "name": "json-c",
      "platform": "!windows"
    },
    "libgeotiff",
    "libjpeg-turbo",
    "liblzma",
    "libpng",
    "libpq",
    "libwebp",
    "libxml2",
    "netcdf-c",
    "openjpeg",
    "proj4",
    "sqlite3",
    "tiff",
    "zlib",
    "zstd"
  ],
  "features": {
    "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"
    }
  }
}