MPC
From CBLFS
Jump to navigationJump to search
| Download Source: | http://goodies.xfce.org/releases/xfce4-mpc-plugin/xfce4-mpc-plugin-0.3.3.tar.gz |
|---|
Introduction to MPC
According to it's website, this is a simple client plugin for Music Player Daemon.
Project Homepage: http://goodies.xfce.org/projects/panel-plugins/xfce4-mpc-plugin
Dependencies
Required
Recommended
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} --libexecdir=${XFCE_PREFIX}/lib &&
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}" ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib32 &&
make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" ./configure --prefix=${XFCE_PREFIX} \
--libexecdir=${XFCE_PREFIX}/lib64 &&
make
Install the package:
make install
Configuring
Contents
| Installed Directories: | None |
|---|---|
| Installed Programs: | None |
| Installed Libraries: | xfce4-mpc-plugin |
Short Descriptions
| xfce4-mpc-plugin | is a plugin for the XFCE panel that allows you to control the MPD. |
|---|