[gnome-clocks/bilelmoussaoui/3.36.2] Flatpak: add libcanberra



commit d98867aa0bcf37132c1de5a32ad1a9c10f27794d
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Sat Apr 4 12:10:49 2020 +0200

    Flatpak: add libcanberra
    
    libcanberra was removed from GNOME SDK
    we should bundle it until we ditch gsound

 build-aux/flatpak/org.gnome.clocks.json | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
---
diff --git a/build-aux/flatpak/org.gnome.clocks.json b/build-aux/flatpak/org.gnome.clocks.json
index 153c4e1..c085f05 100644
--- a/build-aux/flatpak/org.gnome.clocks.json
+++ b/build-aux/flatpak/org.gnome.clocks.json
@@ -65,6 +65,23 @@
                     "type": "git",
                     "url": "https://gitlab.gnome.org/GNOME/gsound.git";
                 }
+            ],
+            "modules": [
+               {
+                   "name": "libcanberra",
+                   "sources": [
+                       {
+                           "type": "archive",
+                           "url": "http://0pointer.de/lennart/projects/libcanberra/libcanberra-0.30.tar.xz";,
+                           "sha256": "c2b671e67e0c288a69fc33dc1b6f1b534d07882c2aceed37004bf48c601afa72"
+                       }
+                   ],
+                   "config-opts": [
+                       "--disable-alsa",
+                       "--disable-null",
+                       "--disable-oss"
+                   ]
+               }
             ]
         },
         {


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]