diff options
author | Craig Andrews <candrews@gentoo.org> | 2018-11-27 09:47:28 -0500 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2018-12-03 16:22:47 -0500 |
commit | 2d1b0d92e3f888615392d21637183b316aa4bc09 (patch) | |
tree | c9b1ed7373c264239f78a00ef90b5744bbcd0a4c /media-video | |
parent | dev-python/django: bump to 1.11.17 and 2.1.4 (diff) | |
download | gentoo-2d1b0d92e3f888615392d21637183b316aa4bc09.tar.gz gentoo-2d1b0d92e3f888615392d21637183b316aa4bc09.tar.bz2 gentoo-2d1b0d92e3f888615392d21637183b316aa4bc09.zip |
media-video/ffmpeg: require >=net-libs/srt-1.3.0
Closes: https://bugs.gentoo.org/672052
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'media-video')
-rw-r--r-- | media-video/ffmpeg/ffmpeg-4.1.ebuild | 2 | ||||
-rw-r--r-- | media-video/ffmpeg/ffmpeg-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/media-video/ffmpeg/ffmpeg-4.1.ebuild b/media-video/ffmpeg/ffmpeg-4.1.ebuild index f9bb47a5c713..afdb9cb4d064 100644 --- a/media-video/ffmpeg/ffmpeg-4.1.ebuild +++ b/media-video/ffmpeg/ffmpeg-4.1.ebuild @@ -229,7 +229,7 @@ RDEPEND=" samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) - srt? ( net-libs/srt[${MULTILIB_USEDEP}] ) + srt? ( >=net-libs/srt-1.3.0[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) diff --git a/media-video/ffmpeg/ffmpeg-9999.ebuild b/media-video/ffmpeg/ffmpeg-9999.ebuild index 1e84ce798624..bf29f67ebbb9 100644 --- a/media-video/ffmpeg/ffmpeg-9999.ebuild +++ b/media-video/ffmpeg/ffmpeg-9999.ebuild @@ -229,7 +229,7 @@ RDEPEND=" samba? ( >=net-fs/samba-3.6.23-r1[client,${MULTILIB_USEDEP}] ) sdl? ( media-libs/libsdl2[sound,video,${MULTILIB_USEDEP}] ) speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] ) - srt? ( net-libs/srt[${MULTILIB_USEDEP}] ) + srt? ( >=net-libs/srt-1.3.0[${MULTILIB_USEDEP}] ) ssh? ( >=net-libs/libssh-0.5.5[${MULTILIB_USEDEP}] ) svg? ( gnome-base/librsvg:2=[${MULTILIB_USEDEP}] ) truetype? ( >=media-libs/freetype-2.5.0.1:2[${MULTILIB_USEDEP}] ) |