[pitivi] flatpak: remove codecs that already exist in the runtime



commit b138e696a49bc7f962a33237f5176ecb1edf04bb
Author: Jordan Petridis <jpetridis gnome org>
Date:   Sun Jan 17 22:24:37 2021 +0200

    flatpak: remove codecs that already exist in the runtime
    
    Avoid building lame and libopus as they are already in the runtime.

 build/flatpak/org.pitivi.Pitivi.json | 28 ----------------------------
 1 file changed, 28 deletions(-)
---
diff --git a/build/flatpak/org.pitivi.Pitivi.json b/build/flatpak/org.pitivi.Pitivi.json
index 363f5c7b1..dd55daaad 100644
--- a/build/flatpak/org.pitivi.Pitivi.json
+++ b/build/flatpak/org.pitivi.Pitivi.json
@@ -74,16 +74,6 @@
                 }
             ]
         },
-        {
-            "name": "libopus",
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "https://ftp.osuosl.org/pub/xiph/releases/opus/opus-1.3.1.tar.gz";,
-                    "sha256": "65b58e1e25b2a114157014736a3d9dfeaad8d41be1c8179866f144a2fb44ff9d"
-                }
-            ]
-        },
         {
             "name": "gavl",
             "rm-configure": true,
@@ -141,24 +131,6 @@
                 }
             ]
         },
-        {
-            "name": "lame",
-            "config-opts": [
-                "--enable-shared",
-                "--disable-static",
-                "--disable-frontend"
-            ],
-            "sources": [
-                {
-                    "type": "archive",
-                    "url": "https://downloads.sourceforge.net/lame/lame-3.100.tar.gz";,
-                    "mirror-urls": [
-                        "http://http.debian.net/debian/pool/main/l/lame/lame_3.100.orig.tar.gz";
-                    ],
-                    "sha256": "ddfe36cab873794038ae2c1210557ad34857a4b6bdc515785d1da9e175b1da1e"
-                }
-            ]
-        },
         {
             "name": "vo-aacenc",
             "sources": [


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