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


class Package(package.Package):

    name = 'gstreamer-dvd'
    shortdesc = 'GStreamer DVD support'
    url = "http://www.gstreamer.com"
    version = '2012.10'
    codename = 'Brahmaputra'
    license = License.LGPL
    vendor = 'GStreamer Project'
    org = 'com.gstreamer'
    uuid = '3fdd61c2-4565-411f-8287-e1faa892f853'
    deps = ['gstreamer-core']

    files = ['libdvdnav:libs', 'libdvdread:libs',
            'gst-plugins-base:dvd',
            'gst-plugins-good:dvd',
            'gst-plugins-ugly:dvd',
            'gst-plugins-bad:dvd']
    files_devel = ['gst-plugins-base-static:dvd_devel'
            'gst-plugins-good-static:dvd_devel',
            'gst-plugins-ugly-static:dvd_devel',
            'gst-plugins-bad-static:dvd_devel']