gentoo-ebuilds/dev-qt/qtmultimedia/metadata.xml
Ionen Wolkens d8cdf9fe8f
dev-qt/qtmultimedia: reword gstreamer USE desc
This is not for audio, or at least not only for that if it
can use it for output. Let's just use generic wording.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
2025-02-26 03:45:21 -05:00

25 lines
956 B
XML

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="project">
<email>qt@gentoo.org</email>
<name>Gentoo Qt Project</name>
</maintainer>
<use>
<flag name="eglfs">Enable screen capture support with Qt's EGL Full Screen/Single Surface platform plugin</flag>
<flag name="gstreamer">Enable <pkg>media-libs/gstreamer</pkg> support</flag>
<flag name="pipewire">Enable <pkg>media-video/pipewire</pkg> support</flag>
<flag name="qml">Build QML/QtQuick bindings and imports</flag>
<flag name="widgets">Build the QtMultimediaWidgets module</flag>
</use>
<upstream>
<bugs-to>https://bugreports.qt.io/</bugs-to>
<doc>https://doc.qt.io/</doc>
<remote-id type="github">qt/qtmultimedia</remote-id>
</upstream>
<slots>
<subslots>
Must only be used by packages that are known to use private parts of the Qt API.
</subslots>
</slots>
</pkgmetadata>