From e47e7a303d6b4b6d0cdca9d0d6b352a35fdaf7eb Mon Sep 17 00:00:00 2001 From: Ionen Wolkens Date: Sat, 9 Aug 2025 00:15:00 -0400 Subject: [PATCH] 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 --- 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 5c4bd01d80069..c8b02fc14ee90 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