blob: 7f8ba988ae8b39af292f2da14ab0d3f1e121d286 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-
class Package(package.Package):
name = 'gstreamer-effects'
shortdesc = 'GStreamer effects and instrumentaion plugins'
url = "http://www.gstreamer.com"
version = '1.0'
licenses = ['LGPL']
vendor = 'GStreamer Project'
uuid = 'affe67f2-4565-411f-8287-e8faa892f853'
deps = ['gstreamer-core']
files = ['gst-plugins-good:effects', 'gst-plugins-bad:effects']
files_devel = ['gst-plugins-good-static:effects_devel',
'gst-plugins-bad-static:effects_devel']
|