mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 15:45:15 -04:00
<https://www.gentoo.org/glep/glep-0076.html#certificate-of-origin> changed today to allow it. Signed-off-by: tastytea <gentoo@tastytea.de>
24 lines
791 B
XML
24 lines
791 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||
<pkgmetadata>
|
||
<maintainer type="person">
|
||
<email>gentoo@tastytea.de</email>
|
||
<name>tastytea</name>
|
||
</maintainer>
|
||
<longdescription lang="en">
|
||
GStreamer plugin for the Qt Qml elements
|
||
|
||
Includes the following elements:
|
||
* qmlgloverlay – A filter that renders a QML scene onto a video stream
|
||
* qmlglsink – A video sink that renders to a QQuickItem
|
||
* qmlglsrc – A video src that captures a window from a QML view
|
||
</longdescription>
|
||
<use>
|
||
<flag name="egl">Enable EGL support.</flag>
|
||
</use>
|
||
<upstream>
|
||
<remote-id type="freedesktop-gitlab">gstreamer/gstreamer</remote-id>
|
||
<!-- plugin is in subprojects/gst-plugins-good/ext/qt -->
|
||
</upstream>
|
||
</pkgmetadata>
|