diff options
author | Jeroen Roovers <jer@gentoo.org> | 2018-10-15 13:34:05 +0200 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2018-10-15 13:34:46 +0200 |
commit | 29a32b59343803c1fa33488130320d683e1a5bb2 (patch) | |
tree | 4db7a51ef57cff94965b97c2920ce5a691183038 /net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | |
parent | media-sound/ncmpcpp: Stable for AMD64 HPPA x86 too. (diff) | |
download | gentoo-29a32b59343803c1fa33488130320d683e1a5bb2.tar.gz gentoo-29a32b59343803c1fa33488130320d683e1a5bb2.tar.bz2 gentoo-29a32b59343803c1fa33488130320d683e1a5bb2.zip |
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@gentoo.org>
Diffstat (limited to 'net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild')
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | 4 |
1 files changed, 3 insertions, 1 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 8a6b3e14fd72..ccd279b522c6 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" } |