Difference between revisions of "Gimmix"

From CBLFS
Jump to navigationJump to search
Line 91: Line 91:
 
|is a GTK+2 based client for the MPD player.
 
|is a GTK+2 based client for the MPD player.
 
|}
 
|}
 +
 +
[[Category:Media Utilities]]

Revision as of 16:17, 19 March 2009

Download Source: http://download.berlios.de/gimmix/gimmix-0.5.7.1.tar.bz2

Introduction to Gimmix

gimmix is a GTK+2 based client for the MPD music player.

Project Homepage: http://gimmix.berlios.de

Dependencies

Required

Non-Multilib

Compile the package:

./configure --prefix=/usr &&
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=/usr &&
make

Install the package:

make install

N32

Compile the package:

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

Install the package:

make install

64Bit

Compile the package:

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

Install the package:

make install

Contents

Installed Directories: /usr/share/gimmix
Installed Programs: gimmix
Installed Libraries: None
Symlinks: None

Short Descriptions

gimmix is a GTK+2 based client for the MPD player.