blob: 1e7454b910f6e74fa2b29e3a05d6142659b0e8fe (
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-networking-restricted'
shortdesc = 'GStreamer plugins for network protocols with potential patent issues in some countries'
longdesc = 'GStreamer plugins for network protocols with potential patent issues in some countries'
url = "http://www.gstreamer.com"
version = '2012.11'
codename = 'Brahmaputra'
license = License.LGPL
vendor = 'GStreamer Project'
org = 'com.gstreamer'
uuid = '2cce6732-4565-411f-8281-e8f1a892f853'
deps = ['gstreamer-core']
files = ['libmms:libs',
'gst-plugins-ugly:plugins_net_restricted',
'gst-plugins-bad:plugins_net_restricted']
files_devel = ['gst-plugins-ugly-static:plugins_net_restricted_devel',
'gst-plugins-bad-static:plugins_net_restricted_devel']
|