aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libshout/vcpkg.json
blob: a9af943c13f63c95617f1a03e0692babfec64bb8 (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
{
  "name": "libshout",
  "version": "2.4.6",
  "description": "A library for communicating with and sending data to an Icecast server.",
  "homepage": "https://gitlab.xiph.org/xiph/icecast-libshout",
  "license": "LGPL-2.0-or-later",
  "supports": "!windows",
  "dependencies": [
    "libogg",
    "libtheora",
    "libvorbis",
    "openssl",
    "pthread",
    {
      "name": "vcpkg-make",
      "host": true
    }
  ],
  "features": {
    "speex": {
      "description": "Enable support for Speex codec",
      "dependencies": [
        "speex"
      ]
    }
  }
}