summaryrefslogtreecommitdiff
path: root/recipes/clutter-gst.recipe
blob: 248f283c4a2855bce70182b71239da8d53a24ee7 (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 = 'clutter-gst'
    version = '1.4.6'
    deps = ['clutter', 'gstreamer', 'gst-plugins-base']
    use_system_libs = True
    autoreconf = True

    files_libs = ['libclutter-gst-1.0']
    files_devel = ['lib/pkgconfig/clutter-gst.pc', 'include/clutter-1.0/clutter-gst']