Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/youtube-dl/
Date: Mon, 28 Dec 2020 20:06:33
Message-Id: 1609185566.b85e23e7be4b831bbb154d60cb8cbdf6e91c0e45.mgorny@gentoo
1 commit: b85e23e7be4b831bbb154d60cb8cbdf6e91c0e45
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Dec 28 19:59:26 2020 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 28 19:59:26 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b85e23e7
7
8 net-misc/youtube-dl: Bump to 2020.12.29
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 net-misc/youtube-dl/Manifest | 1 +
13 net-misc/youtube-dl/youtube-dl-2020.12.29.ebuild | 71 ++++++++++++++++++++++++
14 2 files changed, 72 insertions(+)
15
16 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
17 index 62b871acb7c..2761442f676 100644
18 --- a/net-misc/youtube-dl/Manifest
19 +++ b/net-misc/youtube-dl/Manifest
20 @@ -1,2 +1,3 @@
21 DIST youtube-dl-2020.12.22.tar.gz 3238866 BLAKE2B 8f2f07c59b4d64ed9176bdbfcb858c4f90d7acfe97fad02bf98c517e46fca049421deb764a039466557cfda20d3921535e0e0ae0be4c9afe514a2242a18a45b5 SHA512 2acd7256d3479387db25cc85882da77996cb8fe09a6c6400a9580c1c10317ab72ee18b0e1c2429f533992c41e172f2bbd8c9570daed01578aa971b1ba9d3fbc2
22 DIST youtube-dl-2020.12.26.tar.gz 3246941 BLAKE2B 7e2c3cea21e10458c1ee3718e9e039301590d8213367229818f36df488865eca7d1e76a27dfc1d4374d15314f271b12fc2c548f43927c724a936399fffa5ac19 SHA512 6a577aa435639af7c5e60183d7548d5f0a74cdea3cb87edaa81dc20ce5ca788ba99f731cbaacffdae74cc10d530e6b8d5b0cfccaf4cb9c2f4cc4f9c540b2d175
23 +DIST youtube-dl-2020.12.29.tar.gz 3246557 BLAKE2B 94ad5b81e9bfd17a1b05725920dab04f9d2e6e6655cf5df3bd42c443207253251b26f8c969a4baaabce7eb44e4cd2ec04d4ed20ad56569b540f2eba8796da3f9 SHA512 361bb9d60ca1b45887e56d346121412d4a23a7245d2960afdfca55e96d1134ef68126fd1aa5630e6067002de9e704cb70688d12d6e997413f221d28dced4fa81
24
25 diff --git a/net-misc/youtube-dl/youtube-dl-2020.12.29.ebuild b/net-misc/youtube-dl/youtube-dl-2020.12.29.ebuild
26 new file mode 100644
27 index 00000000000..04afa74ada0
28 --- /dev/null
29 +++ b/net-misc/youtube-dl/youtube-dl-2020.12.29.ebuild
30 @@ -0,0 +1,71 @@
31 +# Copyright 1999-2020 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=7
35 +
36 +PYTHON_COMPAT=(python3_{6..9})
37 +
38 +DISTUTILS_USE_SETUPTOOLS=rdepend
39 +
40 +inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
41 +
42 +DESCRIPTION="Download videos from YouTube.com (and more sites...)"
43 +HOMEPAGE="https://youtube-dl.org/ https://github.com/ytdl-org/youtube-dl/"
44 +SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
45 +S=${WORKDIR}/${PN}
46 +
47 +LICENSE="public-domain"
48 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
49 +SLOT="0"
50 +
51 +RDEPEND="
52 + dev-python/pycryptodome[${PYTHON_USEDEP}]
53 +"
54 +
55 +distutils_enable_tests nose
56 +
57 +src_prepare() {
58 + sed -i -e '/flake8/d' Makefile || die
59 + distutils-r1_src_prepare
60 +}
61 +
62 +python_test() {
63 + emake offlinetest
64 +}
65 +
66 +python_install_all() {
67 + doman youtube-dl.1
68 +
69 + newbashcomp youtube-dl.bash-completion youtube-dl
70 +
71 + insinto /usr/share/zsh/site-functions
72 + newins youtube-dl.zsh _youtube-dl
73 +
74 + insinto /usr/share/fish/vendor_completions.d
75 + doins youtube-dl.fish
76 +
77 + distutils-r1_python_install_all
78 +
79 + rm -r "${ED}"/usr/etc || die
80 + rm -r "${ED}"/usr/share/doc/youtube_dl || die
81 +}
82 +
83 +pkg_postinst() {
84 + elog "youtube-dl(1) / https://bugs.gentoo.org/355661 /"
85 + elog "https://github.com/rg3/youtube-dl/blob/master/README.md#faq :"
86 + elog
87 + elog "youtube-dl works fine on its own on most sites. However, if you want"
88 + elog "to convert video/audio, you'll need ffmpeg (media-video/ffmpeg)."
89 + elog "On some sites - most notably YouTube - videos can be retrieved in"
90 + elog "a higher quality format without sound. youtube-dl will detect whether"
91 + elog "ffmpeg is present and automatically pick the best option."
92 + elog
93 + elog "Videos or video formats streamed via RTMP protocol can only be"
94 + elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
95 + elog
96 + elog "Downloading MMS and RTSP videos requires either mplayer"
97 + elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
98 + elog
99 + elog "If you want youtube-dl to embed thumbnails from the metadata into the"
100 + elog "resulting MP4 files, consider installing media-video/atomicparsley"
101 +}