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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 67561 in the body.
You can then email your comments to 67561 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#67561; Package guix-patches. (Fri, 01 Dec 2023 04:00:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Leo Nikkilä <hello <at> lnikki.la>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 01 Dec 2023 04:00:02 GMT) Full text and rfc822 format available.

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

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





Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Fri, 05 Jan 2024 22:06:02 GMT) Full text and rfc822 format available.

Notification sent to Leo Nikkilä <hello <at> lnikki.la>:
bug acknowledged by developer. (Fri, 05 Jan 2024 22:06:02 GMT) Full text and rfc822 format available.

Message #10 received at 67561-done <at> debbugs.gnu.org (full text, mbox):

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




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 03 Feb 2024 12:24:11 GMT) Full text and rfc822 format available.

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

Previous Next


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