aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/babl/vcpkg.json
blob: f7b8251b24bbe9bc974588d6e95eccfc98179a0d (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
{
  "name": "babl",
  "version": "0.1.114",
  "description": "A pixel encoding and color space conversion engine.",
  "homepage": "https://gegl.org/babl/",
  "license": "LGPL-3.0-or-later",
  "supports": "!windows | mingw",
  "dependencies": [
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "features": {
    "cmyk-icc": {
      "description": "Support CMYK ICC profiles.",
      "dependencies": [
        "lcms"
      ]
    },
    "introspection": {
      "description": "Enable introspection",
      "dependencies": [
        "gobject-introspection"
      ]
    }
  }
}