GNU bug report logs -
#67561
[PATCH] gnu: mpd: Add D-Bus dependency.
Previous Next
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
[Message part 1 (text/plain, inline)]
Your bug report
#67561: [PATCH] gnu: mpd: Add D-Bus dependency.
which was filed against the guix-patches package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 67561 <at> debbugs.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)]
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
[Message part 3 (message/rfc822, inline)]
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
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.