From e87fac1b4da6b9f1313e9674a875a2abe89cb049 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tim-Philipp=20M=C3=BCller?= Date: Fri, 25 Nov 2016 19:55:15 +0000 Subject: [PATCH] subprojects: use https:// instead of git:// protocol https provides authentication and also works better in environments with restricted network connectivity. https://bugzilla.gnome.org/show_bug.cgi?id=775110 --- subprojects/gst-devtools.wrap | 2 +- subprojects/gst-editing-services.wrap | 2 +- subprojects/gst-libav.wrap | 2 +- subprojects/gst-plugins-bad.wrap | 2 +- subprojects/gst-plugins-base.wrap | 2 +- subprojects/gst-plugins-good.wrap | 2 +- subprojects/gst-plugins-ugly.wrap | 2 +- subprojects/gst-python.wrap | 2 +- subprojects/gst-rtsp-server.wrap | 2 +- subprojects/gstreamer.wrap | 2 +- 10 files changed, 10 insertions(+), 10 deletions(-) diff --git a/subprojects/gst-devtools.wrap b/subprojects/gst-devtools.wrap index 1b9819f..a7ed3bc 100644 --- a/subprojects/gst-devtools.wrap +++ b/subprojects/gst-devtools.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-devtools -url=git://anongit.freedesktop.org/gstreamer/gst-devtools +url=https://anongit.freedesktop.org/git/gstreamer/gst-devtools.git revision=master diff --git a/subprojects/gst-editing-services.wrap b/subprojects/gst-editing-services.wrap index 6abb135..145fd32 100644 --- a/subprojects/gst-editing-services.wrap +++ b/subprojects/gst-editing-services.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-editing-services -url=git://anongit.freedesktop.org/gstreamer/gst-editing-services +url=https://anongit.freedesktop.org/git/gstreamer/gst-editing-services.git revision=master diff --git a/subprojects/gst-libav.wrap b/subprojects/gst-libav.wrap index c81501b..25f4584 100644 --- a/subprojects/gst-libav.wrap +++ b/subprojects/gst-libav.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-libav -url=git://anongit.freedesktop.org/gstreamer/gst-libav +url=https://anongit.freedesktop.org/git/gstreamer/gst-libav.git revision=master diff --git a/subprojects/gst-plugins-bad.wrap b/subprojects/gst-plugins-bad.wrap index bb3f01b..6947f8d 100644 --- a/subprojects/gst-plugins-bad.wrap +++ b/subprojects/gst-plugins-bad.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-plugins-bad -url=git://anongit.freedesktop.org/gstreamer/gst-plugins-bad +url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-bad.git revision=master diff --git a/subprojects/gst-plugins-base.wrap b/subprojects/gst-plugins-base.wrap index a58eecf..0a8b4ce 100644 --- a/subprojects/gst-plugins-base.wrap +++ b/subprojects/gst-plugins-base.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-plugins-base -url=git://anongit.freedesktop.org/gstreamer/gst-plugins-base +url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-base.git revision=master diff --git a/subprojects/gst-plugins-good.wrap b/subprojects/gst-plugins-good.wrap index 6801284..fcb6f21 100644 --- a/subprojects/gst-plugins-good.wrap +++ b/subprojects/gst-plugins-good.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-plugins-good -url=git://anongit.freedesktop.org/gstreamer/gst-plugins-good +url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-good.git revision=master diff --git a/subprojects/gst-plugins-ugly.wrap b/subprojects/gst-plugins-ugly.wrap index 947b142..c8ce1f6 100644 --- a/subprojects/gst-plugins-ugly.wrap +++ b/subprojects/gst-plugins-ugly.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-plugins-ugly -url=git://anongit.freedesktop.org/gstreamer/gst-plugins-ugly +url=https://anongit.freedesktop.org/git/gstreamer/gst-plugins-ugly.git revision=master diff --git a/subprojects/gst-python.wrap b/subprojects/gst-python.wrap index 167c514..40c9a20 100644 --- a/subprojects/gst-python.wrap +++ b/subprojects/gst-python.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-python -url=git://anongit.freedesktop.org/gstreamer/gst-python +url=https://anongit.freedesktop.org/git/gstreamer/gst-python.git revision=master diff --git a/subprojects/gst-rtsp-server.wrap b/subprojects/gst-rtsp-server.wrap index 8d92963..d30cdc4 100644 --- a/subprojects/gst-rtsp-server.wrap +++ b/subprojects/gst-rtsp-server.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gst-rtsp-server -url=git://anongit.freedesktop.org/gstreamer/gst-rtsp-server +url=https://anongit.freedesktop.org/git/gstreamer/gst-rtsp-server revision=master diff --git a/subprojects/gstreamer.wrap b/subprojects/gstreamer.wrap index 3b4938b..9c59fc6 100644 --- a/subprojects/gstreamer.wrap +++ b/subprojects/gstreamer.wrap @@ -1,4 +1,4 @@ [wrap-git] directory=gstreamer -url=git://anongit.freedesktop.org/gstreamer/gstreamer +url=https://anongit.freedesktop.org/git/gstreamer/gstreamer.git revision=master -- 2.7.4