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.015437
First Submitted: 2008-09-07 18:21 (UTC)
Last Updated: 2024-03-31 08:56 (UTC)

Dependencies (90)

Required by (54)

Sources (4)

Pinned Comments

Latest Comments

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

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

k0ste commented on 2014-06-17 11:29 (UTC)

Add extra/boost for dependences.

sudokode commented on 2014-05-04 17:10 (UTC)

soxr is now enabled, lsr is disabled. I picked up the libsoxr-git package in the aur. Let me know if there are any issues.

blackhole commented on 2014-05-01 22:45 (UTC)

Now build fine. I would like to see --enable-soxr by default in the PKGBUILD for very good libsox upsampling (better than libsamplerate and less CPU intensive)

sudokode commented on 2014-03-01 20:11 (UTC)

Realigned with package in [extra]. Builds fine here now. :S

blackhole commented on 2014-02-27 12:15 (UTC)

Cannot build: ^ Makefile:7550: recipe for target 'src/input/plugins/libinput_a-NfsInputPlugin.o' failed make[1]: *** [src/input/plugins/libinput_a-NfsInputPlugin.o] Error 1

misc commented on 2014-02-09 06:44 (UTC)

musepack-tools is no longer a required dependency, neither is the sed entry in prepare() necessary. Again, the PKGBUILD could use realignment with the official one in Extra.