gentoo-ebuilds/kde-plasma/kpipewire/kpipewire-6.3.5-r1.ebuild
Andreas Sturmlechner 518c306705
kde-plasma/kpipewire: Add missing dev-qt/qtbase[opengl] USEdep
Pending upstream MR:
https://invent.kde.org/plasma/kpipewire/-/merge_requests/203

Closes: https://bugs.gentoo.org/959396
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
2025-07-06 23:16:09 +02:00

45 lines
1 KiB
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_TEST="true"
KFMIN=6.10.0
QTMIN=6.8.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:=
>=media-video/pipewire-0.3:=
x11-libs/libdrm
"
DEPEND="${COMMON_DEPEND}
test? (
dev-libs/plasma-wayland-protocols
dev-libs/wayland
>=dev-qt/qtwayland-${QTMIN}:6
>=kde-plasma/kwayland-${KDE_CATV}:6
media-video/pipewire[extra]
)
"
RDEPEND="${COMMON_DEPEND}
>=kde-frameworks/kirigami-${KFMIN}:6
"
BDEPEND="test? ( >=dev-qt/qtwayland-${QTMIN}:6 )"
PATCHES=( "${FILESDIR}/${P}-qt-6.10.patch" )