GNU bug report logs - #67561
[PATCH] gnu: mpd: Add D-Bus dependency.

Previous Next

Package: guix-patches;

Reported by: Leo Nikkilä <hello <at> lnikki.la>

Date: Fri, 1 Dec 2023 04:00:02 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#67561: closed ([PATCH] gnu: mpd: Add D-Bus dependency.)
Date: Fri, 05 Jan 2024 22:06:02 +0000
[Message part 1 (text/plain, inline)]
Your message dated Fri, 05 Jan 2024 17:05:02 -0500
with message-id <87h6jrzbap.fsf <at> gmail.com>
and subject line Re: [bug#67561] [PATCH] gnu: mpd: Add D-Bus dependency.
has caused the debbugs.gnu.org bug report #67561,
regarding [PATCH] gnu: mpd: Add D-Bus dependency.
to be marked as done.

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


-- 
67561: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=67561
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Leo Nikkilä <hello <at> lnikki.la>
To: guix-patches <at> gnu.org
Cc: Leo Nikkilä <hello <at> lnikki.la>
Subject: [PATCH] gnu: mpd: Add D-Bus dependency.
Date: Fri,  1 Dec 2023 05:58:44 +0200
MPD requires D-Bus for Zeroconf support. Avahi is currently included as
a dependency, but Zeroconf isn't actually enabled due D-Bus. This also
enables udisks support.

Before this change, `mpd -V' returns:

    Other features:
     epoll icu inotify ipv6 systemd tcp un

After this change, `mpd -V' returns:

    Other features:
     avahi dbus udisks epoll icu inotify ipv6 systemd tcp un

* gnu/packages/mpd.scm (mpd): Add D-Bus dependency.
[inputs]: Add dbus.
---
 gnu/packages/mpd.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/mpd.scm b/gnu/packages/mpd.scm
index dc827a4670..4750e50b8e 100644
--- a/gnu/packages/mpd.scm
+++ b/gnu/packages/mpd.scm
@@ -162,6 +162,7 @@ (define-public mpd
                    boost
                    chromaprint
                    curl
+                   dbus
                    elogind
                    expat
                    ffmpeg
-- 
2.41.0



[Message part 3 (message/rfc822, inline)]
From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Leo Nikkilä <hello <at> lnikki.la>
Cc: 67561-done <at> debbugs.gnu.org
Subject: Re: [bug#67561] [PATCH] gnu: mpd: Add D-Bus dependency.
Date: Fri, 05 Jan 2024 17:05:02 -0500
Hello!

Leo Nikkilä <hello <at> lnikki.la> writes:

> MPD requires D-Bus for Zeroconf support. Avahi is currently included as
> a dependency, but Zeroconf isn't actually enabled due D-Bus. This also
> enables udisks support.
>
> Before this change, `mpd -V' returns:
>
>     Other features:
>      epoll icu inotify ipv6 systemd tcp un
>
> After this change, `mpd -V' returns:
>
>     Other features:
>      avahi dbus udisks epoll icu inotify ipv6 systemd tcp un
>
> * gnu/packages/mpd.scm (mpd): Add D-Bus dependency.
> [inputs]: Add dbus.

Applied, thank you!

-- 
Thanks,
Maxim


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

Previous Next


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