# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python class Recipe(recipe.Recipe): name = 'gst-python-1.0' 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/1.4' deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'glib', 'pygobject'] # FIXME: disable checks until it's properly fixed make_check = None files_python = [ 'site-packages/gi/overrides/Gst.py', 'site-packages/gi/overrides/GstPbutils.py', 'site-packages/gi/overrides/_gi_gst.so' ] def prepare(self): self.remotes['origin'] = ('%s/%s' % ('git://anongit.freedesktop.org/gstreamer', 'gst-python')) self.remotes['upstream'] = self.remotes['origin']