GNU bug report logs - #57162
[PATCH] gnu: pipe-viewer: Update to 0.2.3

Previous Next

Package: guix-patches;

Reported by: ykonai <mail <at> ykonai.net>

Date: Fri, 12 Aug 2022 21:31:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 57162 in the body.
You can then email your comments to 57162 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#57162; Package guix-patches. (Fri, 12 Aug 2022 21:31:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to ykonai <mail <at> ykonai.net>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 12 Aug 2022 21:31:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: ykonai <mail <at> ykonai.net>
To: guix-patches <at> gnu.org
Subject: [PATCH] gnu: pipe-viewer: Update to 0.2.3
Date: Fri, 12 Aug 2022 23:01:26 +0200
* gnu/packages/video.scm (pipe-viewer): Update to 0.2.3
* gnu/packages/video.scm (pipe-viewer): Remove unnecessary dependency on
youtube-dl

Currently, this program is broken due to an API change with Youtube. This
update should fix it. Youtube-dl should be unnecessary since 0.2.1.
---
 gnu/packages/video.scm | 11 ++---------
 1 file changed, 2 insertions(+), 9 deletions(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 6d0b5ccb58..f575dd0cfe 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1090,7 +1090,7 @@ (define-public mkvtoolnix
 (define-public pipe-viewer
   (package
     (name "pipe-viewer")
-    (version "0.2.0")
+    (version "0.2.3")
     (source
      (origin
        (method git-fetch)
@@ -1100,7 +1100,7 @@ (define-public pipe-viewer
          (commit version)))
        (file-name (git-file-name name version))
        (sha256
-        (base32 "19qfs0nv7l01468f14a5zbvaiff5hrsk3a4zqknh15014xnvw08s"))))
+        (base32 "0c2v4pj86442sp71ndjmvd2bl1grp6g9ya2ywdaihq1f2djk6jxl"))))
     (build-system perl-build-system)
     (arguments
      `(#:imported-modules
@@ -1120,9 +1120,6 @@ (define-public pipe-viewer
          (add-after 'unpack 'patch-source
            (lambda* (#:key inputs #:allow-other-keys)
              (substitute* (find-files "lib" "\\.pm$")
-               (("\"youtube-dl\"")
-                (format #f "\"~a/bin/youtube-dl\""
-                        (assoc-ref inputs "youtube-dl")))
                (("\"yt-dlp\"")
                 (format #f "\"~a/bin/yt-dlp\""
                         (assoc-ref inputs "yt-dlp"))))
@@ -1136,9 +1133,6 @@ (define-public pipe-viewer
                (("'xdg-open'")
                 (format #f "'~a/bin/xdg-open'"
                         (assoc-ref inputs "xdg-utils")))
-               (("'youtube-dl'")
-                (format #f "'~a/bin/youtube-dl'"
-                        (assoc-ref inputs "youtube-dl")))
                (("'yt-dlp'")
                 (format #f "'~a/bin/yt-dlp'"
                         (assoc-ref inputs "yt-dlp"))))))
@@ -1192,7 +1186,6 @@ (define-public pipe-viewer
            perl-uri-escape
            wget
            xdg-utils
-           youtube-dl
            yt-dlp))
     (propagated-inputs
      (list dconf))

base-commit: ecc2587f1f2c4bd693f1f08a9f681a3d829d0289
-- 
2.35.1





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Wed, 31 Aug 2022 21:39:01 GMT) Full text and rfc822 format available.

Notification sent to ykonai <mail <at> ykonai.net>:
bug acknowledged by developer. (Wed, 31 Aug 2022 21:39:01 GMT) Full text and rfc822 format available.

Message #10 received at 57162-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: ykonai <mail <at> ykonai.net>
Cc: 57162-done <at> debbugs.gnu.org
Subject: Re: bug#57162: [PATCH] gnu: pipe-viewer: Update to 0.2.3
Date: Wed, 31 Aug 2022 23:38:32 +0200
Hi,

ykonai <mail <at> ykonai.net> skribis:

> * gnu/packages/video.scm (pipe-viewer): Update to 0.2.3
> * gnu/packages/video.scm (pipe-viewer): Remove unnecessary dependency on
> youtube-dl
>
> Currently, this program is broken due to an API change with Youtube. This
> update should fix it. Youtube-dl should be unnecessary since 0.2.1.

Applied, thanks!  (Though FWIW pipe-viewer 0.2.0 is still working for me.)

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 29 Sep 2022 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.