aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/vst3sdk/vcpkg.json
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/vst3sdk/vcpkg.json')
-rw-r--r--vcpkg/ports/vst3sdk/vcpkg.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/vcpkg/ports/vst3sdk/vcpkg.json b/vcpkg/ports/vst3sdk/vcpkg.json
new file mode 100644
index 0000000..cc92f87
--- /dev/null
+++ b/vcpkg/ports/vst3sdk/vcpkg.json
@@ -0,0 +1,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"
+ }
+ }
+}