Files
guru/media-plugins/gst-plugins-qt5/metadata.xml
Ronny (tastytea) Gutbrod 1bf206c927 media-plugins/gst-plugins-qt5: update metadata
- change DTD URL to HTTPS
- fix indentation
- add remote-id

Signed-off-by: Ronny (tastytea) Gutbrod <gentoo@tastytea.de>
2022-09-17 02:49:48 +02:00

24 lines
807 B
XML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?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>Ronny (tastytea) Gutbrod</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>