blob: 68d6f85d9efc9707eddb80159e9a9cd1423fac9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# vi:si:et:sw=4:sts=4:ts=4:syntax=python:ft=python
# -*- Mode: Python -*-
class Package(custom.GStreamer, package.Package):
name = 'gstreamer-1.0-qt5'
shortdesc = 'GStreamer 1.0 plugins for the Qt5 framework'
longdesc = 'GStreamer 1.0 plugins for the Qt5 framework'
uuid = '9b5a0261-1986-4a6f-93c2-9d0be3f7764e'
deps = ['gstreamer-1.0-core']
files = ['gst-plugins-good-1.0:plugins_qt5']
files_devel = ['gst-plugins-good-1.0:plugins_qt5_devel']
|