diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-08-22 20:13:02 +0300 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-08-22 20:13:02 +0300 |
commit | 5d05f8e9d29035f16c98e3ab3fa8b71591328f6b (patch) | |
tree | 7c31f67e98138c5a01f63ace14685ebdbc757feb | |
parent | e005b45955ffddb5acb24e538028313aa3b95c95 (diff) |
gst-editing-services: Update commit to fix the build on various platforms1.5.90
-rw-r--r-- | recipes/gst-editing-services-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gst-editing-services-1.0-static.recipe b/recipes/gst-editing-services-1.0-static.recipe index 2c1d9b20..4242f082 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 = '1.5.90' + commit = 'fd0cc5cb2af6365eb88c35907128aa9faf9dd0df' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-validate'] diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index 19fc68a8..4a2b66c1 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -6,7 +6,7 @@ class Recipe(recipe.Recipe): version = '1.5' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = '1.5.90' + commit = 'fd0cc5cb2af6365eb88c35907128aa9faf9dd0df' 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'] |