Gimmix: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
Lemoinet (talk | contribs)
No edit summary
 
Line 13: Line 13:
=== Required ===
=== Required ===
* [[Gtk2]]
* [[Gtk2]]
* [[libglade]]
* [[libmpd]]
* [[libmpd]]
* [[MPD]]
* [[TagLib]]


== Non-Multilib ==
== Non-Multilib ==

Latest revision as of 15:29, 13 May 2010

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.
Retrieved from "?title=Gimmix&oldid=20165"