diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2016-03-15 15:51:44 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2016-03-15 15:51:44 +0200 |
commit | 104d63d95cea4220af84a37e6189936641146587 (patch) | |
tree | abb6d119d35ff1bc2d983f11be1c9d7a2e69ed43 /recipes/gst-editing-services-1.0.recipe | |
parent | 1c7f6cf9d311846fcafbb86c2030931cf5f931fd (diff) |
recipes: Update to 1.7.911.7.91
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 ab7930a7..37b0a9b4 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.7' licenses = [License.LGPLv2Plus] remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} - commit = 'origin/master' + commit = '1.7.91' 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'] |