summaryrefslogtreecommitdiff
path: root/packages/gstreamer-codecs-gpl.package
blob: 79da2f9c795e0ddd62eee0c8baecc4a8a4ec2424 (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
25
26
27
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-


class Package(package.Package):

    name = 'gstreamer-codecs-gpl'
    shortdesc = 'GStreamer codecs under the GPL license and/or with patents issues'
    longdesc = 'GStreamer codecs under the GPL license and/or with patents issues'
    url = "http://www.gstreamer.com"
    version = '2012.11'
    codename = 'Brahmaputra'
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'com.gstreamer'
    uuid = '355561c2-4535-411f-8287-e8f6a892f853'
    deps = ['gstreamer-core']

    files = ['libass:libs', 'fribidi:libs',
             'gst-plugins-base:plugins_codecs_gpl',
             'gst-plugins-good:plugins_codecs_gpl',
             'gst-plugins-bad:plugins_codecs_gpl',
             'gst-plugins-ugly:plugins_codecs_gpl']
    files_devel = ['gst-plugins-base-static:plugins_codecs_gpl_devel',
             'gst-plugins-good-static:plugins_codecs_gpl_devel',
             'gst-plugins-bad-static:plugins_codecs_gpl_devel',
             'gst-plugins-ugly-static:plugins_codecs_gpl_devel']