MPD

From CBLFS
Revision as of 16:31, 19 March 2009 by Jciccone (talk | contribs)
Jump to navigationJump to search
Download Source: http://musicpd.org/uploads/files/mpd-0.15.9.tar.bz2

Introduction to MPD

Music Player Daemon (MPD) allows remote access for playing music and managing playlists. MPD is designed for integrating a computer into a stereo system that provides control for music playback over a local network.

Project Homepage: http://www.musicpd.org

Dependencies

Required

One or more of

Recommended

Optional

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
make

Install the package:

make install &&
cp -v doc/mpdconf.example ~/.mpdconf

Multilib

This package does not provide any libraries so only one installation is required.

32Bit

Compile the package:

USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package:

make install &&
cp -v doc/mpdconf.example ~/.mpdconf

N32

Compile the package:

USE_ARCH=n32 CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 &&
make

Install the package:

make install &&
cp -v doc/mpdconf.example ~/.mpdconf

64Bit

Compile the package:

USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make

Install the package:

make install &&
cp -v doc/mpdconf.example ~/.mpdconf

Configuring

MPD is configured with the file ~/.mpdconf. The options are self-explanatory.

Contents

Installed Directories: /usr/share/doc/mpd
Installed Programs: mpd
Installed Libraries: None
Symlinks: None

Short Descriptions

mpd is a program that runs in the background and plays music.