[gnome-boxes/disable-celt051] flatpak: Remove celt051 dep and build spice without it



commit fe539f970e49f354c90e6405749688fcaa1c0429
Author: Felipe Borges <felipeborges gnome org>
Date:   Fri Sep 6 11:37:22 2019 +0200

    flatpak: Remove celt051 dep and build spice without it

 build-aux/flatpak/org.gnome.Boxes.json | 25 ++++---------------------
 1 file changed, 4 insertions(+), 21 deletions(-)
---
diff --git a/build-aux/flatpak/org.gnome.Boxes.json b/build-aux/flatpak/org.gnome.Boxes.json
index 3a0b09a9..2f747406 100644
--- a/build-aux/flatpak/org.gnome.Boxes.json
+++ b/build-aux/flatpak/org.gnome.Boxes.json
@@ -198,25 +198,6 @@
                 }
             ]
         },
-        {
-            "name" : "celt051",
-             "config-opts": ["--disable-static"],
-            "rm-configure": true,
-            "sources" : [
-                {
-                    "type" : "archive",
-                    "url" : "http://downloads.xiph.org/releases/celt/celt-0.5.1.3.tar.gz";,
-                    "sha256" : "fc2e5b68382eb436a38c3104684a6c494df9bde133c139fbba3ddb5d7eaa6a2e"
-                },
-                {
-                    "type": "script",
-                    "dest-filename": "autogen.sh",
-                    "commands": [
-                        "AUTOMAKE=\"automake --foreign\" autoreconf -vfi"
-                    ]
-                }
-            ]
-        },
         {
             "name" : "phodav",
             "sources" : [
@@ -229,6 +210,9 @@
         },
         {
             "name" : "spice",
+            "config-opts" : [
+              "--disable-celt051"
+            ],
             "sources" : [
                 {
                     "type" : "archive",
@@ -263,8 +247,7 @@
                 "--enable-vala",
                 "--disable-gtk-doc",
                 "--enable-python-checks",
-                "--enable-webdav",
-                "--enable-celt051"
+                "--enable-webdav"
             ],
             "sources" : [
                 {


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