diff options
author | Thibault Saunier <tsaunier@gnome.org> | 2014-10-25 11:21:33 +0200 |
---|---|---|
committer | Thibault Saunier <tsaunier@gnome.org> | 2014-10-26 15:56:00 +0100 |
commit | 65101bc4acc1b46262c76119d368848a34a4eb82 (patch) | |
tree | c779eef2e2ae3d110f0a9fe4aa4e0b9399fbc76a | |
parent | 11ea2e200d83d2abaf7ca6c3d68ca4a6b9582968 (diff) |
Bump Gnl, GES, GstValidate and GstPython to 1.4
-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 | ||||
-rw-r--r-- | recipes/gst-python.recipe | 4 | ||||
-rw-r--r-- | recipes/gst-validate.recipe | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/recipes/gnonlin-1.0-static.recipe b/recipes/gnonlin-1.0-static.recipe index 4021f361..03b92177 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.2' + version = '1.4' gstreamer_version = '1.0' licenses = [License.LGPLv2Plus] - commit = 'origin/1.2' + commit = 'origin/1.4' 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 6652e910..2fa18194 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.2' + version = '1.4' licenses = [License.LGPLv2Plus] - commit = 'origin/1.2' + commit = 'origin/1.4' 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 cdcb39d8..31b03c36 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.2' + version = '1.4' licenses = [License.LGPLv2Plus] - commit = 'origin/1.2' + commit = 'origin/1.4' 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', diff --git a/recipes/gst-python.recipe b/recipes/gst-python.recipe index 4afd6d07..e0cfbc1b 100644 --- a/recipes/gst-python.recipe +++ b/recipes/gst-python.recipe @@ -3,13 +3,13 @@ class Recipe(recipe.Recipe): name = 'gst-python-1.0' - version = '1.3' + version = '1.4' # TODO: check license - some source files are LGPLv2+, others LGPLv2.1+ and # COPYING is LGPLv2.1 licenses = [License.LGPLv2_1Plus] autoreconf = True autoreconf_sh = 'sh autogen.sh' - commit = 'origin/master' + commit = 'origin/1.4' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'glib', 'pygobject'] # FIXME: disable checks until it's properly fixed make_check = None diff --git a/recipes/gst-validate.recipe b/recipes/gst-validate.recipe index c27c28ed..f6656642 100644 --- a/recipes/gst-validate.recipe +++ b/recipes/gst-validate.recipe @@ -3,9 +3,9 @@ from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-validate' - version = '1.0' + version = '1.4' licenses = [License.LGPLv2Plus] - commit = 'origin/master' + commit = 'origin/validate-1.4' srcdir = 'validate' config_sh = 'sh ./autogen.sh --noconfigure && ./configure --enable-static --program-transform-name= ' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0'] |