* [bug#45624] [PATCH] gnu: Added python-mutagen to gpodder
@ 2021-01-02 18:57 raingloom
2021-07-20 18:42 ` bug#45624: " Efraim Flashner
0 siblings, 1 reply; 2+ messages in thread
From: raingloom @ 2021-01-02 18:57 UTC (permalink / raw)
To: 45624
[-- Attachment #1: Type: text/plain, Size: 184 bytes --]
This is necessary for the tagging addon to find mutagen. There is
probably a way to have gpodder load modules from the environment, but I
don't have time to figure that out right now.
[-- Attachment #2: 0001-gnu-Added-python-mutagen-to-gpodder-fixes-one-of-its.patch --]
[-- Type: text/x-patch, Size: 1137 bytes --]
From e1cf53fa05ba59186d00f84331910d6e1bd00e97 Mon Sep 17 00:00:00 2001
From: raingloom <raingloom@riseup.net>
Date: Sat, 2 Jan 2021 19:41:13 +0100
Subject: [PATCH] gnu: Added python-mutagen to gpodder (fixes one of its
addons).
* gnu/packages/gpodder.scm (gpodder)[inputs]: Added python-mutagen.
---
gnu/packages/gpodder.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/gpodder.scm b/gnu/packages/gpodder.scm
index 44c356e2ff..9d1604f515 100644
--- a/gnu/packages/gpodder.scm
+++ b/gnu/packages/gpodder.scm
@@ -29,6 +29,7 @@
#:use-module (gnu packages freedesktop)
#:use-module (gnu packages glib)
#:use-module (gnu packages gtk)
+ #:use-module (gnu packages music)
#:use-module (gnu packages pkg-config)
#:use-module (gnu packages python-web)
#:use-module (gnu packages python-xyz)
@@ -62,6 +63,7 @@
("python-html5lib" ,python-html5lib)
("python-mygpoclient" ,python-mygpoclient)
("python-podcastparser" ,python-podcastparser)
+ ("python-mutagen" ,python-mutagen)
("youtube-dl" ,youtube-dl)
("xdg-utils" ,xdg-utils)))
(arguments
--
2.29.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* bug#45624: [PATCH] gnu: Added python-mutagen to gpodder
2021-01-02 18:57 [bug#45624] [PATCH] gnu: Added python-mutagen to gpodder raingloom
@ 2021-07-20 18:42 ` Efraim Flashner
0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2021-07-20 18:42 UTC (permalink / raw)
To: raingloom; +Cc: 45624-done
[-- Attachment #1: Type: text/plain, Size: 535 bytes --]
On Sat, Jan 02, 2021 at 07:57:21PM +0100, raingloom wrote:
> This is necessary for the tagging addon to find mutagen. There is
> probably a way to have gpodder load modules from the environment, but I
> don't have time to figure that out right now.
This patch seems to have fallen through the cracks. Patch pushed!
--
Efraim Flashner <efraim@flashner.co.il> אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D 14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2021-07-20 18:44 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-01-02 18:57 [bug#45624] [PATCH] gnu: Added python-mutagen to gpodder raingloom
2021-07-20 18:42 ` bug#45624: " Efraim Flashner
Code repositories for project(s) associated with this external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.