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;"
|-valign="top"
|-
!Download Source:  
!Download Source:
| http://releases.beryl-project.org/{{Beryl-Version}}/emerald-{{Beryl-Version}}.tar.bz2
| {{Compiz Fusion-Mirror}}/emerald-{{Compiz Fusion-Version}}.tar.bz2
|}
|}


----
----


== Introduction to Emerald ==
{{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.}}
 
Emerald is a window decorator for Beryl. It comes with a themes editor called emerald-theme-manager and the decorator.


== Dependencies ==
== Dependencies ==


=== Required ===
=== Required ===
* [[Beryl Core]]
* [[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 --disable-dependency-tracking &&
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 --disable-dependency-tracking &&
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 ===


Compile the package:
  TO DO!
 
  CC="gcc ${BUILDN32}" ./configure --prefix=/usr --disable-dependency-tracking \
    --libdir=/usr/lib32 &&
make
 
Install the package
 
make install


=== 64Bit ===
=== 64Bit ===
Line 56: Line 56:
Compile the package:
Compile the package:


  CC="gcc ${BUILD64}" ./configure --prefix=/usr --disable-dependency-tracking \
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
= Contents =
{| style="text-align: left;"
|-valign="top"
! Installed Programs:
| emerald-theme-manager
|-valign="top"
! Installed Libraries:
| libemeraldengine.{a,la,so}
|-valign="top"
! Installed Directory:
| /usr/include/emerald, /usr/lib/emerald
|}

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