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: FabioLolix
Last Packager: PRESFIL
Votes: 103
Popularity: 0.003950
First Submitted: 2008-09-07 18:21 (UTC)
Last Updated: 2024-03-31 08:56 (UTC)

Dependencies (90)

Required by (57)

Sources (4)

Pinned Comments

Latest Comments

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

<deleted-account> commented on 2013-09-13 12:14 (UTC)

Needs utvideo-git and libnut-git AUR dependencies.

sudokode commented on 2013-09-11 00:03 (UTC)

Fixed the tilde expansion in mpd.conf and the proper project url is in there now.

adityarajbhatt commented on 2013-08-25 05:42 (UTC)

I think the upstream URL should be updated to git.musicmpd.org or something even deeper like /cgit/master/mpd.git. The existing URL mpd.wikia.com/wiki/Server redirects to http://www.musicpd.org/download/mpd/stable/ which is not the target of the PKGBUILD.

broken.pipe commented on 2013-07-13 07:56 (UTC)

missing dependency: yajl

jdevelop commented on 2013-05-17 18:42 (UTC)

If using ffmpeg-git, it is not possible to build mpd: g++ -DHAVE_CONFIG_H -I. -DNDEBUG -I./src -pthread -isystem /usr/include/glib-2.0 -isystem /usr/lib/glib-2.0/include -DSYSTEM_CONFIG_FIL E_LOCATION='"/etc/mpd.conf"' -I/usr/include -I/usr/include/opus -std=gnu++0x -march=x86-64 -mtune=generic -O2 -pipe -f stack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -ffunction-sections -fdata-sections -fvisibility=hidden -fno-threadsafe-st atics -fmerge-all-constants -fno-exceptions -fno-rtti -Wall -Wextra -Wmissing-declarations -Wshadow -Wpointer-arith -Wcast-qual -Wwrite- strings -Wsign-compare -MT src/decoder/libdecoder_plugins_a-FfmpegDecoderPlugin.o -MD -MP -MF src/decoder/.deps/libdecoder_plugins_a-Ffm pegDecoderPlugin.Tpo -c -o src/decoder/libdecoder_plugins_a-FfmpegDecoderPlugin.o `test -f 'src/decoder/FfmpegDecoderPlugin.cxx' || echo './'`src/decoder/FfmpegDecoderPlugin.cxx src/decoder/FfmpegDecoderPlugin.cxx: In function ‘decoder_command ffmpeg_send_packet(decoder*, input_stream*, const AVPacket*, AVCodecCo ntext*, const AVRational*, AVFrame*)’: src/decoder/FfmpegDecoderPlugin.cxx:283:26: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ was not declared in this scope uint8_t aligned_buffer[(AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2 + 16]; ^ src/decoder/FfmpegDecoderPlugin.cxx:284:36: error: ‘aligned_buffer’ was not declared in this scope const size_t buffer_size = sizeof(aligned_buffer); ^ make[1]: *** [src/decoder/libdecoder_plugins_a-FfmpegDecoderPlugin.o] Error 1 make[1]: Leaving directory `/usr/aur/srcpackages/mpd-git/src/mpd-git' For the moment I fixed the problem with adding disable-ffmpeg to build script.

sudokode commented on 2013-04-20 22:54 (UTC)

Done. Also removing that ugly epoch. Ignore the downgrade warning.