Difference between revisions of "Libcompizconfig"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://releases.compiz-fusion.org/0.7.6/libcompizconfig-0.7.6.tar.bz2 | |} ---- {{Package-Introduction|Co...)
 
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://releases.compiz-fusion.org/0.7.6/libcompizconfig-0.7.6.tar.bz2
+
| {{Compiz Fusion-Mirror}}/libcompizconfig-{{Compiz Fusion-Version}}.tar.bz2
|
 
 
|}
 
|}
  
Line 13: Line 12:
  
 
=== Required ===
 
=== Required ===
*[[Compiz]]
+
* [[Compiz]]
 +
* [[LibXML2]]
  
 +
== Non-Multilib ==
  
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/opt/fusion
+
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
  
Line 31: Line 32:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD32}" CXX="g++ ${BUILD32}" \
+
  CC="gcc ${BUILD32}" USE_ARCH=32 \
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
+
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=/opt/fusion
+
  ./configure --prefix=/usr --sysconfdir=/etc &&
 
  make
 
  make
  
Line 48: Line 49:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" CXX="g++ ${BUILD64}" \
+
  CC="gcc ${BUILD64}" USE_ARCH=64 \
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
+
  PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
  ./configure --prefix=/opt/fusion  --libdir=/opt/fusion/lib64
+
  ./configure --prefix=/usr --sysconfdir=/etc \
 +
    --libdir=/usr/lib64 &&
 
  make
 
  make
  

Latest revision as of 12:04, 27 December 2008

Download Source: http://releases.compiz-fusion.org/0.8.4/libcompizconfig-0.8.4.tar.bz2

Introduction to Libcompizconfig

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

Non-Multilib

Compile the package:

./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

CC="gcc ${BUILD32}" USE_ARCH=32 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --sysconfdir=/etc &&
make

Install the package:

make install

N32

TO DO!

64Bit

Compile the package:

CC="gcc ${BUILD64}" USE_ARCH=64 \
PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --sysconfdir=/etc \
    --libdir=/usr/lib64 &&
make

Install the package:

make install