a name='robots' content='noindex, nofollow'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mpd.scm
AgeCommit message (Expand)Author
2024-04-03gnu: sonata: Add gvfs as an input....I'm getting the following error and this change resolves it: /gnu/store/rw6n86c008xqdbjs3nk4i7ggf6srdpgs-python-wrapper-3.10.7/bin/python: symbol lookup error: /run/current-system/profile/lib/gio/modules/libgvfsdbus.so: undefined symbol: g_task_set_static_name Change-Id: I6f74a5a867ba7c3b3d7b233916af0e75d9e5501f Signed-off-by: Christopher Baines <mail@cbaines.net> Christopher Baines
2024-01-05gnu: mpd: Add D-Bus dependency....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. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Leo Nikkilä
2024-01-05gnu: mpd: Update to 0.23.15....* gnu/packages/mpd.scm (mpd): Update to 0.23.15. Change-Id: I584f33d5be6b1b62a97b014a758dfbecc8a6fa99 Maxim Cournoyer
2023-12-31gnu: mympd: Update to 13.0.6....* gnu/packages/mpd.scm (mympd): Update to 13.0.6. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Change-Id: Iaaf3985ce4c1399bb0709f2e6702df2a232a1e48 Bruno Victal
2023-11-23gnu: mympd: Update to 13.0.5....* gnu/packages/mpd.scm (mympd): Update to 13.0.5. [native-inputs]: Add jekyll. [outputs]: Add 'doc. [arguments]<#:configure-flags>: Install HTML documentation. Set correct value for localstatedir. <#:phases>: Add 'move-doc. Change-Id: I0f1ab4295b7bc03876ad1bbeff6154b4da6adc9a Signed-off-by: Christopher Baines <mail@cbaines.net> Bruno Victal
2023-11-23gnu: mpd: Update to 0.23.14....* gnu/packages/mpd.scm (mpd): Update to 0.23.14. Change-Id: Iccfbf2c7028cd53b52005366d8bcf1592798e155 Signed-off-by: Ludovic Courtès <ludo@gnu.org> Bruno Victal