summaryrefslogtreecommitdiff
path: root/recipes/gnonlin.recipe
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gnonlin.recipe')
-rw-r--r--recipes/gnonlin.recipe13
1 files changed, 0 insertions, 13 deletions
diff --git a/recipes/gnonlin.recipe b/recipes/gnonlin.recipe
deleted file mode 100644
index 7ef94115..00000000
--- a/recipes/gnonlin.recipe
+++ /dev/null
@@ -1,13 +0,0 @@
-# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
-from cerbero.utils import shell
-
-class Recipe(recipe.Recipe):
- name = 'gnonlin'
- version = '0.10.17'
- licenses = [License.LGPLv2Plus]
- config_sh = 'sh ./autogen.sh --noconfigure && ./configure'
- configure_options = "--disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer GNonLin (GStreamer SDK)' "
- remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gnonlin'}
- deps = ['gstreamer', 'gst-plugins-base' ]
-
- files_plugins_gnl = ['lib/gstreamer-0.10/libgnl%(mext)s']