summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--cerbero/config.py2
-rw-r--r--recipes/build-tools/orc.recipe2
-rw-r--r--recipes/custom.py2
-rw-r--r--recipes/gst-validate.recipe2
-rw-r--r--recipes/orc.recipe2
5 files changed, 5 insertions, 5 deletions
diff --git a/cerbero/config.py b/cerbero/config.py
index 650ab748..b1d02e93 100644
--- a/cerbero/config.py
+++ b/cerbero/config.py
@@ -33,7 +33,7 @@ CONFIG_DIR = os.path.expanduser('~/.cerbero')
CONFIG_EXT = 'cbc'
DEFAULT_CONFIG_FILENAME = 'cerbero.%s' % CONFIG_EXT
DEFAULT_CONFIG_FILE = os.path.join(CONFIG_DIR, DEFAULT_CONFIG_FILENAME)
-DEFAULT_GIT_ROOT = 'https://anongit.freedesktop.org/git/gstreamer'
+DEFAULT_GIT_ROOT = 'https://gitlab.freedesktop.org/gstreamer'
DEFAULT_ALLOW_PARALLEL_BUILD = True
DEFAULT_PACKAGER = "Default <default@change.me>"
CERBERO_UNINSTALLED = 'CERBERO_UNINSTALLED'
diff --git a/recipes/build-tools/orc.recipe b/recipes/build-tools/orc.recipe
index ce2176b0..85f17d45 100644
--- a/recipes/build-tools/orc.recipe
+++ b/recipes/build-tools/orc.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'orc-tool'
version = '0.4.28'
- remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/orc'}
+ remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc'}
commit = 'origin/master'
licenses = [License.BSD_like]
autoreconf = True
diff --git a/recipes/custom.py b/recipes/custom.py
index 72f3daa8..a4189a49 100644
--- a/recipes/custom.py
+++ b/recipes/custom.py
@@ -26,7 +26,7 @@ class GStreamer(recipe.Recipe):
if not tagged_for_release:
# Pre-release version, use git master
stype = SourceType.GIT
- remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/%(name)s'}
+ remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/%(name)s'}
else:
# Release version, use tarballs
stype = SourceType.TARBALL
diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe
index 64941e10..c28775d5 100644
--- a/recipes/gst-validate.recipe
+++ b/recipes/gst-validate.recipe
@@ -7,7 +7,7 @@ class Recipe(custom.GStreamer):
meson_options = {'gtk_doc': 'disabled'}
# gst-validate tarball has a different layout than the git repo, just always build from git
stype = SourceType.GIT
- remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-devtools'}
+ remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/gst-devtools'}
srcdir = 'validate'
deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'json-glib']
diff --git a/recipes/orc.recipe b/recipes/orc.recipe
index 0a5ab3e0..3e84a916 100644
--- a/recipes/orc.recipe
+++ b/recipes/orc.recipe
@@ -4,7 +4,7 @@
class Recipe(recipe.Recipe):
name = 'orc'
version = '0.4.28'
- remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/orc'}
+ remotes = {'origin': 'https://gitlab.freedesktop.org/gstreamer/orc'}
commit = 'origin/master'
licenses = [License.BSD_like]
autoreconf = True