From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 43A39138334 for ; Mon, 15 Oct 2018 11:35:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FF20E08F2; Mon, 15 Oct 2018 11:34:56 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD453E08F2 for ; Mon, 15 Oct 2018 11:34:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5C387335D27 for ; Mon, 15 Oct 2018 11:34:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 19BC243C for ; Mon, 15 Oct 2018 11:34:51 +0000 (UTC) From: "Jeroen Roovers" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Jeroen Roovers" Message-ID: <1539603286.29a32b59343803c1fa33488130320d683e1a5bb2.jer@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/youtube-dl/youtube-dl-2018.10.05.ebuild net-misc/youtube-dl/youtube-dl-99999999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: jer X-VCS-Committer-Name: Jeroen Roovers X-VCS-Revision: 29a32b59343803c1fa33488130320d683e1a5bb2 X-VCS-Branch: master Date: Mon, 15 Oct 2018 11:34:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ea71a7b2-65c7-48bb-a024-e6fcbb09f39f X-Archives-Hash: 6fcadb81f58cb811fe1685f8403ed9e2 commit: 29a32b59343803c1fa33488130320d683e1a5bb2 Author: Jeroen Roovers gentoo org> AuthorDate: Mon Oct 15 11:34:05 2018 +0000 Commit: Jeroen Roovers gentoo 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 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" }