Difference between revisions of "Beryl Plugins"

From CBLFS
Jump to navigationJump to search
 
(3 intermediate revisions by the same user not shown)
Line 7: Line 7:
 
----
 
----
  
== Introduction to Beryl Plugins ==
+
{{Package-Introduction|This package contents plugins for beryl.|http://www.beryl-project.org/}}
 
 
This package contents plugins for beryl.
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 41: Line 39:
 
Compile the package:
 
Compile the package:
  
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH' configure &&
+
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  ./configure --prefix=/usr &&
 
  ./configure --prefix=/usr &&
Line 54: Line 52:
 
Compile the package:
 
Compile the package:
  
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH' configure &&
+
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
 
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
 
  ./configure --prefix=/usr --libdir=/usr/lib32 &&
 
  ./configure --prefix=/usr --libdir=/usr/lib32 &&
Line 67: Line 65:
 
Compile the package:
 
Compile the package:
  
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH' configure &&
+
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
 
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
 
  ./configure --prefix=/usr --libdir=/usr/lib64 &&
 
  ./configure --prefix=/usr --libdir=/usr/lib64 &&
Line 75: Line 73:
  
 
  make install
 
  make install
 
== Configuring ==
 
 
The dbus-plugin installed by this package needs a file called '''machine-id'''. This file must be in '''/var/lib/dbus'''. If you don't have it, you can create it with the following command :
 
 
dbus-uuidgen -ensure
 
  
 
= Contents =
 
= Contents =

Latest revision as of 15:40, 16 April 2007

Download Source: http://releases.beryl-project.org/0.2.1/beryl-plugins-0.2.1.tar.bz2

Introduction to Beryl Plugins

This package contents plugins for beryl.

Project Homepage: http://www.beryl-project.org/

Dependencies

Required

Recommended

Non-Multilib

Compile the package:

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

Install the package

make install

Multilib

32Bit

Compile the package:

sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr &&
make

Install the package

make install

N32

Compile the package:

sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
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:

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

Install the package

make install

Contents

Installed Programs: None
Installed Libraries: libgroup.{a,la,so}, libcrashhandler.{a,la,so}, libdecoration.{a,la,so}, libwobbly.{a,la,so}, libanimation.{a,la,so}, libfade.{a,la,so}, libcube.{a,la,so}, librotate.{a,la,so}, libplane.{a,la,so}, libzoom.{a,la,so}, libinputzoom.{a,la,so}, libscale.{a,la,so}, libmove.{a,la,so}, libresize.{a,la,so}, libplace.{a,la,so}, libswitcher.{a,la,so}, libwater.{a,la,so}, libtrailfocus2.{a,la,so}, libneg.{a,la,so}, libput.{a,la,so}, libshowdesktop.{a,la,so}, libscreenshot.{a,la,so}, libstate.{a,la,so}, libblurfx.{a,la,so}, libsplash.{a,la,so}, libbench.{a,la,so}, libclone.{a,la,so}, lib3d.{a,la,so}, libsvg.{a,la,so}, libpng.{a,la,so}, libsnow.{a,la,so}, libopacify.{a,la,so}, libthumbnail.{a,la,so}, libsnap.{a,la,so}, libimgjpeg.{a,la,so}, libannotate.{a,la,so}, libdbus.{a,la,so}
Installed Directory: None