Difference between revisions of "Gimmix"
From CBLFS
Jump to navigationJump to searchWeibullguy (talk | contribs) (Added page.) |
|||
(2 intermediate revisions by one other user not shown) | |||
Line 5: | Line 5: | ||
|} | |} | ||
− | + | ---- | |
− | 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}} |
− | |||
− | |||
== Dependencies == | == Dependencies == | ||
Line 15: | Line 13: | ||
=== Required === | === Required === | ||
* [[Gtk2]] | * [[Gtk2]] | ||
+ | * [[libglade]] | ||
* [[libmpd]] | * [[libmpd]] | ||
− | * [[ | + | * [[TagLib]] |
== Non-Multilib == | == Non-Multilib == | ||
Line 93: | Line 92: | ||
|is a GTK+2 based client for the MPD player. | |is a GTK+2 based client for the MPD player. | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Utilities]] |
Latest revision as of 14:29, 13 May 2010
Download Source: | http://download.berlios.de/gimmix/gimmix-0.5.7.1.tar.bz2 |
---|
Contents
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. |
---|