commit: 1bf206c927c4b24b357c4a6813b97d061821c2ae Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de> AuthorDate: Fri Sep 16 23:32:01 2022 +0000 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de> CommitDate: Sat Sep 17 00:49:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=1bf206c9
media-plugins/gst-plugins-qt5: update metadata - change DTD URL to HTTPS - fix indentation - add remote-id Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de> media-plugins/gst-plugins-qt5/metadata.xml | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/media-plugins/gst-plugins-qt5/metadata.xml b/media-plugins/gst-plugins-qt5/metadata.xml index bae7748a8..a8f2ad465 100644 --- a/media-plugins/gst-plugins-qt5/metadata.xml +++ b/media-plugins/gst-plugins-qt5/metadata.xml @@ -1,19 +1,23 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer type="person"> <email>[email protected]</email> <name>Ronny (tastytea) Gutbrod</name> </maintainer> <longdescription lang="en"> - GStreamer plugin for the Qt Qml elements + 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> + 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>
