aboutsummaryrefslogtreecommitdiff
path: root/ports/openjpeg/vcpkg.json
blob: 031f12a4462e0fbf96643bc220c4d102ce148f30 (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
{
  "name": "openjpeg",
  "version-semver": "2.4.0",
  "description": "OpenJPEG is an open-source JPEG 2000 codec written in C language. It has been developed in order to promote the use of JPEG 2000, a still-image compression standard from the Joint Photographic Experts Group (JPEG). Since April 2015, it is officially recognized by ISO/IEC and ITU-T as a JPEG 2000 Reference Software.",
  "homepage": "https://github.com/uclouvain/openjpeg",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "jp3d": {
      "description": "Build optional component jp3d"
    },
    "jpip": {
      "description": "Build optional component jpip"
    },
    "jpwl": {
      "description": "Build optional component jpwl"
    },
    "mj2": {
      "description": "Build optional component mj2"
    }
  }
}