GNU bug report logs -
#62377
[PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
Previous Next
Reported by: jlicht <at> fsfe.org
Date: Wed, 22 Mar 2023 12:28:02 UTC
Severity: normal
Tags: patch
Done: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#62377: [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 62377 <at> debbugs.gnu.org.
--
62377: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=62377
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
Hello,
jlicht <at> fsfe.org writes:
> * gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
> yt-dlp.
> [arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.
Applied. Thank you.
Regards,
--
Nicolas Goaziou
[Message part 3 (message/rfc822, inline)]
From: Jelle Licht <jlicht <at> fsfe.org>
* gnu/packages/image-viewers.scm (ytfzf)[inputs]: Replace youtube-dl with
yt-dlp.
[arguments]: Replace youtube-dl with yt-dlp in wrap-program phase.
---
gnu/packages/image-viewers.scm | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnu/packages/image-viewers.scm b/gnu/packages/image-viewers.scm
index 0758cf5b27..378f0d5286 100644
--- a/gnu/packages/image-viewers.scm
+++ b/gnu/packages/image-viewers.scm
@@ -144,7 +144,7 @@ (define-public ytfzf
'("bash" "catimg" "chafa" "coreutils" "curl"
"dmenu" "fzf" "gawk" "grep" "jp2a" "jq"
"libnotify" "mpv" "ncurses" "python-ueberzug"
- "sed" "util-linux" "youtube-dl")))
+ "sed" "util-linux" "yt-dlp")))
`("YTFZF_SYSTEM_ADDON_DIR" ":" =
,(list (string-append #$output "/share/ytfzf/addons")))))))))
(inputs
@@ -166,7 +166,7 @@ (define-public ytfzf
python-ueberzug
sed
util-linux
- youtube-dl))
+ yt-dlp))
(synopsis "Watch PeerTube or YouTube videos from the terminal")
(description "@code{ytfzf} is a POSIX script that helps you find PeerTube or
YouTube videos without requiring API and opens/downloads them using mpv/ytdl.")
--
2.39.2
This bug report was last modified 2 years and 107 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.