mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-13 21:47:44 +00:00
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>
25 lines
956 B
XML
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>
|