Emerald: Difference between revisions

From CBLFS
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 1: Line 1:
{| style="text-align: left; background-color: AliceBlue;"
{| style="text-align: left; background-color: AliceBlue;"
|-valign="top"
!Download Source:
| http://releases.beryl-project.org/{{Beryl-Version}}/emerald-{{Beryl-Version}}.tar.bz2
|-
|-
!Required Patch:
!Download Source:
| http://svn.cross-lfs.org/svn/repos/patches/emerald/emerald-{{Beryl-Version}}-libwnck_update-1.patch
| {{Compiz Fusion-Mirror}}/emerald-{{Compiz Fusion-Version}}.tar.bz2
|}
|}


----
----


{{Package-Introduction|Emerald is a window decorator for Beryl. It comes with a themes editor called emerald-theme-manager and the decorator.|http://www.beryl-project.org/}}
{{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 ===
* [[Beryl Core]]
* [[X Window System]]
* [[Libwnck]]
* [[Gtk2]]
* [[libwnck]]
* [[Compiz]]
* [[Pango]] w/ [[Cairo]]
=== Optional ===
* [[desktop-file-utils]]
* [[Shared-MIME-Info]]


== Non-Multilib ==
== Non-Multilib ==
Line 22: Line 25:
Compile the package:
Compile the package:


patch -Np1 -i ../emerald-{{Beryl-Version}}-libwnck_update-1.patch &&
  sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
autoreconf &&
  ./configure --prefix=/usr --sysconfdir=/etc/gnome &&
  sed -i '/^    PKG_CONFIG_PATH=/s/=.*/=$PKG_CONFIG_PATH/' configure &&
  ./configure --prefix=/usr &&
  make
  make


Install the package
Install the package:


  make install
  make install
Line 38: Line 39:
Compile the package:
Compile the package:


patch -Np1 -i ../emerald-{{Beryl-Version}}-libwnck_update-1.patch &&
  sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
autoreconf &&
  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 &&
  make
  make


Install the package
Install the package:


  make install
  make install
Line 51: Line 50:
=== N32 ===
=== N32 ===


Compile the package:
  TO DO!
 
  patch -Np1 -i ../emerald-{{Beryl-Version}}-libwnck_update-1.patch &&
autoreconf &&
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 ===
=== 64Bit ===
Line 68: Line 56:
Compile the package:
Compile the package:


patch -Np1 -i ../emerald-{{Beryl-Version}}-libwnck_update-1.patch &&
  sed -i "/^    PKG_CONFIG_PATH=/s/=/2&/" configure &&
autoreconf &&
  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 --sysconfdir=/etc/gnome \
    --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