emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#55774: closed ([PATCH] gnu: quodlibet: Add dependencies for plugins


From: GNU bug Tracking System
Subject: bug#55774: closed ([PATCH] gnu: quodlibet: Add dependencies for plugins to work.)
Date: Sat, 04 Jun 2022 08:36:02 +0000

Your message dated Sat, 04 Jun 2022 10:35:02 +0200
with message-id <389499c399cab0c50189ba9007a467aadf2d98b4.camel@gmail.com>
and subject line Re: [PATCH v2] gnu: quodlibet: Add dependencies for plugins to 
work.
has caused the debbugs.gnu.org bug report #55774,
regarding [PATCH] gnu: quodlibet: Add dependencies for plugins to work.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
55774: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55774
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: quodlibet: Add dependencies for plugins to work. Date: Fri, 3 Jun 2022 00:02:55 -0500
* gnu/packages/music.scm (quodlibet): Add dependencies for plugins to work.
---
 gnu/packages/music.scm | 13 ++++++++++++-
 1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 554d70f266..3751305b3c 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -47,6 +47,7 @@
 ;;; Copyright © 2022 Sughosha <sughosha@disroot.org>
 ;;; Copyright © 2022 Remco van 't Veer <remco@remworks.net>
 ;;; Copyright © 2022 Maxim Cournoyer <maxim.cournoyer@gmail.com>
+;;; Copyright © 2022 Wamm K. D. <jaft.r@outlook.com>
 ;;;
 ;;; This file is part of GNU Guix.
 ;;;
@@ -179,6 +180,7 @@ (define-module (gnu packages music)
   #:use-module (gnu packages vim)       ;for 'xxd'
   #:use-module (gnu packages web)
   #:use-module (gnu packages webkit)
+  #:use-module (gnu packages wm)
   #:use-module (gnu packages wxwidgets)
   #:use-module (gnu packages xdisorg)
   #:use-module (gnu packages xml)
@@ -6752,7 +6754,16 @@ (define-public quodlibet
            python-pygobject
            python-pytest
            python-sgmllib3k
-           python-toml))
+           python-toml
+           ;; optional but needed for multimedia keys not under Gnome
+           keybinder-3.0
+           ;; optional but needed for Undo/Redo
+           ;; support for multiline text fields
+           gtksourceview
+           ;; optional but needed for the auto library update plugin
+           python-pyinotify
+           ;; optional but needed for the Musicbrainz plugin
+           python-musicbrainzngs))
     (home-page "https://github.com/quodlibet/quodlibet";)
     (synopsis "Music manager and player")
     (description "Quod Libet provides several ways to browse and view your
-- 
2.36.1




--- End Message ---
--- Begin Message --- Subject: Re: [PATCH v2] gnu: quodlibet: Add dependencies for plugins to work. Date: Sat, 04 Jun 2022 10:35:02 +0200 User-agent: Evolution 3.42.1
Am Samstag, dem 04.06.2022 um 09:50 +0200 schrieb Liliana Marie
Prikler:
> Am Freitag, dem 03.06.2022 um 17:59 -0500 schrieb Wamm K. D:
> > * gnu/packages/music.scm (quodlibet)[inputs]: Add gtksourceview,
> > keybinder-3.0, python-musicbrainzngs, and python-pyinotify for
> > plugins to work.
> Pushed with a slight change in the commit message.  
> 
> Thanks
Forgot to mark as done.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]