aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/pipewire/vcpkg.json
blob: b664409a8e6c41fa1792354e59dfbaf624ba4940 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "pipewire",
  "version": "1.2.7",
  "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": [
    "glib",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    }
  ]
}