net-misc/youtube-dl: Point out media-video/atomicparsley
authorJeroen Roovers <jer@gentoo.org>
Mon, 15 Oct 2018 11:34:05 +0000 (13:34 +0200)
committerJeroen Roovers <jer@gentoo.org>
Mon, 15 Oct 2018 11:34:46 +0000 (13:34 +0200)
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Fixes: https://bugs.gentoo.org/668624
Signed-off-by: Jeroen Roovers <jer@gentoo.org>
net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild
net-misc/youtube-dl/youtube-dl-99999999.ebuild

index 8a6b3e14fd7261e3e34a798b35b804a1bfacb0e5..ccd279b522c6ef8d81727810990eaa5cbc0036f9 100644 (file)
@@ -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"
 }
index beb514a7d658a336007ce4abaff8e6a552e99ab6..62abae9c20055211e56069ee5e734e1b9ae9574d 100644 (file)
@@ -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"
 }