blob: 3e2c9400558b6e946371d84530bef045638dcd57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-
class Package(package.Package):
name = 'gstreamer-capture'
shortdesc = 'GStreamer plugins for capture'
version = '1.0'
licences = ['LGPL']
vendor = 'GStreamer Project'
uuid = '58fe67c2-4565-411f-8287-e8faa892f853'
deps = ['gstreamer-core']
files = ['gst-plugins-good:capture', 'gst-plugins-base:capture',
'gst-plugins-bad:capture']
|