GNU bug report logs

#77009 [PATCH] gnu: Add emacs-elfeed-tube.

PackageSource(s)Maintainer(s)
guix-patches PTS Buildd Popcon
Reply or subscribe to this bug. View this bug as an mbox, status mbox, or maintainer mbox

Report forwarded to guix-patches@gnu.org:
bug#77009; Package guix-patches. (Fri, 14 Mar 2025 12:44:01 GMT) (full text, mbox, link).


Acknowledgement sent to Cayetano Santos <csantosb@inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches@gnu.org. (Fri, 14 Mar 2025 12:44:02 GMT) (full text, mbox, link).


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

From: Cayetano Santos <csantosb@inventati.org>
To: guix-patches@gnu.org
Cc: Cayetano Santos <csantosb@inventati.org>
Subject: [PATCH] gnu: Add emacs-elfeed-tube.
Date: Fri, 14 Mar 2025 13:42:06 +0100
* gnu/packages/emacs-xyz.scm (emacs-elfeed-tube): New variable.

Change-Id: Ie6560c50da046d7e963abe1717a3edae38b72149
---
 gnu/packages/emacs-xyz.scm | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 2bfd698ce1..6eacf1032b 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -16251,6 +16251,28 @@ (define-public emacs-elfeed-score
 important to you.")
     (license license:gpl3+)))
 
+(define-public emacs-elfeed-tube
+  (package
+    (name "emacs-elfeed-tube")
+    (version "0.15")
+    (source
+     (origin
+       (method git-fetch)
+       (uri (git-reference
+             (url "https://github.com/karthink/elfeed-tube.git/")
+             (commit (string-append "v" version))))
+       (file-name (git-file-name name version))
+       (sha256
+        (base32 "1vsrsnvz0ysd36a99zk7n2giv0gxznlnls8zq6lcc0hwqw78i5cq"))))
+    (build-system emacs-build-system)
+    (propagated-inputs (list emacs-elfeed emacs-aio emacs-mpv))
+    (home-page "https://github.com/karthink/elfeed-tube/")
+    (synopsis "YouTube integration for Elfeed")
+    (description
+     "@code{elfeed-tube} is an extension for Elfeed that enhances Youtube RSS
+feed subscriptions.")
+    (license license:unlicense)))
+
 (define-public emacs-el-x
   (package
     (name "emacs-el-x")

base-commit: ab0b6e920f805d65255318ed0ea4466ec0ebcee6
-- 
2.48.1





Information forwarded to guix-patches@gnu.org:
bug#77009; Package guix-patches. (Sat, 15 Mar 2025 15:58:02 GMT) (full text, mbox, link).


Message #8 received at 77009@debbugs.gnu.org (full text, mbox, reply):

From: Ian Eure <ian@retrospec.tv>
To: Cayetano Santos <csantosb@inventati.org>
Cc: 77009@debbugs.gnu.org
Subject: Re: [bug#77009] [PATCH] gnu: Add emacs-elfeed-tube.
Date: Sat, 15 Mar 2025 08:57:14 -0700
Hi Cayetano,

Pushed as 73d6a935fe.

Thanks,

 -- Ian




bug closed, send any further explanations to 77009@debbugs.gnu.org and Cayetano Santos <csantosb@inventati.org> Request was from Ian Eure <ian@retrospec.tv> to control@debbugs.gnu.org. (Sat, 15 Mar 2025 15:58:02 GMT) (full text, mbox, link).


bug archived. Request was from Debbugs Internal Request <help-debbugs@gnu.org> to internal_control@debbugs.gnu.org. (Sun, 13 Apr 2025 11:24:23 GMT) (full text, mbox, link).


Send a report that this bug log contains spam.


debbugs.gnu.org maintainers <help-debbugs@gnu.org>. Last modified: Wed Apr 16 02:44:00 2025; Machine Name: wallace-server

GNU bug tracking system

Debbugs is free software and licensed under the terms of the GNU Public License version 2. The current version can be obtained from https://bugs.debian.org/debbugs-source/.

Copyright © 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson, 2005-2017 Don Armstrong, and many other contributors.