commit:     9c1410337f3488e9a62f2e2ebc5fef9e40379447
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 10 06:06:04 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Mar 11 09:03:20 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c141033

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 <AT> gentoo.org>

 .../kodi-inputstream-ffmpegdirect-9999.ebuild                        | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-9999.ebuild
 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-9999.ebuild
index cd932215b4d6..d04c2be8de19 100644
--- 
a/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-9999.ebuild
+++ 
b/media-plugins/kodi-inputstream-ffmpegdirect/kodi-inputstream-ffmpegdirect-9999.ebuild
@@ -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*

Reply via email to