diff options
author | 2020-05-09 14:09:33 +0200 | |
---|---|---|
committer | 2020-05-09 14:25:23 +0200 | |
commit | 0353d3d67fcdabd7ee99e4ab071abf73cf93c345 (patch) | |
tree | 1f42c8db27e1cd554cd348208b3dc50e7dcf0d5d /media-video/ffmpeg/ffmpeg-4.1.4.ebuild | |
parent | media-libs/libaom: bump to v2.0.0 RC1 (diff) | |
download | gentoo-0353d3d67fcdabd7ee99e4ab071abf73cf93c345.tar.gz gentoo-0353d3d67fcdabd7ee99e4ab071abf73cf93c345.tar.bz2 gentoo-0353d3d67fcdabd7ee99e4ab071abf73cf93c345.zip |
media-video/ffmpeg: subscribe to media-libs/libaom subslot
Bug: https://bugs.gentoo.org/721724
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-video/ffmpeg/ffmpeg-4.1.4.ebuild')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.1.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild index 8130eda690a5..cc95a886113b 100644 --- a/media-video/ffmpeg/ffmpeg-4.1.4.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.1.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -208,7 +208,7 @@ RDEPEND=" ) jack? ( virtual/jack[${MULTILIB_USEDEP}] ) jpeg2k? ( >=media-libs/openjpeg-2:2[${MULTILIB_USEDEP}] ) - libaom? ( >=media-libs/libaom-1.0.0-r1[${MULTILIB_USEDEP}] ) + libaom? ( >=media-libs/libaom-1.0.0-r1:=[${MULTILIB_USEDEP}] ) libass? ( >=media-libs/libass-0.10.2:=[${MULTILIB_USEDEP}] ) libcaca? ( >=media-libs/libcaca-0.99_beta18-r1[${MULTILIB_USEDEP}] ) libdrm? ( x11-libs/libdrm[${MULTILIB_USEDEP}] ) |