media-plugins/kodi-inputstream-ffmpegdirect: update ffmpeg usedeps

Also add :=, not tried but looking at the code this looks
like to be linking with ffmpeg and not just using the tools.

The || ( xml libxml2 ) will be replaced later by just [xml(-)]
which can be done without another revbump.

Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
This commit is contained in:
Ionen Wolkens
2025-03-10 02:06:04 -04:00
parent 2e9d956dc3
commit 9c1410337f

View File

@@ -1,4 +1,4 @@
# Copyright 1999-2021 Gentoo Authors
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -33,7 +33,8 @@ BDEPEND="
"
COMMON_DEPEND="
media-video/ffmpeg[encode,libxml2,zlib]
media-video/ffmpeg:=[encode(+),zlib]
|| ( media-video/ffmpeg[xml(-)] media-video/ffmpeg[libxml2(-)] )
virtual/libiconv
app-arch/bzip2
=media-tv/kodi-19*