aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/portaudio/vcpkg.json
diff options
context:
space:
mode:
authorEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
committerEthan Morgan <ethan@gweithio.com>2026-02-14 16:44:06 +0000
commit54409423f767d8b1cf30cb7d0efca6b4ca138823 (patch)
treed915ac7828703ce4b963efdd9728a1777ba18c1e /vcpkg/ports/portaudio/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/portaudio/vcpkg.json')
-rw-r--r--vcpkg/ports/portaudio/vcpkg.json23
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/portaudio/vcpkg.json b/vcpkg/ports/portaudio/vcpkg.json
new file mode 100644
index 0000000..6b9f8fe
--- /dev/null
+++ b/vcpkg/ports/portaudio/vcpkg.json
@@ -0,0 +1,23 @@
+{
+ "name": "portaudio",
+ "version": "19.7",
+ "port-version": 7,
+ "description": "PortAudio Portable Cross-platform Audio I/O API PortAudio is a free, cross-platform, open-source, audio I/O library. It lets you write simple audio programs in 'C' or C++ that will compile and run on many platforms including Windows, Macintosh OS X, and Unix (OSS/ALSA). It is intended to promote the exchange of audio software between developers on different platforms. Many applications use PortAudio for Audio I/O.",
+ "homepage": "https://www.portaudio.com",
+ "license": "MIT",
+ "supports": "!uwp",
+ "dependencies": [
+ {
+ "name": "jack2",
+ "platform": "!ios & !osx & !windows"
+ },
+ {
+ "name": "vcpkg-cmake",
+ "host": true
+ },
+ {
+ "name": "vcpkg-cmake-config",
+ "host": true
+ }
+ ]
+}