the Fink project is an effort to port
popular Unix programs to Mac OS X
Package: mpd
Version: 0.15.10
Revision: 1004
Depends: <<
audiofile-shlibs (>= 0.2.6-11),
bzip2-shlibs (>= 1.0.5-2),
glib2-shlibs (>= 2.20.3-1),
jack-shlibs (>= 0.116.0-2),
lame-shlibs (>= 3.98.2-2),
libao4-shlibs (>= 0.8.5-11),
libavahi-client3-shlibs (>= 0.6.25-2),
libavahi-common3-shlibs (>= 0.6.25-2),
libavahi-glib1-shlibs (>= 0.6.25-1),
libavcodec52-shlibs (>= 0.6.1-5),
libavformat52-shlibs (>= 0.6.1-5),
libavutil50-shlibs (>= 0.6.1-5),
libcurl4-shlibs (>= 7.19.5-1),
libfaad2-shlibs (>= 2.7-1016),
libflac8 (>= 1.2.1-1000),
libgettext8-shlibs (>= 0.14.5-2),
libgsm1-shlibs,
libiconv (>= 1.12-3),
libid3tag-shlibs (>= 0.15.1b-4),
libmad-shlibs (>= 0.15.1b-5),
libmikmod3-shlibs (>= 3.2.0-beta2-3),
libmms0-shlibs,
libmodplug1-shlibs (>= 0.8.8.1-1),
libmpcdec3-shlibs (>= 1:1.2.2-3),
libogg-shlibs (>= 1.1.4-1),
libsamplerate0-shlibs (>= 0.1.3-1),
libshout4-shlibs (>= 2.1-3),
libtheora0-shlibs (>= 1.0.0-1),
libvorbis0-shlibs (>= 1.2.2-1),
libx264-98-shlibs (>= 0.0.20100602-1),
sqlite3-shlibs (>= 3.6.13-3),
wavpack1-shlibs (>= 4.41.0-1)
<<
BuildDepends: <<
audiofile (>= 0.2.6-11),
bzip2-dev,
gettext-tools,
glib2-dev (>= 2.18.2-1),
jack-dev (>= 0.101.1-1003),
lame-dev (>= 3.97-1),
libao4,
libavahi-client3-dev,
libavahi-common3-dev,
libavahi-glib1-dev,
libavcodec52-dev (>= 0.6.1-5),
libavformat52-dev (>= 0.6.1-5),
libavutil50-dev (>= 0.6.1-5),
libcurl4 (>= 7.19.2-2),
libfaad2-dev (>= 2.7-1016),
libflac8-dev (>= 1.2.1-1000),
libgettext8-dev (>= 0.14.5-2),
libgsm1-dev,
libiconv-dev (>= 1.12-3),
libid3tag (>= 0.15.1b-4),
libmad (>= 0.15.1b-5),
libmikmod3 (>= 3.2.0-beta2-3),
libmms0,
libmodplug1 (>= 0.8.8.1-1),
libmpcdec3 (>= 1:1.2.2-3),
libogg (>= 1.1.3-1),
libsamplerate0-dev (>= 0.1.3-1),
libshout4 (>= 2.1-3),
libvorbis0 (>= 1.1.2-1),
pkgconfig (>= 0.9.0-1),
sqlite3-dev,
wavpack1-dev (>= 4.41.0-1)
<<
Source: mirror:sourceforge:musicpd/%n-%v.tar.bz2
Source-MD5: fb18fa3ed5ff7e3719536a6603098df5
SetCXXFLAGS: -Os
SetCFLAGS: -Os
ConfigureParams: <<
--mandir=%p/share/man \
--enable-mvp \
--with-lame=%p \
--enable-shout \
--enable-httpd-output \
--enable-pipe-output \
--enable-mikmod \
--enable-bzip2 \
--enable-lastfm \
--enable-sqlite
<<
# Next ensures that HAVE_OSX is defined, so sys/types.h gets included, and u_int32_t (eg, line 88) is defined :
PatchScript: sed -i.bak -e 's,"icy_server.h",&\n#include "config.h",' src/output/httpd_output_plugin.c ; grep -rl -- -pedantic * |xargs perl -pi -e "s,-pedantic,,g" ; rm missing && touch missing && chmod +x missing
InstallScript: make install DESTDIR=%d
DocFiles: AUTHORS COPYING NEWS README UPGRADING
License: GPL
Homepage: http://mpd.wikia.com
Maintainer: Jack Fink
Description: Music Player Daemon
DescDetail: <<
Music Player Daemon (MPD) is a server that allows remote access for
playing audio files (Ogg-Vorbis, FLAC, MP3, WAV and AIFF), streams
(Ogg-Vorbis, MP3) and managing playlists. Gapless playback, buffered
output, and crossfading support is also included. The design focus is
on integrating a computer into a stereo system that provides control
for music playback over a TCP/IP network. The goals are to be easy to
install and use, to have minimal resource requirements (it has been
reported to run fine on a Pentium 75), and to remain stable and
flexible.
The daemon is controlled through a client which need not run on the
same computer mpd runs on. The separate client and server design
allows users to choose a user interface that best suites their tastes
independently of the underlying daemon (this package) which actually
plays music.
NOTE: the daemon is currently not functional on 10.5+ (without --no-daemon,
that is), due to CoreFoundation's inability to deal with fork().
<<
DescPackaging: Contains a couple fixes from J. F. Mertens. Merci beaucoup!