Gxine: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) mNo edit summary |
No edit summary |
||
| Line 5: | Line 5: | ||
|} | |} | ||
gxine is a [[Gtk2]] based front end for the [[Xine Libraries]]. | {{Package-Introduction|gxine is a [[Gtk2]] based front end for the [[Xine Libraries]].|http://xinehq.de/index.php/releases}} | ||
== Dependencies == | == Dependencies == | ||
Revision as of 00:09, 17 April 2007
| Download Source: | http://prdownloads.sourceforge.net/xine/gxine-0.5.905.tar.bz2 |
|---|
Introduction to Gxine
gxine is a Gtk2 based front end for the Xine Libraries.
Project Homepage: http://xinehq.de/index.php/releases
Dependencies
Required
Non-Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package:
make install && install -vdm755 /usr/share/doc/gxine-0.5.905 && cp -v doc/*HOWTO /usr/share/doc/gxine-0.5.905
Multilib
32Bit
Compile the package:
USE_ARCH=32 CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make
Install the package:
make install
N32
Compile the package:
USE_ARCH=n32 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:
USE_ARCH=64 CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 &&
make
Install the package:
make install && install -vdm755 /usr/share/doc/gxine-0.5.905 && cp -v doc/*HOWTO /usr/share/doc/gxine-0.5.905
Contents
| Installed Directories: | /usr/share/gxine, /usr/share/gxine/pixmaps, /usr/lib64/gxine, /usr/etc/gxine |
|---|---|
| Installed Programs: | gxine, gxine_client |
| Installed Libraries: | gxineplugin.la |
| Symlinks: | None |
Short Descriptions
| gxine | is a Gtk+2 front end for xine. |
|---|