aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/lilv/vcpkg.json
blob: bbeaad0bb3cbc529fa883af171543b91780248df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "lilv",
  "version": "0.24.26",
  "description": "Lilv is a C library for simple use of LV2 plugins in applications.",
  "homepage": "https://drobilla.net/software/lilv",
  "license": "ISC",
  "supports": "!uwp",
  "dependencies": [
    "lv2",
    "serd",
    "sord",
    "sratom",
    {
      "name": "vcpkg-tool-meson",
      "host": true
    },
    "zix"
  ],
  "features": {
    "tools": {
      "description": "Build tools",
      "supports": "!windows",
      "dependencies": [
        "libsndfile"
      ]
    }
  }
}