Difference between revisions of "GMPC"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
Weibullguy (talk | contribs) |
||
Line 2: | Line 2: | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
− | |http:// | + | |http://download.sarine.nl/gmpc-{{Gmpc-Version}}/gmpc-{{Gmpc-Version}}.tar.gz |
|} | |} | ||
Revision as of 10:59, 4 May 2007
Download Source: | http://download.sarine.nl/gmpc-0.18.0/gmpc-0.18.0.tar.gz |
---|
Contents
Introduction to GMPC
Focusing on speed and ease of use, the GNOME Music Player Client is a front end for the Music Player Daemon MPD.
Project Homepage: http://sarine.nl/gmpc
Dependencies
Required
Configuration Information
--disable-sm: Disable Session Support. |
--disable-mmkeys: Disable multimedia keys support. |
--disable-trayicon: Disable tray icon support. |
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
Contents
Installed Directories: | {GNOME_PREFIX}/include/gmpc, {GNOME_PREFIX}/share/gmpc |
---|---|
Installed Programs: | gmpc |
Installed Libraries: | None |
Short Descriptions
gmpc | is a GNOME front-end for MPD. |
---|