# 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 = '2013.04' codename = 'Congo' url = "http://www.gstreamer.com" license = License.LGPL vendor = 'GStreamer Project' org = 'com.gstreamer' uuid = '0a4e77e8-3c8c-4e7d-890b-1538d36f1816' deps = ['gstreamer-1.0-core'] files = ['a52dec:libs', 'opencore-amr:libs', 'libmad:libs', 'libmpeg2:libs', 'faad2:libs', 'libdca:libs', 'x264: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']