diff options
author | Tim-Philipp Müller <tim@centricular.com> | 2017-12-17 18:01:51 +0000 |
---|---|---|
committer | Tim-Philipp Müller <tim@centricular.com> | 2018-05-04 17:57:14 +0200 |
commit | b27353bbef8d66b0c2b75b727dc405e3ce0076aa (patch) | |
tree | 157a40124794f008a34ae24098dfd797356f38f1 /recipes/gst-editing-services-1.0.recipe | |
parent | 3352a57e281de590450162481b721dfd3cf72d9c (diff) |
Use https:// instead of git:// protocol
git protocol can be problematic in environments
with restricted network access and is also less
secure.
https://bugzilla.gnome.org/show_bug.cgi?id=743235
Diffstat (limited to 'recipes/gst-editing-services-1.0.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index ee769080..7ce7b899 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -4,7 +4,7 @@ from cerbero.utils import shell class Recipe(custom.GStreamer): name = 'gst-editing-services-1.0' licenses = [License.LGPLv2Plus] - remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} + remotes = {'origin': 'https://anongit.freedesktop.org/git/gstreamer/gst-editing-services'} config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--program-prefix= --disable-examples --enable-static " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] |