Package Details: mpd-git 0.23.15.r1069.gd0a427044-1

Git Clone URL: https://aur.archlinux.org/mpd-git.git (read-only, click to copy)
Package Base: mpd-git
Description: Flexible, powerful, server-side application for playing music (from git)
Upstream URL: https://www.musicpd.org/
Licenses: BSD-2-Clause, GPL-2.0-or-later
Conflicts: mpd
Provides: mpd
Submitter: Slash
Maintainer: PRESFIL
Last Packager: PRESFIL
Votes: 103
Popularity: 0.22
First Submitted: 2008-09-07 18:21 (UTC)
Last Updated: 2024-03-31 08:56 (UTC)

Dependencies (90)

Required by (51)

Sources (4)

Pinned Comments

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7 8 .. 11 Next › Last »

Tomaash commented on 2014-09-22 08:44 (UTC)

There may be, and that's the reason it should provide mpd.

sudokode commented on 2014-09-14 16:19 (UTC)

Fixed the version issue. Why does mpd-git have to provide mpd? That's only required when something is a dependency. Is there such a scenario?

Dietr1ch commented on 2014-08-26 12:50 (UTC)

This should also provide mpd

blackhole commented on 2014-07-01 07:47 (UTC)

Now build fine with libnfs 1.9.4-1!

blackhole commented on 2014-06-23 08:35 (UTC)

The problem persists also with libnfs-git. There is something wrong about Connection.cxx in /aur-mpd-git/src/mpd-git/src/lib/nfs/ ------------ src/lib/nfs/Connection.cxx:112:9: error: ‘POLLOUT’ was not declared in this scope ((i & POLLOUT) ? SocketMonitor::WRITE : 0); ^ src/lib/nfs/Connection.cxx:113:1: error: body of constexpr function ‘constexpr unsigned int libnfs_to_events(int)’ not a return-statement } ^ src/lib/nfs/Connection.cxx: In function ‘constexpr int events_to_libnfs(unsigned int)’: src/lib/nfs/Connection.cxx:118:38: error: ‘POLLIN’ was not declared in this scope return ((i & SocketMonitor::READ) ? POLLIN : 0) | ^ src/lib/nfs/Connection.cxx:119:33: error: ‘POLLOUT’ was not declared in this scope ((i & SocketMonitor::WRITE) ? POLLOUT : 0); ^ src/lib/nfs/Connection.cxx:120:1: error: body of constexpr function ‘constexpr int events_to_libnfs(unsigned int)’ not a return-statement } ^ src/lib/nfs/Connection.cxx: In function ‘constexpr unsigned int libnfs_to_events(int)’: src/lib/nfs/Connection.cxx:113:1: warning: control reaches end of non-void function [-Wreturn-type] } ^ src/lib/nfs/Connection.cxx: In function ‘constexpr int events_to_libnfs(unsigned int)’: src/lib/nfs/Connection.cxx:120:1: warning: control reaches end of non-void function [-Wreturn-type] }

blackhole commented on 2014-06-22 06:37 (UTC)

Same problem as before. Do I need libnfs-git?

sudokode commented on 2014-06-21 17:42 (UTC)

Added boost to deps. Builds fine here.

blackhole commented on 2014-06-21 13:19 (UTC)

Cannot build any more: Makefile:7919: recipe for target 'src/lib/nfs/libinput_a-Connection.o' failed make[1]: *** [src/lib/nfs/libinput_a-Connection.o] Error 1