flatpak/shared-modules/linux-audio/lilv.json
2024-03-07 20:28:57 -03:00

82 lines
2 KiB
JSON

{
"name": "lilv",
"buildsystem": "meson",
"modules": [
{
"name": "serd",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.drobilla.net/serd-0.30.16.tar.xz",
"sha256": "f50f486da519cdd8d03b20c9e42414e459133f5a244411d8e63caef8d9ac9146"
}
],
"post-install": [
"install -Dm644 -t $FLATPAK_DEST/share/licenses/serd ../COPYING"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/man"
]
},
{
"name": "sord",
"buildsystem": "meson",
"sources": [
{
"type": "archive",
"url": "https://download.drobilla.net/sord-0.16.14.tar.xz",
"sha256": "220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b"
}
],
"post-install": [
"install -Dm644 -t $FLATPAK_DEST/share/licenses/sord ../COPYING"
],
"cleanup": [
"/bin",
"/include",
"/lib/pkgconfig",
"/share/doc",
"/share/man"
]
},
{
"name": "sratom",
"buildsystem": "meson",
"cleanup": [
"/include",
"/lib/pkgconfig"
],
"sources": [
{
"type": "archive",
"url": "https://download.drobilla.net/sratom-0.6.14.tar.xz",
"sha256": "9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6"
}
],
"post-install": [
"install -Dm644 -t $FLATPAK_DEST/share/licenses/sratom ../COPYING"
]
}
],
"sources": [
{
"type": "archive",
"url": "https://download.drobilla.net/lilv-0.24.20.tar.xz",
"sha256": "4fb082b9b8b286ea92bbb71bde6b75624cecab6df0cc639ee75a2a096212eebc"
}
],
"post-install": [
"install -Dm644 -t $FLATPAK_DEST/share/licenses/lilv ../COPYING"
],
"cleanup": [
"/bin",
"/etc",
"/include",
"/lib/pkgconfig",
"/share/man"
]
}