From 0e2d4ed4a218eeb30f135f7b9cbef5cf95f4ac56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hubert=20Figui=C3=A8re?= Date: Tue, 7 Jul 2026 20:55:29 -0400 Subject: [PATCH] Update LV2 packages and fluidsynth static MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Hubert Figuière --- linux-audio/fluidsynth2-static.json | 12 ++++++-- linux-audio/lilv.json | 45 +++++++++++++++++------------ linux-audio/lv2.json | 1 - 3 files changed, 35 insertions(+), 23 deletions(-) diff --git a/linux-audio/fluidsynth2-static.json b/linux-audio/fluidsynth2-static.json index f7a8ff3f..7a879b52 100644 --- a/linux-audio/fluidsynth2-static.json +++ b/linux-audio/fluidsynth2-static.json @@ -22,9 +22,15 @@ ], "sources": [ { - "type": "archive", - "url": "https://github.com/FluidSynth/fluidsynth/archive/refs/tags/v2.4.6.tar.gz", - "sha256": "a6be90fd4842b9e7246500597180af5cf213c11bfa3998a3236dd8ff47961ea8" + "type": "archive", + "url": "https://github.com/FluidSynth/fluidsynth/archive/v2.5.6.tar.gz", + "sha256": "0825f024c9cf7a18073739b83612d46542ecbfb349ae9147a1e9f08e2d524407" + }, + { + "type": "git", + "url": "https://github.com/kthohr/gcem.git", + "commit": "012ae73c6d0a2cb09ffe86475f5c6fba3926e200", + "dest": "gcem" } ] } diff --git a/linux-audio/lilv.json b/linux-audio/lilv.json index 09fce643..645b3703 100644 --- a/linux-audio/lilv.json +++ b/linux-audio/lilv.json @@ -8,17 +8,32 @@ "sources": [ { "type": "archive", - "url": "https://download.drobilla.net/serd-0.30.16.tar.xz", - "sha256": "f50f486da519cdd8d03b20c9e42414e459133f5a244411d8e63caef8d9ac9146" + "url": "https://download.drobilla.net/serd-0.32.10.tar.xz", + "sha256": "b0e93b49e52f01a049475b7886ef140407115a32d3b1e5dc5f95141c88275d1c" } ], - "post-install": [ - "install -Dm644 -t $FLATPAK_DEST/share/licenses/serd ../COPYING" + "cleanup": [ + "/bin", + "/include", + "/lib/pkgconfig", + "/share/man" + ] + }, + { + "name": "zix", + "buildsystem": "meson", + "sources": [ + { + "type": "archive", + "url": "https://download.drobilla.net/zix-0.8.2.tar.xz", + "sha256": "4c73aab0f8cbbfe56b00c8c6d648316021e699c5ae6cbf254391ef309047e67b" + } ], "cleanup": [ "/bin", "/include", "/lib/pkgconfig", + "/share/doc", "/share/man" ] }, @@ -28,13 +43,10 @@ "sources": [ { "type": "archive", - "url": "https://download.drobilla.net/sord-0.16.14.tar.xz", - "sha256": "220fd97d5fcb216e7b85db66f685bfdaad7dc58a50d1f96dfb2558dbc6c4731b" + "url": "https://download.drobilla.net/sord-0.16.22.tar.xz", + "sha256": "bb23b34b216579136795d518cffa73d91cf205594ce9accebfd408afb839173f" } ], - "post-install": [ - "install -Dm644 -t $FLATPAK_DEST/share/licenses/sord ../COPYING" - ], "cleanup": [ "/bin", "/include", @@ -43,6 +55,7 @@ "/share/man" ] }, + "lv2.json", { "name": "sratom", "buildsystem": "meson", @@ -53,25 +66,19 @@ "sources": [ { "type": "archive", - "url": "https://download.drobilla.net/sratom-0.6.14.tar.xz", - "sha256": "9982faf40db83aedd9b3850e499fecd6852b8b4ba6dede514013655cffaca1e6" + "url": "https://download.drobilla.net/sratom-0.6.22.tar.xz", + "sha256": "0209b7d0f22c96abb416722ed735b0933be47931ecff4aa4b26ded7760b4f252" } - ], - "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" + "url": "https://download.drobilla.net/lilv-0.28.0.tar.xz", + "sha256": "8dcb70adb5cf072335115a6b091f4113710bdc73abaadaa3f9e9c1e55957b149" } ], - "post-install": [ - "install -Dm644 -t $FLATPAK_DEST/share/licenses/lilv ../COPYING" - ], "cleanup": [ "/bin", "/etc", diff --git a/linux-audio/lv2.json b/linux-audio/lv2.json index c4087441..c8363d6d 100644 --- a/linux-audio/lv2.json +++ b/linux-audio/lv2.json @@ -15,7 +15,6 @@ } ], "post-install": [ - "install -Dm644 -t $FLATPAK_DEST/share/licenses/lv2 ../COPYING", "ln -sf lv2.pc $FLATPAK_DEST/lib/pkgconfig/lv2core.pc" ] }