From 0fd411a773b2aec2d01c641f4760606a482c164c Mon Sep 17 00:00:00 2001 From: Ryo Nakano Date: Fri, 17 Apr 2026 19:55:37 +0900 Subject: [PATCH] Flatpak: Use tarball instead of git for libcamberra The git repository had existed until Dec 23, 2025 at least but seems to be gone now, resulting build error. So, replace with tarball which is still available. The sha256 is taken from the OE recipe: https://git.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/libcanberra/libcanberra_0.30.bb?h=scarthgap#n18 --- io.elementary.camera.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/io.elementary.camera.yml b/io.elementary.camera.yml index c9d456b9e..d7316f519 100644 --- a/io.elementary.camera.yml +++ b/io.elementary.camera.yml @@ -57,9 +57,9 @@ modules: - '--disable-static' - '--with-builtin=dso' sources: - - type: git - url: http://git.0pointer.net/clone/libcanberra.git - disable-shallow-clone: true + - type: archive + url: http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz + sha256: c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72 - name: camera buildsystem: meson