summaryrefslogtreecommitdiff
path: root/recipes/gst-editing-services-1.0.recipe
blob: 47c881cba453fdbb52ae7e1ab54c9a300ff103a5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# -*- Mode: Python -*- vi:si:et:sw=4:sts=4:ts=4:syntax=python
from cerbero.utils import shell

class Recipe(custom.GStreamer):
    name = 'gst-editing-services-1.0'
    btype = BuildType.MESON
    tarball_checksum = 'aa03e983af5d79c1befffe3575b034e60960619a96bf877447cb73c28016fc41'
    deps = ['gstreamer-1.0', 'gst-plugins-base-1.0', 'gst-plugins-good-1.0', 'gst-devtools-1.0']

    files_bins = ['ges-launch-1.0']
    files_devel = ['include/gstreamer-1.0/ges', 'lib/pkgconfig/gst-editing-services-1.0.pc']
    files_libs = ['libges-1.0']
    files_typelibs = ['GES-1.0']

    files_plugins_ges = [ 'lib/gstreamer-1.0/libgstnle%(mext)s',
                          'lib/gstreamer-1.0/libgstges%(mext)s']
    files_plugins_ges_devel = ['lib/gstreamer-1.0/libgstnle.a', 'lib/gstreamer-1.0/libgstnle.la',
                               'lib/gstreamer-1.0/libgstges.a', 'lib/gstreamer-1.0/libgstges.la']

    files_validate = ['lib/gst-validate-launcher/python/launcher/apps/geslaunch.py',
                      'share/gstreamer-1.0/validate/scenarios/ges-edit-clip-while-paused.scenario']

#    files_python = ['site-packages/ges%(pext)s']