summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-02-15 06:20:54 +0000
committerSam James <sam@gentoo.org>2023-02-15 06:20:54 +0000
commit43ad97426db5e10cfffd668499bae7e55fb2ddca (patch)
treea414dd525710d4710affeee3e15ddd09631ffe87
parentmedia-video/mplayer: depend on <ffmpeg-5 (diff)
downloadgentoo-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>
-rw-r--r--media-video/noad/noad-0.8.7.ebuild5
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}"