commit: 29a32b59343803c1fa33488130320d683e1a5bb2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org> AuthorDate: Mon Oct 15 11:34:05 2018 +0000 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org> CommitDate: Mon Oct 15 11:34:46 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a32b59
net-misc/youtube-dl: Point out media-video/atomicparsley Package-Manager: Portage-2.3.51, Repoman-2.3.11 Fixes: https://bugs.gentoo.org/668624 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org> net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | 4 +++- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 6 ++++-- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild b/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild index 8a6b3e14fd7..ccd279b522c 100644 --- a/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild @@ -106,10 +106,12 @@ pkg_postinst() { elog "videos can be retrieved in a higher quality format without sound." elog "${PN} will detect whether avconv/ffmpeg is present and" elog "automatically pick the best option." - elog elog "Videos or video formats streamed via RTMP protocol can only be" elog "downloaded when rtmpdump (media-video/rtmpdump) is installed." elog "Downloading MMS and RTSP videos requires either mplayer" elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed." + elog + elog "If you want ${PN} to embed thumbnails from the metadata into the" + elog "resulting MP4 files, consider installing media-video/atomicparsley" } diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index beb514a7d65..62abae9c200 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -105,10 +105,12 @@ pkg_postinst() { elog "videos can be retrieved in a higher quality format without sound." elog "${PN} will detect whether avconv/ffmpeg is present and" elog "automatically pick the best option." - elog elog "Videos or video formats streamed via RTMP protocol can only be" elog "downloaded when rtmpdump (media-video/rtmpdump) is installed." elog "Downloading MMS and RTSP videos requires either mplayer" elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed." + elog + elog "If you want ${PN} to embed thumbnails from the metadata into the" + elog "resulting MP4 files, consider installing media-video/atomicparsley" }
