aboutsummaryrefslogtreecommitdiff
path: root/ports/libsndfile/vcpkg.json
blob: 33556df7a66b726c225151aa962855300350b47b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
  "name": "libsndfile",
  "version-string": "1.0.30",
  "port-version": 1,
  "description": "Library to read, write and manipulate many soundfile types. Authored by Eric de Castro Lopo",
  "homepage": "https://github.com/erikd/libsndfile",
  "license": "LGPL-2.1",
  "default-features": [
    "external-libs"
  ],
  "features": {
    "external-libs": {
      "description": "Default feature. Enables Ogg Vorbis, FLAC and Ogg Opus formats support.",
      "dependencies": [
        "libflac",
        "libvorbis",
        "opus"
      ]
    }
  }
}