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: Tue, 13 Aug 2019 19:27:34
Message-Id: 1565724447.d0b27e874e8d7a760792b292807c98c56b71349b.jer@gentoo
1 commit: d0b27e874e8d7a760792b292807c98c56b71349b
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 13 19:26:48 2019 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 13 19:27:27 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0b27e87
7
8 net-misc/youtube-dl: Version 2019.08.13
9
10 Package-Manager: Portage-2.3.71, Repoman-2.3.17
11 Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>
12
13 net-misc/youtube-dl/Manifest | 1 +
14 net-misc/youtube-dl/youtube-dl-2019.08.13.ebuild | 69 ++++++++++++++++++++++++
15 2 files changed, 70 insertions(+)
16
17 diff --git a/net-misc/youtube-dl/Manifest b/net-misc/youtube-dl/Manifest
18 index 0d68537f2e7..e49238c4c8e 100644
19 --- a/net-misc/youtube-dl/Manifest
20 +++ b/net-misc/youtube-dl/Manifest
21 @@ -1 +1,2 @@
22 DIST youtube-dl-2019.08.02.tar.gz 3174224 BLAKE2B c5f3d0d210cc2dcc8e4d1170cfc44ade5095808fc1189b7e6dc5ce068ef421a70514d4e5af631d0d25e7ec68959d24ed988195b0f860c67f25898c177a9f8132 SHA512 9740fd8cb16ce73695ecc40017b8807d8a40d2df6bb7c1f89db00d0c490bd5a67718dffdf39b2b7d65071f01738c684a1deb520eef5efcf87f1e39ac8f3e103f
23 +DIST youtube-dl-2019.08.13.tar.gz 3177273 BLAKE2B 927b7bfe128738efbb5023817ccbcf635b6f7f3741f3f794bd8af377cd7c203ae4466818d03ee717f5196124c3a46c5bf9c1e1a92438a295a453786bd8ec3ee5 SHA512 0b5066f3ce93bc0ffa3f9c3aefe4154daae38e78449a8b5825ecf032252f8fafde893f1325809b3d9fecf28ca1c2539d941b90acf204c5bf68783e79fcd28c61
24
25 diff --git a/net-misc/youtube-dl/youtube-dl-2019.08.13.ebuild b/net-misc/youtube-dl/youtube-dl-2019.08.13.ebuild
26 new file mode 100644
27 index 00000000000..89ac8f636ee
28 --- /dev/null
29 +++ b/net-misc/youtube-dl/youtube-dl-2019.08.13.ebuild
30 @@ -0,0 +1,69 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI="7"
35 +PYTHON_COMPAT=(python{2_7,3_5,3_6,3_7})
36 +inherit bash-completion-r1 distutils-r1 readme.gentoo-r1
37 +
38 +DESCRIPTION="Download videos from YouTube.com (and more sites...)"
39 +HOMEPAGE="https://github.com/ytdl-org/youtube-dl/"
40 +SRC_URI="https://youtube-dl.org/downloads/${PV}/${P}.tar.gz"
41 +LICENSE="public-domain"
42 +
43 +KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x86-solaris"
44 +RESTRICT="test"
45 +SLOT="0"
46 +DEPEND="
47 + dev-python/setuptools[${PYTHON_USEDEP}]
48 +"
49 +RDEPEND="
50 + ${DEPEND}
51 + || (
52 + dev-python/pycryptodome[${PYTHON_USEDEP}]
53 + dev-python/pycrypto[${PYTHON_USEDEP}]
54 + )
55 +"
56 +S="${WORKDIR}/${PN}"
57 +
58 +src_compile() {
59 + distutils-r1_src_compile
60 +}
61 +
62 +python_install_all() {
63 + dodoc README.txt
64 + doman ${PN}.1
65 +
66 + newbashcomp ${PN}.bash-completion ${PN}
67 +
68 + insinto /usr/share/zsh/site-functions
69 + newins ${PN}.zsh _${PN}
70 +
71 + insinto /usr/share/fish/vendor_completions.d
72 + doins ${PN}.fish
73 +
74 + distutils-r1_python_install_all
75 +
76 + rm -r "${ED}"/usr/etc || die
77 + rm -r "${ED}"/usr/share/doc/youtube_dl || die
78 +}
79 +
80 +pkg_postinst() {
81 + elog "${PN}(1) / https://bugs.gentoo.org/355661 /"
82 + elog "https://github.com/rg3/${PN}/blob/master/README.md#faq :"
83 + elog
84 + elog "${PN} works fine on its own on most sites. However, if you want"
85 + elog "to convert video/audio, you'll need avconf (media-video/libav) or"
86 + elog "ffmpeg (media-video/ffmpeg). On some sites - most notably YouTube -"
87 + elog "videos can be retrieved in a higher quality format without sound."
88 + elog "${PN} will detect whether avconv/ffmpeg is present and"
89 + elog "automatically pick the best option."
90 + elog
91 + elog "Videos or video formats streamed via RTMP protocol can only be"
92 + elog "downloaded when rtmpdump (media-video/rtmpdump) is installed."
93 + elog
94 + elog "Downloading MMS and RTSP videos requires either mplayer"
95 + elog "(media-video/mplayer) or mpv (media-video/mpv) to be installed."
96 + elog
97 + elog "If you want ${PN} to embed thumbnails from the metadata into the"
98 + elog "resulting MP4 files, consider installing media-video/atomicparsley"
99 +}