diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-22 10:37:35 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-22 10:37:35 +0300 |
commit | e005b45955ffddb5acb24e538028313aa3b95c95 (patch) | |
tree | de11cebe3dcf6fe28a8d7d36b55bea5a825b3d63 /recipes/gst-editing-services-1.0-static.recipe | |
parent | c0fb3dceca61fcf3f14656632e935bef8ca696ee (diff) |
recipes: Build 1.5.90 instead of GIT master
Diffstat (limited to 'recipes/gst-editing-services-1.0-static.recipe')
-rw-r--r-- | recipes/gst-editing-services-1.0-static.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-editing-services-1.0-static.recipe b/recipes/gst-editing-services-1.0-static.recipe index 253ca3e2..2c1d9b20 100644 --- a/recipes/gst-editing-services-1.0-static.recipe +++ b/recipes/gst-editing-services-1.0-static.recipe @@ -9,7 +9,7 @@ class Recipe(custom.GStreamerStatic): licenses = [License.LGPLv2Plus] extra_configure_options = "--enable-static" remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = 'origin/master' + commit = '1.5.90' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] |