diff options
author | Leonardo Hernández Hernández <leohdz172@proton.me> | 2023-08-29 19:30:12 -0600 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-30 03:36:51 +0100 |
commit | 9f5fa555a6b0cd1f023ebfa795e78aa68875ccfb (patch) | |
tree | 33bbf37605eb5b0604a3c7bde0486748552722fe /media-video | |
parent | app-emacs/company-ebuild: Stabilize 0.1.4 ALLARCHES, #910725 (diff) | |
download | gentoo-9f5fa555a6b0cd1f023ebfa795e78aa68875ccfb.tar.gz gentoo-9f5fa555a6b0cd1f023ebfa795e78aa68875ccfb.tar.bz2 gentoo-9f5fa555a6b0cd1f023ebfa795e78aa68875ccfb.zip |
media-video/ffmpeg: add missing DEPEND on vulkan-headers
Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
Closes: https://github.com/gentoo/gentoo/pull/32522
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 2abee6b94854..8266db290460 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -277,7 +277,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.2.189:=[${MULTILIB_USEDEP}] ) + vulkan? ( >=media-libs/vulkan-loader-1.3.255:=[${MULTILIB_USEDEP}] ) X? ( >=x11-libs/libX11-1.6.2[${MULTILIB_USEDEP}] >=x11-libs/libXext-1.3.2[${MULTILIB_USEDEP}] @@ -299,6 +299,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 ) " # += for verify-sig above |