Okay. Not sure if --disable-aac removes the faad2 dep. I don't have a clean build environment at the moment.
Search Criteria
Package Details: mpd-git 0.24.3.r54.g287033c36-1
Package Actions
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 |
Upstream URL: | https://www.musicpd.org/ |
Licenses: | BSD-2-Clause, GPL-2.0-or-later |
Conflicts: | mpd |
Provides: | mpd |
Submitter: | Slash |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 103 |
Popularity: | 0.000484 |
First Submitted: | 2008-09-07 18:21 (UTC) |
Last Updated: | 2025-05-02 22:46 (UTC) |
Dependencies (88)
- bzip2 (bzip2-gitAUR)
- chromaprint (chromaprint-fftwAUR)
- expat (expat-gitAUR)
- fmt (fmt-gitAUR)
- gcc-libs (gcc-libs-gitAUR, gccrs-libs-gitAUR, gcc-libs-snapshotAUR)
- glibc (glibc-gitAUR, glibc-linux4AUR, glibc-eacAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- lame (lame-svnAUR, lame-altivecAUR)
- libao.so (lib32-libao, libao)
- libasound.so (alsa-lib, lib32-alsa-lib)
- libaudiofile.so (audiofile)
- libavahi-client.so (lib32-avahiAUR, avahi)
- libavahi-common.so (lib32-avahiAUR, avahi)
- libavcodec.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libavformat.so (ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-compat-55AUR, ffmpeg-compat-54AUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libavutil.so (libavutil-52AUR, ffmpeg-nvcodec-11-1-gitAUR, ffmpeg-cudaAUR, ffmpeg-ffplayoutAUR, ffmpeg-decklinkAUR, ffmpeg-amd-fullAUR, ffmpeg2.8AUR, ffmpeg3.4AUR, ffmpeg-fullAUR, ffmpeg-headlessAUR, ffmpeg-amd-full-gitAUR, ffmpeg-full-gitAUR, ffmpeg-gitAUR, ffmpeg-obsAUR, ffmpeg-libfdk_aacAUR, lib32-ffmpegAUR, ffmpeg, ffmpeg4.4)
- libcdio (libcdio-gitAUR)
- libcdio-paranoia (libcdio-paranoia-gitAUR)
- libcurl.so (curl-gitAUR, curl-c-aresAUR, curl, lib32-curl)
- libdbus-1.so (dbus-gitAUR, dbus-selinuxAUR, libdbus-minimalAUR, dbus, lib32-dbus)
- Show 68 more dependencies...
Required by (58)
- cantata (requires mpd) (optional)
- cantata-git (requires mpd) (optional)
- cantata-qt6 (requires mpd) (optional)
- cantata-qt6-git (requires mpd) (optional)
- conkyluanv-autoscale-fixed (requires mpd) (optional)
- davis (requires mpd) (optional)
- dmscripts-git (requires mpd) (optional)
- emms-git (requires mpd) (optional)
- evad (requires mpd)
- evad-svn (requires mpd)
- impd-git (requires mpd)
- inori (requires mpd)
- kunst-git (requires mpd)
- mcg (requires mpd) (optional)
- mixramp (requires mpd) (optional)
- mmtc (requires mpd)
- moped (requires mpd)
- mpd-rich-presence-bin (requires mpd)
- mpdcovergrabber-git (requires mpd)
- mpdfav-git (requires mpd) (optional)
- Show 38 more...
Sources (4)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 12 Next › Last »
sudokode commented on 2014-10-21 21:15 (UTC)
iffer commented on 2014-10-21 20:56 (UTC)
Please update the pkgver to 0.19.1 and add --disable-aac to the configure-lines:
./configure \
… \
--disable-aac
make
…
See this thread for more info about the problem with aac:
https://bbs.archlinux.org/viewtopic.php?pid=1468312
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?
Pinned Comments