Xfmedia: Difference between revisions
From CBLFS
Jump to navigationJump to search
Weibullguy (talk | contribs) |
Weibullguy (talk | contribs) No edit summary |
||
| Line 99: | Line 99: | ||
| | | | ||
|} | |} | ||
[[Category:XFCE]] | |||
Revision as of 06:27, 20 October 2010
| Download Source: | http://spuriousinterrupt.org/files/xfmedia/xfmedia-0.9.2.tar.bz2 |
|---|
Introduction to Xfmedia
Xfmedia is a multimedia player based on the Xine Libraries for the XFCE desktop environment.
Project Homepage: http://spuriousinterrupt.org/projects/xfmedia/
Dependencies
Required
Optional
Non-Multilib
Compile the package:
./configure --prefix=${XFCE_PREFIX} &&
make
Install the package:
make install
Multilib
32Bit
Compile the package:
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
USE_ARCH=32 ./configure --prefix=${XFCE_PREFIX} &&
make
Install the package:
make install
N32
Compile the package:
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
USE_ARCH=n32 ./configure --prefix=${XFCE_PREFIX} \
--lindir=${XFCE_PREFIX}/lib32 && make
Install the package:
make install
64Bit
Compile the package:
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
USE_ARCH=64 ./configure --prefix=${XFCE_PREFIX} \
--libdir=${XFCE_PREFIX}/lib64 && make
Install the package:
make install
Contents
| Installed Directories: | |
|---|---|
| Installed Programs: | |
| Installed Libraries: |