Early'ish but want to propagate this change to stable to make users migrate to yt-dlp unless they really need the python module or (optionally) the original command. Its new "dependency" on yt-dlp also require to match stable keywords (arm, ppc, ppc64) which isn't a bad thing if encouraging people to switch and/or before eventual last-rites. Thanks.
amd64 done
ppc done
ppc64 done
x86 done
arm done all arches done
This is intentionally installing the youtube-dl manual page even when USE=yt-dlp, but are the configuration file paths described there actually read by youtube-dl from yt-dlp? At least here I had to use one of the paths from the yt-dlp manpage instead; this was apparently also mentioned on gentoo-user a couple months ago [1]. Perhaps this difference could be pointed out with an ewarn message? [1] https://marc.info/?l=gentoo-user&m=164161953720959
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a95f867c4fff4a78488114c5ff26c732b4229e0f commit a95f867c4fff4a78488114c5ff26c732b4229e0f Author: Ionen Wolkens <ionen@gentoo.org> AuthorDate: 2022-03-06 21:15:40 +0000 Commit: Ionen Wolkens <ionen@gentoo.org> CommitDate: 2022-03-06 21:19:14 +0000 net-misc/youtube-dl: warn about yt-dlp wrapper differences 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> net-misc/youtube-dl/youtube-dl-2021.12.17-r1.ebuild | 8 ++++++++ net-misc/youtube-dl/youtube-dl-9999.ebuild | 8 ++++++++ 2 files changed, 16 insertions(+)
(In reply to Nuno Silva from comment #6) > Perhaps this difference could be pointed out with an ewarn message? Thanks, did so. But preferably open a separate bug in the future. Easy to miss messages in old stabilization bugs and this isn't related to the stabilization process.