diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:46:42 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2015-09-25 23:46:42 +0200 |
commit | 7e3e63a3fdc8a25c6b336dbf3c77068a6b98ef35 (patch) | |
tree | f996206367e391550a8abe3f34eb2bd31026b08f /recipes/gst-plugins-base-1.0.recipe | |
parent | ebd5f7ece2116c4f5a67d8ab8149a8612e8613ec (diff) |
recipes: Update GStreamer recipes to 1.6.01.6.0
Diffstat (limited to 'recipes/gst-plugins-base-1.0.recipe')
-rw-r--r-- | recipes/gst-plugins-base-1.0.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/gst-plugins-base-1.0.recipe b/recipes/gst-plugins-base-1.0.recipe index 24bbcb11..8a997647 100644 --- a/recipes/gst-plugins-base-1.0.recipe +++ b/recipes/gst-plugins-base-1.0.recipe @@ -8,7 +8,7 @@ class Recipe(recipe.Recipe): config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--enable-static --program-prefix= --disable-examples " remotes = {'origin': 'git://anongit.freedesktop.org/gstreamer/gst-plugins-base'} - commit = 'origin/master' + commit = '1.6.0' deps = ['glib', 'gstreamer-1.0', 'libxml2', 'libogg', 'pango', 'libtheora', 'libvisual', 'libvorbis', 'zlib', 'orc'] platform_deps = {Platform.ANDROID: [ 'tremor' ], Platform.IOS: [ 'tremor' ] } |