diff options
Diffstat (limited to 'vcpkg/ports/pulseaudio/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/pulseaudio/vcpkg.json | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/vcpkg/ports/pulseaudio/vcpkg.json b/vcpkg/ports/pulseaudio/vcpkg.json new file mode 100644 index 0000000..1662511 --- /dev/null +++ b/vcpkg/ports/pulseaudio/vcpkg.json @@ -0,0 +1,62 @@ +{ + "name": "pulseaudio", + "version": "17.0", + "port-version": 3, + "description": "PulseAudio is a sound server, originally created to overcome the limitations of the Enlightened Sound Daemon (EsounD)", + "homepage": "https://www.freedesktop.org/wiki/Software/PulseAudio/Documentation/User/Community/", + "license": null, + "supports": "!android & !osx & !windows", + "dependencies": [ + { + "name": "alsa", + "platform": "linux" + }, + { + "name": "dbus", + "default-features": false + }, + "fftw3", + { + "name": "glib", + "default-features": false + }, + "jack2", + "libatomic-ops", + "libiconv", + { + "name": "libsndfile", + "default-features": false, + "features": [ + "external-libs" + ] + }, + { + "name": "openssl", + "default-features": false + }, + "soxr", + "speex", + { + "name": "vcpkg-cmake-config", + "host": true + }, + { + "name": "vcpkg-tool-meson", + "host": true + } + ], + "features": { + "gstreamer": { + "description": [ + "Use GStreamer media-related functionality.", + "This feauture may cause dependency cycles with other libs used by gstreamer." + ], + "dependencies": [ + { + "name": "gstreamer", + "default-features": false + } + ] + } + } +} |