summaryrefslogtreecommitdiff
path: root/recipes/gst-python.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gst-python.recipe')
-rw-r--r--recipes/gst-python.recipe4
1 files changed, 2 insertions, 2 deletions
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