Compiz-fusion-plugins-extra

From CBLFS
Jump to navigationJump to search
Download Source: http://releases.compiz-fusion.org/0.8.4/compiz-fusion-plugins-extra-0.8.4.tar.bz2

Introduction to Compiz-fusion-plugins-extra

Compiz Fusion, the reunification of Compiz and the Beryl fork, is a set of plugins and add-ons for Compiz, an OpenGL window and compositing manager.

Project Homepage: Unknown

Dependencies

Required

Optional

Non-Multilib

Compile the package:

sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome &&
make

Install the package:

make install

N32

TO DO!

64Bit

Compile the package:

sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc/gnome \
    --libdir=/usr/lib64 &&
make

Install the package:

make install