Emerald: Difference between revisions
From CBLFS
Jump to navigationJump to search
Chipster19 (talk | contribs) No edit summary |
No edit summary |
||
| (6 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
{| style="text-align: left; background-color: AliceBlue;" | {| style="text-align: left; background-color: AliceBlue;" | ||
|- | |- | ||
!Download Source: | !Download Source: | ||
| | | {{Compiz Fusion-Mirror}}/emerald-{{Compiz Fusion-Version}}.tar.bz2 | ||
|} | |} | ||
---- | ---- | ||
{{Package-Introduction|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.}} | |||
== Dependencies == | == Dependencies == | ||
=== Required === | === Required === | ||
* [[ | * [[X Window System]] | ||
* [[Gtk2]] | |||
* [[libwnck]] | |||
* [[Compiz]] | |||
* [[Pango]] w/ [[Cairo]] | |||
=== Optional === | |||
* [[desktop-file-utils]] | |||
* [[Shared-MIME-Info]] | |||
== Non-Multilib == | == Non-Multilib == | ||
| Line 20: | Line 25: | ||
Compile the package: | Compile the package: | ||
./configure --prefix=/usr -- | sed -i "/^ PKG_CONFIG_PATH=/s/=/2&/" configure && | ||
./configure --prefix=/usr --sysconfdir=/etc/gnome && | |||
make | make | ||
Install the package | Install the package: | ||
make install | make install | ||
| Line 33: | Line 39: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD32}" ./configure --prefix=/usr | sed -i "/^ PKG_CONFIG_PATH=/s/=/2&/" configure && | ||
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \ | |||
./configure --prefix=/usr && | |||
make | make | ||
Install the package | Install the package: | ||
make install | make install | ||
| Line 42: | Line 50: | ||
=== N32 === | === N32 === | ||
TO DO! | |||
=== 64Bit === | === 64Bit === | ||
| Line 56: | Line 56: | ||
Compile the package: | Compile the package: | ||
CC="gcc ${BUILD64}" ./configure --prefix=/usr -- | 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 && | --libdir=/usr/lib64 && | ||
make | make | ||
Install the package | Install the package: | ||
make install | make install | ||
Latest revision as of 11:37, 27 December 2008
| Download Source: | http://releases.compiz-fusion.org/0.8.4/emerald-0.8.4.tar.bz2 |
|---|
Introduction to Emerald
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 &&
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