dev-qt/qtmultimedia: update live

There's an option to link directly to pipewire now, which we have
no reason not to use on a source-based distro.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2026-09-11 23:57:55 -04:00
parent a6319ca0fc
commit 6d27b58db6
2 changed files with 2 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ REQUIRED_USE="
vaapi? ( ffmpeg opengl )
"
# dlopen/dbus: pipewire
RDEPEND="
~dev-qt/qtbase-${PV}:6[concurrent,gui,network,opengl=,vulkan=,widgets]
alsa? (
@@ -124,6 +123,7 @@ src_configure() {
")
$(qt_feature pipewire)
$(usev pipewire $(qt_feature dbus pipewire_screencapture))
-DQT_FEATURE_pipewire_symbolloader=OFF
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)

View File

@@ -22,7 +22,6 @@ REQUIRED_USE="
vaapi? ( ffmpeg opengl )
"
# dlopen/dbus: pipewire
RDEPEND="
~dev-qt/qtbase-${PV}:6[concurrent,gui,network,opengl=,vulkan=,widgets]
alsa? (
@@ -123,6 +122,7 @@ src_configure() {
")
$(qt_feature pipewire)
$(usev pipewire $(qt_feature dbus pipewire_screencapture))
-DQT_FEATURE_pipewire_symbolloader=OFF
$(qt_feature pulseaudio)
$(qt_feature v4l linux_v4l)
$(qt_feature vaapi)