vcpkg/ports/lilv/vcpkg.json

30 lines
558 B
JSON
Raw Normal View History

{
"name": "lilv",
2024-12-14 15:59:15 +00:00
"version": "0.24.24",
"port-version": 1,
"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",
{
2024-12-14 15:59:15 +00:00
"name": "vcpkg-tool-meson",
"host": true
},
"zix"
],
"features": {
"tools": {
"description": "Build tools",
"supports": "!windows",
"dependencies": [
"libsndfile"
]
}
}
}