Gxine: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) mNo edit summary |
No edit summary |
||
| (3 intermediate revisions by one other user not shown) | |||
| 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://www.xine-project.org/releases}} | ||
== Dependencies == | == Dependencies == | ||
| Line 94: | 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 22:16, 13 May 2010
| 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://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. |
|---|