Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Mon, 15 Oct 2018 11:35:20
Message-Id: 1539603286.29a32b59343803c1fa33488130320d683e1a5bb2.jer@gentoo
1 commit: 29a32b59343803c1fa33488130320d683e1a5bb2
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 15 11:34:05 2018 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 15 11:34:46 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29a32b59
7
8 net-misc/youtube-dl: Point out media-video/atomicparsley
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Fixes: https://bugs.gentoo.org/668624
12 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
13
14 net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild | 4 +++-
15 net-misc/youtube-dl/youtube-dl-99999999.ebuild | 6 ++++--
16 2 files changed, 7 insertions(+), 3 deletions(-)
17
18 diff --git a/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild b/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild
19 index 8a6b3e14fd7..ccd279b522c 100644
20 --- a/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild
21 +++ b/net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild
22 @@ -106,10 +106,12 @@ pkg_postinst() {
23 elog "videos can be retrieved in a higher quality format without sound."
24 elog "${PN} will detect whether avconv/ffmpeg is present and"
25 elog "automatically pick the best option."
26 -
27 elog
28 elog "Videos or video formats streamed via RTMP protocol can only be"
29 elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
30 elog "Downloading MMS and RTSP videos requires either mplayer"
31 elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
32 + elog
33 + elog "If you want ${PN} to embed thumbnails from the metadata into the"
34 + elog "resulting MP4 files, consider installing media-video/atomicparsley"
35 }
36
37 diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
38 index beb514a7d65..62abae9c200 100644
39 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild
40 +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -105,10 +105,12 @@ pkg_postinst() {
48 elog "videos can be retrieved in a higher quality format without sound."
49 elog "${PN} will detect whether avconv/ffmpeg is present and"
50 elog "automatically pick the best option."
51 -
52 elog
53 elog "Videos or video formats streamed via RTMP protocol can only be"
54 elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
55 elog "Downloading MMS and RTSP videos requires either mplayer"
56 elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
57 + elog
58 + elog "If you want ${PN} to embed thumbnails from the metadata into the"
59 + elog "resulting MP4 files, consider installing media-video/atomicparsley"
60 }