# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python from cerbero.utils import shell class Recipe(recipe.Recipe): name = 'gst-editing-services' version = '0.10.1' licenses = [License.LGPLv2Plus] config_sh = 'sh ./autogen.sh --noconfigure && ./configure' configure_options = "--program-prefix= --disable-examples --with-package-origin='http://www.gstreamer.com' --with-package-name='GStreamer Editing Services (GStreamer SDK)' " remotes = {'upstream': 'git://anongit.freedesktop.org/gstreamer/gst-editing-services'} deps = ['gstreamer', 'gst-plugins-base' ] files_bins = ['ges-launch-0.10'] files_devel = ['include/gstreamer-0.10/ges', 'lib/pkgconfig/gst-editing-services-0.10.pc'] files_libs = ['libges-0.10'] # files_python = ['site-packages/ges%(pext)s']