commit: be0b8aa18926d243cee04105dcc5b87975a4213e
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Thu Jan 8 22:17:56 2026 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Fri Jan 9 20:18:19 2026 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be0b8aa1
kde-plasma/kpipewire: Bump QTMIN to 6.10.1 to help upgrades
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-plasma/kpipewire/kpipewire-6.5.4-r1.ebuild | 43 ++++++++++++++++++++++++++
1 file changed, 43 insertions(+)
diff --git a/kde-plasma/kpipewire/kpipewire-6.5.4-r1.ebuild
b/kde-plasma/kpipewire/kpipewire-6.5.4-r1.ebuild
new file mode 100644
index 000000000000..c42ccd4ff9ee
--- /dev/null
+++ b/kde-plasma/kpipewire/kpipewire-6.5.4-r1.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2026 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_TEST="true"
+KFMIN=6.18.0
+QTMIN=6.10.1
+inherit ecm plasma.kde.org xdg
+
+DESCRIPTION="Components relating to Flatpak pipewire use in Plasma"
+
+LICENSE="LGPL-2.1+"
+SLOT="6"
+KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
+IUSE=""
+
+COMMON_DEPEND="
+ >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,opengl]
+ >=dev-qt/qtdeclarative-${QTMIN}:6
+ >=kde-frameworks/kcoreaddons-${KFMIN}:6
+ >=kde-frameworks/ki18n-${KFMIN}:6
+ media-libs/libepoxy
+ media-libs/libglvnd
+ media-libs/libva:=
+ media-libs/mesa[opengl]
+ >=media-video/ffmpeg-6.1:=
+ >=media-video/pipewire-0.3:=
+ x11-libs/libdrm
+"
+DEPEND="${COMMON_DEPEND}
+ test? (
+ dev-libs/plasma-wayland-protocols
+ dev-libs/wayland
+ >=dev-qt/qtbase-${QTMIN}:6[wayland]
+ >=kde-plasma/kwayland-${KDE_CATV}:6
+ media-video/pipewire[extra]
+ )
+"
+RDEPEND="${COMMON_DEPEND}
+ >=kde-frameworks/kirigami-${KFMIN}:6
+"
+BDEPEND="test? ( >=dev-qt/qtbase-${QTMIN}:6[wayland] )"