diff options
author | James Le Cuirot <chewi@gentoo.org> | 2024-04-25 22:48:57 +0100 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2024-04-25 22:48:57 +0100 |
commit | 991b62c98188ceaa919c0238174ec7d6fd31aa52 (patch) | |
tree | d0918111901f77e020a3012d1e6420df6bac6566 /media-video/ffmpeg | |
parent | net-misc/netevent: Drop old 2.0_p20200217 and 2.2.1 (diff) | |
download | gentoo-991b62c98188ceaa919c0238174ec7d6fd31aa52.tar.gz gentoo-991b62c98188ceaa919c0238174ec7d6fd31aa52.tar.bz2 gentoo-991b62c98188ceaa919c0238174ec7d6fd31aa52.zip |
media-video/ffmpeg: Bump vulkan dependencies and require threads for 9999
Closes: https://bugs.gentoo.org/928394
Bug: https://bugs.gentoo.org/930209
Signed-off-by: James Le Cuirot <chewi@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 06c2372b2a61..867a4147d174 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -307,7 +307,7 @@ RDEPEND=" >=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}] ) vpx? ( >=media-libs/libvpx-1.4.0:=[${MULTILIB_USEDEP}] ) - vulkan? ( >=media-libs/vulkan-loader-1.3.255:=[${MULTILIB_USEDEP}] ) + vulkan? ( >=media-libs/vulkan-loader-1.3.277:=[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] @@ -329,7 +329,7 @@ DEPEND="${RDEPEND} amf? ( media-libs/amf-headers ) ladspa? ( >=media-libs/ladspa-sdk-1.13-r2[${MULTILIB_USEDEP}] ) v4l? ( sys-kernel/linux-headers ) - vulkan? ( >=dev-util/vulkan-headers-1.3.255 ) + vulkan? ( >=dev-util/vulkan-headers-1.3.277 ) " # += for verify-sig above @@ -365,6 +365,7 @@ REQUIRED_USE=" shaderc? ( vulkan !glslang ) soc? ( libdrm ) test? ( encode ) + vulkan? ( threads ) ${GPL_REQUIRED_USE} ${CPU_REQUIRED_USE}" RESTRICT=" |