blob: b26c42ed65d48f5a4e65cd2af4a4ae76253179eb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python:ft=python
# -*- Mode: Python -*-
class Package(package.Package):
name = 'gstreamer-1.0-net-restricted'
shortdesc = 'GStreamer 1.0 plugins for network protocols with potential patent issues in some countries'
longdesc = 'GStreamer 1.0 plugins for network protocols with potential patent issues in some countries'
url = "http://gstreamer.freedesktop.org"
version = '1.8.0'
codename = 'Congo'
license = License.LGPL
vendor = 'GStreamer Project'
org = 'org.freedesktop.gstreamer'
uuid = '8cf57a89-3ba3-4db0-8b66-15e79b541ffe'
deps = ['gstreamer-1.0-core', 'base-crypto']
files = ['libmms:libs', 'librtmp:libs',
'gst-plugins-ugly-1.0:plugins_net_restricted',
'gst-plugins-bad-1.0:plugins_net_restricted']
files_devel = ['gst-plugins-ugly-1.0-static:plugins_net_restricted_devel',
'gst-plugins-bad-1.0-static:plugins_net_restricted_devel']
|