aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/rubberband/vcpkg.json
blob: a543f1a566e999be86446b84ad900386790a3ef3 (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
{
  "name": "rubberband",
  "version": "4.0.0",
  "port-version": 1,
  "description": "A high quality software library for audio time-stretching and pitch-shifting.",
  "homepage": "https://www.breakfastquay.com/rubberband/",
  "license": "GPL-2.0-or-later",
  "supports": "!uwp & !(windows & static) & !xbox",
  "dependencies": [
    {
      "name": "fftw3",
      "platform": "(arm & windows) | (x86 & windows) | ios | osx | emscripten"
    },
    "libsamplerate",
    {
      "name": "sleef",
      "features": [
        "dft"
      ],
      "platform": "!(arm & windows) & !(x86 & windows) & !ios & !osx & !emscripten"
    },
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ],
  "features": {
    "cli": {
      "description": "Build the command-line utility",
      "dependencies": [
        {
          "name": "libsndfile",
          "default-features": false,
          "features": [
            "external-libs"
          ]
        }
      ]
    }
  }
}