Difference between revisions of "Gimmix"

From CBLFS
Jump to navigationJump to search
(Added page.)
 
Line 5: Line 5:
 
|}
 
|}
  
== Introduction to gimmix ==
+
----
  
gimmix is a GTK+2 based client for the MPD music player.
+
{{Package-Introduction|gimmix is a GTK+2 based client for the MPD music player.|http://gimmix.berlios.de}}
 
 
<b>Package Homepage:</b> http://gimmix.berlios.de
 
  
 
== Dependencies ==
 
== Dependencies ==

Revision as of 17:07, 16 April 2007

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.