summaryrefslogtreecommitdiff
path: root/recipes/pitivi.recipe
blob: e432c879ec2cf24f558b96986605a65d726d61e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python

class Recipe(recipe.Recipe):
    name = 'pitivi'
    version = '0.15.2'
    licenses = [License.GPLv2Plus]
    remotes = {'origin': 'git://git.gnome.org/pitivi'}
    autoreconf = True
    autoreconf_sh = 'sh autogen.sh'
    commit = 'RELEASE-0_15_2'
    deps = ['gnome-doc-utils', 'pygoocanvas', 'pygtk', 'gst-python', 'pyxdg', 'glade']