kde-plasma/kpipewire: Raise ffmpeg8-conditional to >=ffmpeg-6.1

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-09-27 19:31:56 +02:00
parent fac57c9206
commit 7a18c81c51

View File

@@ -46,7 +46,7 @@ BDEPEND+=" test? ( || ( >=dev-qt/qtbase-6.10:6[wayland] <dev-qt/qtwayland-6.10:6
src_prepare() {
# https://invent.kde.org/plasma/kpipewire/-/merge_requests/208#note_1310965
if has_version ">=media-video/ffmpeg-5"; then
if has_version ">=media-video/ffmpeg-6.1"; then
PATCHES+=( "${FILESDIR}/${P}-ffmpeg8.patch" )
fi
cmake_src_prepare