summaryrefslogtreecommitdiff
path: root/packages/gstreamer-codecs-restricted.package
blob: 563088199c829f613e64cdca90858596b4a10361 (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
# vi:si:et:sw=4:sts=4:ts=4:syntax=python
# -*- Mode: Python -*-


class Package(package.Package):

    name = 'gstreamer-codecs-restricted'
    shortdesc = 'GStreamer restricted codecs with potential patent issues in some countries'
    longdesc = 'GStreamer restricted codecs with potential patent issues in some countries'
    version = '2012.11'
    codename = 'Brahmaputra'
    url = "http://www.gstreamer.com"
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'com.gstreamer'
    uuid = '3fde61c2-4535-411f-8287-e8f64445f853'
    deps = ['gstreamer-core']

    files = ['a52dec:libs', 'opencore-amr:libs', 'libmad:libs', 'libmpeg2:libs',
             'faad2:libs', 'libdca:libs',
             'gst-plugins-ugly:plugins_codecs_restricted',
             'gst-plugins-bad:plugins_codecs_restricted']
    files_devel = ['gst-plugins-ugly-static:plugins_codecs_restricted_devel',
                   'gst-plugins-bad-static:plugins_codecs_restricted_devel']