aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/opusfile/vcpkg.json
blob: fcb3308a675e0a5ef5c66c0ec4c49b8df5764a5f (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": "opusfile",
  "version": "0.12+20221121",
  "port-version": 1,
  "description": "Stand-alone decoder library for .opus streams",
  "homepage": "https://github.com/xiph/opusfile",
  "license": "BSD-3-Clause",
  "supports": "!uwp",
  "dependencies": [
    "libogg",
    "opus",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "opusurl": {
      "description": "Support decoding of http(s) streams",
      "supports": "!windows",
      "dependencies": [
        "openssl"
      ]
    }
  }
}