Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-video/ffmpeg/
Date: Tue, 05 Apr 2022 06:57:45
Message-Id: 1649141811.f90006777ea8b859af15272cb6637f552e1d014a.sam@gentoo
1 commit: f90006777ea8b859af15272cb6637f552e1d014a
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Tue Apr 5 06:55:10 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Tue Apr 5 06:56:51 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f9000677
7
8 media-video/ffmpeg: fix libssh dependency
9
10 Closes: https://bugs.gentoo.org/834960
11 Signed-off-by: Sam James <sam <AT> gentoo.org>
12
13 media-video/ffmpeg/{ffmpeg-4.4.1-r4.ebuild => ffmpeg-4.4.1-r5.ebuild} | 2 +-
14 media-video/ffmpeg/{ffmpeg-5.0-r2.ebuild => ffmpeg-5.0-r3.ebuild} | 2 +-
15 2 files changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/media-video/ffmpeg/ffmpeg-4.4.1-r4.ebuild b/media-video/ffmpeg/ffmpeg-4.4.1-r5.ebuild
18 similarity index 99%
19 rename from media-video/ffmpeg/ffmpeg-4.4.1-r4.ebuild
20 rename to media-video/ffmpeg/ffmpeg-4.4.1-r5.ebuild
21 index 21ef722d958d..2b5b34d00d7b 100644
22 --- a/media-video/ffmpeg/ffmpeg-4.4.1-r4.ebuild
23 +++ b/media-video/ffmpeg/ffmpeg-4.4.1-r5.ebuild
24 @@ -245,7 +245,7 @@ RDEPEND="
25 sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
26 speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
27 srt? ( >=net-libs/srt-1.3.0:=[${MULTILIB_USEDEP}] )
28 - ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
29 + ssh? ( >=net-libs/libssh-0.5.5:=[sftp,${MULTILIB_USEDEP}] )
30 svg? (
31 gnome-base/librsvg:2=[${MULTILIB_USEDEP}]
32 x11-libs/cairo[${MULTILIB_USEDEP}]
33
34 diff --git a/media-video/ffmpeg/ffmpeg-5.0-r2.ebuild b/media-video/ffmpeg/ffmpeg-5.0-r3.ebuild
35 similarity index 99%
36 rename from media-video/ffmpeg/ffmpeg-5.0-r2.ebuild
37 rename to media-video/ffmpeg/ffmpeg-5.0-r3.ebuild
38 index 06b0a1258317..6db36fe57590 100644
39 --- a/media-video/ffmpeg/ffmpeg-5.0-r2.ebuild
40 +++ b/media-video/ffmpeg/ffmpeg-5.0-r3.ebuild
41 @@ -245,7 +245,7 @@ RDEPEND="
42 sndio? ( media-sound/sndio:=[${MULTILIB_USEDEP}] )
43 speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
44 srt? ( >=net-libs/srt-1.3.0:=[${MULTILIB_USEDEP}] )
45 - ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] )
46 + ssh? ( >=net-libs/libssh-0.5.5:=[sftp,${MULTILIB_USEDEP}] )
47 svg? (
48 gnome-base/librsvg:2=[${MULTILIB_USEDEP}]
49 x11-libs/cairo[${MULTILIB_USEDEP}]