summaryrefslogtreecommitdiff
path: root/packages/gstreamer-1.0-codecs-restricted.package
blob: 5ddbae01610253ec774d4c36708f842734f8eb7a (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-1.0-codecs-restricted'
    shortdesc = 'GStreamer 1.0 restricted codecs with potential patent issues in some countries'
    longdesc = 'GStreamer 1.0 restricted codecs with potential patent issues in some countries'
    version = '1.7.91'
    codename = 'Congo'
    url = "http://gstreamer.freedesktop.org"
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'org.freedesktop.gstreamer'
    uuid = '0a4e77e8-3c8c-4e7d-890b-1538d36f1816'
    deps = ['gstreamer-1.0-core']

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