aboutsummaryrefslogtreecommitdiff
path: root/ports/gamma/CONTROL
diff options
context:
space:
mode:
authordirkju <dirkju@outlook.com>2018-03-06 02:35:31 +0100
committerRobert Schumacher <roschuma@microsoft.com>2018-03-05 17:35:31 -0800
commit87fb30839c255ff6e2cf00b9f44aaa46e2403fb9 (patch)
tree53c586e36f6432c343d440386665751ce884a9a3 /ports/gamma/CONTROL
parenta477fd6b6eb5a4053770e50423c6f1144c338c4d (diff)
downloadvcpkg-87fb30839c255ff6e2cf00b9f44aaa46e2403fb9.tar.gz
vcpkg-87fb30839c255ff6e2cf00b9f44aaa46e2403fb9.zip
Added Gamma library (#2957)
Diffstat (limited to 'ports/gamma/CONTROL')
-rw-r--r--ports/gamma/CONTROL4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/gamma/CONTROL b/ports/gamma/CONTROL
new file mode 100644
index 000000000..b70639ea6
--- /dev/null
+++ b/ports/gamma/CONTROL
@@ -0,0 +1,4 @@
+Source: gamma
+Version: gamma-2018-01-27
+Build-Depends: libsndfile, portaudio
+Description: Gamma is a cross-platform, C++ library for doing generic synthesis and filtering of signals. It is oriented towards real-time sound and graphics applications, but is equally useful for non-real-time tasks. Gamma is designed to be "light-footed" in terms of memory and processing making it highly suitable for plug-in development or embedding in other C++ projects.