summaryrefslogtreecommitdiff
path: root/recipes/gstreamer.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gstreamer.recipe')
-rw-r--r--recipes/gstreamer.recipe8
1 files changed, 8 insertions, 0 deletions
diff --git a/recipes/gstreamer.recipe b/recipes/gstreamer.recipe
new file mode 100644
index 0000000..cfebec7
--- /dev/null
+++ b/recipes/gstreamer.recipe
@@ -0,0 +1,8 @@
+from cerbero import recipe
+
+
+class Recipe(recipe.Recipe):
+ name = 'gstreamer'
+ version = '0.10.36'
+ config_sh = 'sh autogen.sh'
+ deps = ['glib', 'libxml2', 'gtk-doc']