aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pulseaudio/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/pulseaudio/vcpkg.json
move to own git serverHEADmaster
Diffstat (limited to 'vcpkg/ports/pulseaudio/vcpkg.json')
-rw-r--r--vcpkg/ports/pulseaudio/vcpkg.json62
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
+ }
+ ]
+ }
+ }
+}