GNU bug report logs - #62377
[PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.

Previous Next

Package: guix-patches;

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

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: jlicht <at> fsfe.org
Subject: bug#62377: closed (Re: [bug#62377] [PATCH] gnu: ytfzf: Replace
 youtube-dl by yt-dlp.)
Date: Sun, 02 Apr 2023 20:34:03 +0000
[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)]
From: Nicolas Goaziou <mail <at> nicolasgoaziou.fr>
To: jlicht <at> fsfe.org
Cc: 62377-done <at> debbugs.gnu.org
Subject: Re: [bug#62377] [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
Date: Sun, 02 Apr 2023 22:33:06 +0200
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: jlicht <at> fsfe.org
To: guix-patches <at> gnu.org
Cc: Jelle Licht <jlicht <at> fsfe.org>
Subject: [PATCH] gnu: ytfzf: Replace youtube-dl by yt-dlp.
Date: Wed, 22 Mar 2023 13:26:55 +0100
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.