diff options
author | 2018-10-15 13:34:05 +0200 | |
---|---|---|
committer | 2018-10-15 13:34:46 +0200 | |
commit | 29a32b59343803c1fa33488130320d683e1a5bb2 (patch) | |
tree | 4db7a51ef57cff94965b97c2920ce5a691183038 /net-misc | |
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')
-rw-r--r-- | net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | 4 | ||||
-rw-r--r-- | 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 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" } diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index beb514a7d658..62abae9c2005 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" } |