aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libheif/vcpkg.json
blob: 9bf1b45aa4465e4ed9f4907eff56ccf47e8b9f75 (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
56
57
58
59
60
61
62
63
64
65
66
{
  "name": "libheif",
  "version": "1.20.2",
  "description": "libheif is an HEIF and AVIF file format decoder and encoder.",
  "homepage": "http://www.libheif.org/",
  "license": "LGPL-3.0-only",
  "supports": "!xbox",
  "dependencies": [
    "libde265",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "default-features": [
    "hevc"
  ],
  "features": {
    "aom": {
      "description": "AVIF decoding and encoding via aom",
      "license": "BSD-2-Clause",
      "dependencies": [
        "aom"
      ]
    },
    "gdk-pixbuf": {
      "description": "Plugin for gdk-pixbuf",
      "supports": "!windows | mingw",
      "dependencies": [
        "gdk-pixbuf"
      ]
    },
    "hevc": {
      "description": "HEVC encoding via x265",
      "license": "GPL-2.0-or-later",
      "dependencies": [
        "x265"
      ]
    },
    "iso23001-17": {
      "description": "Support for ISO23001-17 (uncompressed) codec (experimental)",
      "license": "LGPL-3.0-only",
      "dependencies": [
        "zlib"
      ]
    },
    "jpeg": {
      "description": "JPEG decoding and encoding via libjpeg-turbo",
      "license": "BSD-3-Clause",
      "dependencies": [
        "libjpeg-turbo"
      ]
    },
    "openjpeg": {
      "description": "JPEG-2000 decoding and encoding via OpenJPEG",
      "license": "BSD-2-Clause",
      "dependencies": [
        "openjpeg"
      ]
    }
  }
}