[pitivi/1.0] build: Fix link to GStreamer git repos



commit 3893dd6a5894aa934576e78b71eb1e6c5fba36b0
Author: Thibault Saunier <tsaunier igalia com>
Date:   Mon Nov 19 09:34:36 2018 -0300

    build: Fix link to GStreamer git repos

 build/flatpak/org.pitivi.Pitivi.json | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/build/flatpak/org.pitivi.Pitivi.json b/build/flatpak/org.pitivi.Pitivi.json
index 575c0417..6d99758e 100644
--- a/build/flatpak/org.pitivi.Pitivi.json
+++ b/build/flatpak/org.pitivi.Pitivi.json
@@ -402,7 +402,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gstreamer"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer.git";
                 }
             ]
         },
@@ -418,7 +418,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-base"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-base.git";
                 }
             ]
         },
@@ -434,7 +434,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-good"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-good.git";
                 }
             ]
         },
@@ -450,7 +450,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-ugly.git";
                 }
             ]
         },
@@ -466,7 +466,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-plugins-bad"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad.git";
                 }
             ]
         },
@@ -483,7 +483,7 @@
                     "type": "git",
                     "branch": "1.14",
                     "disable-shallow-clone": true,
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-libav"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-libav.git";
                 }
             ]
         },
@@ -499,7 +499,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-python"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-python.git";
                 }
             ]
         },
@@ -516,7 +516,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-devtools"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-devtools.git";
                 }
             ]
         },
@@ -532,7 +532,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gstreamer-vaapi"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gstreamer-vaapi.git";
                 }
             ]
         },
@@ -548,7 +548,7 @@
                 {
                     "type": "git",
                     "branch": "1.14",
-                    "url": "git://anongit.freedesktop.org/gstreamer/gst-editing-services"
+                    "url": "https://gitlab.freedesktop.org/gstreamer/gst-editing-services.git";
                 }
             ]
         },


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