aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vst3sdk/vcpkg.json
blob: cc92f8765e2a89774a5d1715b0802e23c3978739 (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
{
  "name": "vst3sdk",
  "version-string": "v3.7.12_build_20",
  "port-version": 2,
  "description": "Virtual Studio Technology (VST) is an audio plug-in software interface that facilitates the integration of software synthesizers and effects in digital audio workstations (DAW)",
  "homepage": "https://steinbergmedia.github.io/vst3_dev_portal/pages/Technical+Documentation/API+Documentation/Index.html",
  "license": "GPL-3.0-only",
  "supports": "!android & !uwp & !(arm64 & windows) & !staticcrt",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "audiounit-wrapper": {
      "description": "Include AudioUnit wrappers for macOS",
      "supports": "osx"
    },
    "hosting-examples": {
      "description": "Build examples for VST3 host applications"
    },
    "plugin-examples": {
      "description": "Build examples for VST3 plugins"
    }
  }
}