diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-04-17 20:26:04 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-04-17 20:26:04 +0200 |
commit | cd0122103e28992aad96341bce721a45ef1be047 (patch) | |
tree | 0d6acaa123b7c9905750dc5b329cd5b96f9196d3 | |
parent | 9338c661eb0c846339a4580002472b6bb9fe7bfe (diff) |
gnonlin/ges: Track 1.2 branch, not master
-rw-r--r-- | recipes/gnonlin-1.0-static.recipe | 2 | ||||
-rw-r--r-- | recipes/gnonlin-1.0.recipe | 2 | ||||
-rw-r--r-- | 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' ] |