diff options
author | Sebastian Dröge <sebastian@centricular.com> | 2014-07-23 09:50:19 +0200 |
---|---|---|
committer | Sebastian Dröge <sebastian@centricular.com> | 2014-07-23 09:51:13 +0200 |
commit | ff5ebd09b144b817f516c77d2daea11339e76167 (patch) | |
tree | 4c1a10877e0e8f1a10ad5d414cfac2c4f32a3590 /recipes | |
parent | bdce01cb6cb859a329244f53b2ada2d2e3097da4 (diff) |
gnonlin/ges: Track 1.2 branch
Diffstat (limited to 'recipes')
-rw-r--r-- | recipes/gnonlin-1.0-static.recipe | 4 | ||||
-rw-r--r-- | recipes/gnonlin-1.0.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-editing-services-1.0.recipe | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/recipes/gnonlin-1.0-static.recipe b/recipes/gnonlin-1.0-static.recipe index f39f1321..4021f361 100644 --- a/recipes/gnonlin-1.0-static.recipe +++ b/recipes/gnonlin-1.0-static.recipe @@ -3,10 +3,10 @@ from cerbero.utils import shell class Recipe(custom.GStreamerStatic): name = 'gnonlin-1.0-static' - version = '1.3' + 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 b68b5930..6652e910 100644 --- a/recipes/gnonlin-1.0.recipe +++ b/recipes/gnonlin-1.0.recipe @@ -3,9 +3,9 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gnonlin-1.0' - version = '1.3' + 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 ceb64d38..cdcb39d8 100644 --- a/recipes/gst-editing-services-1.0.recipe +++ b/recipes/gst-editing-services-1.0.recipe @@ -3,9 +3,9 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-editing-services-1.0' - version = '1.3' + 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', 'gnonlin-1.0', |