diff options
author | Sam James <sam@gentoo.org> | 2023-02-15 06:20:54 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-15 06:20:54 +0000 |
commit | 43ad97426db5e10cfffd668499bae7e55fb2ddca (patch) | |
tree | a414dd525710d4710affeee3e15ddd09631ffe87 /media-video | |
parent | media-video/mplayer: depend on <ffmpeg-5 (diff) | |
download | gentoo-43ad97426db5e10cfffd668499bae7e55fb2ddca.tar.gz gentoo-43ad97426db5e10cfffd668499bae7e55fb2ddca.tar.bz2 gentoo-43ad97426db5e10cfffd668499bae7e55fb2ddca.zip |
media-video/noad: depend on <ffmpeg-5
Bug: https://bugs.gentoo.org/834408
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/noad/noad-0.8.7.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/media-video/noad/noad-0.8.7.ebuild b/media-video/noad/noad-0.8.7.ebuild index f89605e63649..25ba24135bd4 100644 --- a/media-video/noad/noad-0.8.7.ebuild +++ b/media-video/noad/noad-0.8.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 2021 Gentoo Authors +# Copyright 2021-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -15,9 +15,10 @@ KEYWORDS="amd64 x86" IUSE="+ffmpeg imagemagick libmpeg2" BDEPEND="virtual/pkgconfig" +# <ffmpeg-5 dep for bug #834408, https://github.com/madmartin/noad/issues/2 DEPEND=" libmpeg2? ( media-libs/libmpeg2:= ) - ffmpeg? ( media-video/ffmpeg ) + ffmpeg? ( <media-video/ffmpeg-5:= ) imagemagick? ( media-gfx/imagemagick )" RDEPEND="${DEPEND}" |