Skip to content

Commit

Permalink
kde-plasma/kwin: Add missing IUSE=multimedia RDEPEND
Browse files Browse the repository at this point in the history
Thanks-to: Johannes Penßel
Bug: https://bugs.gentoo.org/920833
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
  • Loading branch information
a17r committed Jan 3, 2024
1 parent e5a18e7 commit 07308eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion kde-plasma/kwin/kwin-5.27.49.9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,10 @@ RDEPEND="${COMMON_DEPEND}
>=kde-frameworks/kitemmodels-${KFMIN}:5[qml]
sys-apps/hwdata
x11-base/xwayland
multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml] )
multimedia? (
>=dev-qt/qtmultimedia-${QTMIN}:5[gstreamer,qml]
media-plugins/gst-plugins-soup:1.0
)
"
DEPEND="${COMMON_DEPEND}
>=dev-libs/plasma-wayland-protocols-1.9
Expand Down
5 changes: 4 additions & 1 deletion kde-plasma/kwin/kwin-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ RDEPEND="${COMMON_DEPEND}
>=kde-plasma/libplasma-${PVCUT}:6[wayland]
sys-apps/hwdata
x11-base/xwayland
multimedia? ( >=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml] )
multimedia? (
>=dev-qt/qtmultimedia-${QTMIN}:6[gstreamer,qml]
media-plugins/gst-plugins-soup:1.0
)
"
DEPEND="${COMMON_DEPEND}
>=dev-libs/plasma-wayland-protocols-1.11.1
Expand Down

0 comments on commit 07308eb

Please sign in to comment.