Difference between revisions of "Gxine"
From CBLFS
Jump to navigationJump to search(One intermediate revision by one other user not shown) | |||
Line 7: | Line 7: | ||
---- | ---- | ||
− | {{Package-Introduction|gxine is a [[Gtk2]] based front end for the [[Xine Libraries]].|http:// | + | {{Package-Introduction|gxine is a [[Gtk2]] based front end for the [[Xine Libraries]].|http://www.xine-project.org/releases}} |
== Dependencies == | == Dependencies == | ||
Line 92: | Line 92: | ||
|is a Gtk+2 front end for xine. | |is a Gtk+2 front end for xine. | ||
|} | |} | ||
+ | |||
+ | [[Category:Media Utilities]] |
Latest revision as of 14:16, 13 May 2010
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.
Project Homepage: http://www.xine-project.org/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. |
---|