Gxine
From CBLFS
Download Source: | http://prdownloads.sourceforge.net/xine/gxine-0.5.905.tar.bz2 |
---|
Contents
Introduction to gxine
gxine is a Gtk2 based front end for the Xine Libraries.
Package 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:
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 && 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. |
---|