Gmpc-serverstats

From CBLFS
Revision as of 11:20, 18 August 2007 by Weibullguy (talk | contribs) (Created page.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
Download Source: http://sarine.nl/gmpc-plugins-downloads

Introduction to Gmpc-serverstats

This plugin shows more detailed information about mpd's database. It can show what artist has the most playing time, or what genre.

Project Homepage: http://sarine.nl/gmpc-plugins-serverstats

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=${GNOME_PREFIX} &&
make

Install the package:

make install

Multilib

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

32Bit

Compile the package:

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

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Configuring

Contents

Installed Directories: ${GNOME_PREFIX}/share/gmpc/plugins, ${GNOME_PREFIX}/share/gmpc/plugins/serverstats
Installed Programs: None
Installed Libraries: serverstatsplugin.so

Short Descriptions

serverstatsplugin.so is a GMPC plugin that provides server database statistics.