Skip to content

Commit d645b3e

Browse files
committed
Update LV2 packages and fluidsynth static
Signed-off-by: Hubert Figuière <hub@figuiere.net>
1 parent 1670fd9 commit d645b3e

3 files changed

Lines changed: 34 additions & 23 deletions

File tree

linux-audio/fluidsynth2-static.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,15 @@
2222
],
2323
"sources": [
2424
{
25-
"type": "archive",
26-
"url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz",
27-
"sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8"
25+
"type": "archive",
26+
"url": "https://github.com/FluidSynth/fluidsynth/archive/v2.5.6.tar.gz",
27+
"sha256": "0825f024c9cf7a18073739b83612d46542ecbfb349ae9147a1e9f08e2d524407"
28+
},
29+
{
30+
"type": "git",
31+
"url": "https://github.com/kthohr/gcem.git",
32+
"commit": "012ae73c6d0a2cb09ffe86475f5c6fba3926e200",
33+
"dest": "gcem"
2834
}
2935
]
3036
}

linux-audio/lilv.json

Lines changed: 25 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -8,17 +8,32 @@
88
"sources": [
99
{
1010
"type": "archive",
11-
"url": "https://download.drobilla.net/serd-0.30.16.tar.xz",
12-
"sha256": "f50f486da519cdd8d03b20c9e42414e459133f5a244411d8e63caef8d9ac9146"
11+
"url": "https://download.drobilla.net/serd-0.32.10.tar.xz",
12+
"sha256": "b0e93b49e52f01a049475b7886ef140407115a32d3b1e5dc5f95141c88275d1c"
1313
}
1414
],
15-
"post-install": [
16-
"install -Dm644 -t $FLATPAK_DEST/share/licenses/serd ../COPYING"
15+
"cleanup": [
16+
"/bin",
17+
"/include",
18+
"/lib/pkgconfig",
19+
"/share/man"
20+
]
21+
},
22+
{
23+
"name": "zix",
24+
"buildsystem": "meson",
25+
"sources": [
26+
{
27+
"type": "archive",
28+
"url": "https://download.drobilla.net/zix-0.8.2.tar.xz",
29+
"sha256": "4c73aab0f8cbbfe56b00c8c6d648316021e699c5ae6cbf254391ef309047e67b"
30+
}
1731
],
1832
"cleanup": [
1933
"/bin",
2034
"/include",
2135
"/lib/pkgconfig",
36+
"/share/doc",
2237
"/share/man"
2338
]
2439
},
@@ -28,13 +43,10 @@
2843
"sources": [
2944
{
3045
"type": "archive",
31-
"url": "https://download.drobilla.net/sord-0.16.14.tar.xz",
32-
"sha256": "220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b"
46+
"url": "https://download.drobilla.net/sord-0.16.22.tar.xz",
47+
"sha256": "bb23b34b216579136795d518cffa73d91cf205594ce9accebfd408afb839173f"
3348
}
3449
],
35-
"post-install": [
36-
"install -Dm644 -t $FLATPAK_DEST/share/licenses/sord ../COPYING"
37-
],
3850
"cleanup": [
3951
"/bin",
4052
"/include",
@@ -53,25 +65,19 @@
5365
"sources": [
5466
{
5567
"type": "archive",
56-
"url": "https://download.drobilla.net/sratom-0.6.14.tar.xz",
57-
"sha256": "9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6"
68+
"url": "https://download.drobilla.net/sratom-0.6.22.tar.xz",
69+
"sha256": "0209b7d0f22c96abb416722ed735b0933be47931ecff4aa4b26ded7760b4f252"
5870
}
59-
],
60-
"post-install": [
61-
"install -Dm644 -t $FLATPAK_DEST/share/licenses/sratom ../COPYING"
6271
]
6372
}
6473
],
6574
"sources": [
6675
{
6776
"type": "archive",
68-
"url": "https://download.drobilla.net/lilv-0.24.20.tar.xz",
69-
"sha256": "4fb082b9b8b286ea92bbb71bde6b75624cecab6df0cc639ee75a2a096212eebc"
77+
"url": "https://download.drobilla.net/lilv-0.28.0.tar.xz",
78+
"sha256": "8dcb70adb5cf072335115a6b091f4113710bdc73abaadaa3f9e9c1e55957b149"
7079
}
7180
],
72-
"post-install": [
73-
"install -Dm644 -t $FLATPAK_DEST/share/licenses/lilv ../COPYING"
74-
],
7581
"cleanup": [
7682
"/bin",
7783
"/etc",

linux-audio/lv2.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
}
1616
],
1717
"post-install": [
18-
"install -Dm644 -t $FLATPAK_DEST/share/licenses/lv2 ../COPYING",
1918
"ln -sf lv2.pc $FLATPAK_DEST/lib/pkgconfig/lv2core.pc"
2019
]
2120
}

0 commit comments

Comments
 (0)