From cd0122103e28992aad96341bce721a45ef1be047 Mon Sep 17 00:00:00 2001 From: Sebastian Dröge Date: Thu, 17 Apr 2014 20:26:04 +0200 Subject: gnonlin/ges: Track 1.2 branch, not master --- recipes/gnonlin-1.0-static.recipe | 2 +- recipes/gnonlin-1.0.recipe | 2 +- recipes/gst-editing-services-1.0.recipe | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes/gnonlin-1.0-static.recipe b/recipes/gnonlin-1.0-static.recipe index 6f8b7838..5a0d7f14 100644 --- a/recipes/gnonlin-1.0-static.recipe +++ b/recipes/gnonlin-1.0-static.recipe @@ -6,7 +6,7 @@ class Recipe(custom.GStreamerStatic): version = '1.2' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] - commit = 'origin/master' + commit = 'origin/1.2' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' extra_configure_options = "--disable-examples " make_check = None diff --git a/recipes/gnonlin-1.0.recipe b/recipes/gnonlin-1.0.recipe index 87bd9f9f..8624e3b3 100644 --- a/recipes/gnonlin-1.0.recipe +++ b/recipes/gnonlin-1.0.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'gnonlin-1.0' version = '1.2' licenses = [License.LGPLv2Plus] - commit = 'origin/master' + commit = 'origin/1.2' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--disable-examples " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] diff --git a/recipes/gst-editing-services-1.0.recipe b/recipes/gst-editing-services-1.0.recipe index 8df7f0ef..074367a1 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -5,7 +5,7 @@ class Recipe(recipe.Recipe): name = 'gst-editing-services-1.0' version = '1.2' licenses = [License.LGPLv2Plus] - commit = 'origin/master' + commit = 'origin/1.2' config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--program-prefix= --disable-examples --enable-static " deps = ['gstreamer-1.0', 'gst-plugins-base-1.0' ] -- cgit v1.2.3