| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Closes: https://bugs.gentoo.org/798237
Closes: https://bugs.gentoo.org/891917
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: David Seifert <soap@gentoo.org>
|
|
|
|
|
|
|
|
|
|
| |
see ebuild comment, upstream is still active but the direction
is rather incompatible with us
just being kept to give time to other packages to adapt, no
reason to worry about tests in this state
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
|
|
|
|
|
|
|
| |
wrt bug #833872 comment #6
This is similar to what the yt-dlp ebuild itself warns about, but
yt-dlp only does it once while here it wouldn't hurt to nag every
time given the end goal is make people stop using youtube-dl.
Bug: https://bugs.gentoo.org/833872
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|
|
|
|
| |
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
|
|
| |
Signed-off-by: Sam James <sam@gentoo.org>
|
|
* add ewarn that users should consider yt-dlp instead
* use optfeature.eclass, but unlike yt-dlp keep the mention of
mpv/rtmpdump for now (yt-dlp advertises being able to use
ffmpeg for streamed content instead)
* public-domain -> Unlicense (uses same as yt-dlp)
* skip duplicate README.txt and install supportedsites.md
* pep517 mode, planned to be used in next yt-dlp release as well
* Add IUSE=+yt-dlp to allow concurrent install with yt-dlp:
yt-dlp provides a compatibility mode for the "youtube-dl" command
to have the same options which should typically work as a drop-in
replacement, but can't do this for the python module. For packages
that haven't migrated to yt-dlp and still depend on youtube-dl,
IUSE=yt-dlp ensures that both the command and python module will
be available while allowing users to pick which command they want
to use (bug #829501).
youtube-dl is likely still due for removal at some point, but
at the moment upstream is still active and maintaining the project
for these packages and there is little reason to rush removal.
ebuilds should preferably depend on yt-dlp if all they need is
the command to ease future removal.
Closes: https://bugs.gentoo.org/829501
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
|