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 47183138351 for ; Sun, 26 Apr 2020 12:26:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24205E09EC; Sun, 26 Apr 2020 12:26:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 EE168E09EC for ; Sun, 26 Apr 2020 12:26:03 +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 7055534F56B for ; Sun, 26 Apr 2020 12:26:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EFBD31F1 for ; Sun, 26 Apr 2020 12:25:59 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1587903924.de1a040e4f22451e53cc5fd23ec9264dc2be84c3.soap@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-2020.03.24.ebuild net-misc/youtube-dl/youtube-dl-99999999.ebuild X-VCS-Directories: net-misc/youtube-dl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: de1a040e4f22451e53cc5fd23ec9264dc2be84c3 X-VCS-Branch: master Date: Sun, 26 Apr 2020 12:25:59 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fd87662c-5f67-4eb7-801a-ab3462676a28 X-Archives-Hash: c4c8819facdeb6349d87c4b153b63600 commit: de1a040e4f22451e53cc5fd23ec9264dc2be84c3 Author: David Seifert gentoo org> AuthorDate: Sun Apr 26 12:25:24 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Sun Apr 26 12:25:24 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de1a040e net-misc/youtube-dl: Remove media-video/libav Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: David Seifert gentoo.org> net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild | 9 ++++----- net-misc/youtube-dl/youtube-dl-99999999.ebuild | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild b/net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild index 1f7d1a6c172..9dc88dfb159 100644 --- a/net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild +++ b/net-misc/youtube-dl/youtube-dl-2020.03.24.ebuild @@ -58,11 +58,10 @@ pkg_postinst() { elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :" elog elog "${PN} works fine on its own on most sites. However, if you want" - elog "to convert video/audio, you'll need avconf (media-video/libav) or" - elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -" - 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 "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)." + elog "On some sites - most notably YouTube - videos can be retrieved in" + elog "a higher quality format without sound. ${PN} will detect whether" + elog "ffmpeg is present and 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." diff --git a/net-misc/youtube-dl/youtube-dl-99999999.ebuild b/net-misc/youtube-dl/youtube-dl-99999999.ebuild index e469e49163c..a2a765dd04c 100644 --- a/net-misc/youtube-dl/youtube-dl-99999999.ebuild +++ b/net-misc/youtube-dl/youtube-dl-99999999.ebuild @@ -58,11 +58,10 @@ pkg_postinst() { elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :" elog elog "${PN} works fine on its own on most sites. However, if you want" - elog "to convert video/audio, you'll need avconf (media-video/libav) or" - elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -" - 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 "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)." + elog "On some sites - most notably YouTube - videos can be retrieved in" + elog "a higher quality format without sound. ${PN} will detect whether" + elog "ffmpeg is present and 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."