commit:     e47e7a303d6b4b6d0cdca9d0d6b352a35fdaf7eb
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Aug  9 04:15:00 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sat Aug  9 04:17:16 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e47e7a30

media-video/ffmpeg: update live

>=vulkan-headers-1.4.317 isn't strictly required but it prevents
automagic for the new vulkan AV1 encoding and VP9 decoding.

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 media-video/ffmpeg/ffmpeg-9999.ebuild | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild 
b/media-video/ffmpeg/ffmpeg-9999.ebuild
index 5c4bd01d8006..c8b02fc14ee9 100644
--- a/media-video/ffmpeg/ffmpeg-9999.ebuild
+++ b/media-video/ffmpeg/ffmpeg-9999.ebuild
@@ -314,7 +314,7 @@ DEPEND="
        ladspa? ( media-libs/ladspa-sdk )
        nvenc? ( >=media-libs/nv-codec-headers-12.1.14.0 )
        opencl? ( dev-util/opencl-headers )
-       vulkan? ( dev-util/vulkan-headers )
+       vulkan? ( >=dev-util/vulkan-headers-1.4.317 )
 "
 BDEPEND="
        app-alternatives/awk
@@ -467,6 +467,7 @@ multilib_src_configure() {
                --disable-pocketsphinx
                --disable-rkmpp
                --disable-vapoursynth
+               --disable-whisper
 
                # disabled for other or additional reasons
                --disable-cuda-nvcc # prefer cuda-llvm for less issues

Reply via email to