summaryrefslogtreecommitdiff
path: root/recipes
diff options
context:
space:
mode:
Diffstat (limited to 'recipes')
-rw-r--r--recipes/gnonlin-1.0-static.recipe4
-rw-r--r--recipes/gnonlin-1.0.recipe4
-rw-r--r--recipes/gst-editing-services-1.0.recipe4
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',