GNU bug report logs - #77009
[PATCH] gnu: Add emacs-elfeed-tube.

Previous Next

Package: guix-patches;

Reported by: Cayetano Santos <csantosb <at> inventati.org>

Date: Fri, 14 Mar 2025 12:44:01 UTC

Severity: normal

Tags: patch

Done: Ian Eure <ian <at> retrospec.tv>

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 77009 in the body.
You can then email your comments to 77009 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#77009; Package guix-patches. (Fri, 14 Mar 2025 12:44:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Cayetano Santos <csantosb <at> inventati.org>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 14 Mar 2025 12:44:02 GMT) Full text and rfc822 format available.

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

From: Cayetano Santos <csantosb <at> inventati.org>
To: guix-patches <at> gnu.org
Cc: Cayetano Santos <csantosb <at> 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 <at> gnu.org:
bug#77009; Package guix-patches. (Sat, 15 Mar 2025 15:58:02 GMT) Full text and rfc822 format available.

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

From: Ian Eure <ian <at> retrospec.tv>
To: Cayetano Santos <csantosb <at> inventati.org>
Cc: 77009 <at> 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 <at> debbugs.gnu.org and Cayetano Santos <csantosb <at> inventati.org> Request was from Ian Eure <ian <at> retrospec.tv> to control <at> debbugs.gnu.org. (Sat, 15 Mar 2025 15:58:02 GMT) Full text and rfc822 format available.

bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sun, 13 Apr 2025 11:24:23 GMT) Full text and rfc822 format available.

This bug report was last modified 70 days ago.

Previous Next


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