diff options
author | Sam James <sam@gentoo.org> | 2023-06-03 03:06:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-03 03:06:18 +0100 |
commit | b74599d45c359fcf495b3b580fd0d948e1eb4f39 (patch) | |
tree | a8bbc96988f5c9ed628cab4853dcff958ce81b5d /media-video/bino | |
parent | dev-util/devhelp: Keyword 43.0 arm64, #907709 (diff) | |
download | gentoo-b74599d45c359fcf495b3b580fd0d948e1eb4f39.tar.gz gentoo-b74599d45c359fcf495b3b580fd0d948e1eb4f39.tar.bz2 gentoo-b74599d45c359fcf495b3b580fd0d948e1eb4f39.zip |
media-video/bino: depend on <ffmpeg-5 for old
>=bino-2 depends on Qt 6 w/o ffmpeg.
Bug: https://bugs.gentoo.org/907682
Bug: https://bugs.gentoo.org/834400
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-video/bino')
-rw-r--r-- | media-video/bino/bino-1.6.7.ebuild | 5 | ||||
-rw-r--r-- | media-video/bino/bino-1.6.8.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/media-video/bino/bino-1.6.7.ebuild b/media-video/bino/bino-1.6.7.ebuild index 8c5b35e1714a..c265269dc9c7 100644 --- a/media-video/bino/bino-1.6.7.ebuild +++ b/media-video/bino/bino-1.6.7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug doc lirc video_cards_nvidia" +# <ffmpeg-5 for bug #907682 and bug #834400. >=bino-2 uses Qt 6 and drops ffmpeg. RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -23,7 +24,7 @@ RDEPEND=" >=media-libs/libass-0.9.9 >=media-libs/openal-1.15.1 virtual/libintl - >=media-video/ffmpeg-0.7:0= + <media-video/ffmpeg-5:= lirc? ( app-misc/lirc ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" DEPEND="${RDEPEND}" diff --git a/media-video/bino/bino-1.6.8.ebuild b/media-video/bino/bino-1.6.8.ebuild index d7bdc7c2def6..841c5e2b3aa8 100644 --- a/media-video/bino/bino-1.6.8.ebuild +++ b/media-video/bino/bino-1.6.8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -14,6 +14,7 @@ SLOT="0" KEYWORDS="amd64 x86" IUSE="debug doc lirc video_cards_nvidia" +# <ffmpeg-5 for bug #907682 and bug #834400. >=bino-2 uses Qt 6 and drops ffmpeg. RDEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 @@ -23,7 +24,7 @@ RDEPEND=" >=media-libs/libass-0.9.9 >=media-libs/openal-1.15.1 virtual/libintl - >=media-video/ffmpeg-0.7:0= + <media-video/ffmpeg-5:= lirc? ( app-misc/lirc ) video_cards_nvidia? ( x11-drivers/nvidia-drivers[tools,static-libs] )" DEPEND="${RDEPEND}" |