vcpkg/ports/pipewire/vcpkg.json

16 lines
355 B
JSON
Raw Normal View History

{
"name": "pipewire",
2022-11-19 05:10:19 +08:00
"version": "0.3.60",
"description": "Low-latency audio/video router and processor. This port only builds the client library, not the server.",
"homepage": "https://pipewire.org",
"license": "MIT",
"supports": "linux",
"dependencies": [
2022-11-19 05:10:19 +08:00
"glib",
{
"name": "vcpkg-tool-meson",
"host": true
}
]
}