[totem/abderrahim/clutter-flatpak] flatpak: build clutter and friends




commit 630b09eb659f16c7f6e77d78ab72dab941e8cfe3
Author: Abderrahim Kitouni <akitouni gnome org>
Date:   Tue Apr 13 12:39:00 2021 +0100

    flatpak: build clutter and friends
    
    They are going to be removed from the runtime

 flatpak/org.gnome.Totem.Devel.json | 47 ++++++++++++++++++++++++++++++++++++++
 1 file changed, 47 insertions(+)
---
diff --git a/flatpak/org.gnome.Totem.Devel.json b/flatpak/org.gnome.Totem.Devel.json
index 4879ac39a..15a1213c2 100644
--- a/flatpak/org.gnome.Totem.Devel.json
+++ b/flatpak/org.gnome.Totem.Devel.json
@@ -296,6 +296,53 @@
                 }
             ]
         },
+        {
+            "name": "cogl",
+            "config-opts": [
+                "--disable-cogl-gst",
+                "--enable-xlib-egl-platform",
+                "--enable-wayland-egl-platform"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/cogl.git";,
+                    "branch": "cogl-1.22"
+                }
+            ]
+        },
+        {
+            "name": "clutter",
+            "config-opts": [
+                "--enable-egl-backend",
+                "--enable-wayland-backend"
+            ],
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter.git";
+                }
+            ]
+        },
+        {
+            "name": "clutter-gtk",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter-gtk.git";
+                }
+            ]
+        },
+        {
+            "name": "clutter-gst",
+            "sources": [
+                {
+                    "type": "git",
+                    "url": "https://gitlab.gnome.org/GNOME/clutter-gst.git";,
+                    "branch": "clutter-gst-3.0"
+                }
+            ]
+        },
         {
             "name": "totem",
             "buildsystem": "meson",


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