Difference between revisions of "Beryl Core"

From CBLFS
Jump to navigationJump to search
 
(2 intermediate revisions by 2 users not shown)
Line 5: Line 5:
 
| http://releases.beryl-project.org/{{Beryl-Version}}/beryl-core-{{Beryl-Version}}.tar.bz2
 
| http://releases.beryl-project.org/{{Beryl-Version}}/beryl-core-{{Beryl-Version}}.tar.bz2
 
|-
 
|-
| http://releases.beryl-project.org/{{Beryl-Version}}/beryl-mesa-{{Beryl-Version}}.tar.bz2
+
| http://releases.beryl-project.org/{{Beryl-Version2}}/beryl-mesa-{{Beryl-Version2}}.tar.bz2
 
|}
 
|}
  
 
----
 
----
  
== Introduction to Beryl Core ==
+
{{Package-Introduction|This is the core package that contains all the important files required for running beryl, including headers and files for the development of beryl-plugins.|http://www.beryl-project.org/}}
 
 
This is the core package that contains all the important files required for running beryl, including headers and files for the development of beryl-plugins.
 
  
 
== Dependencies ==
 
== Dependencies ==
Line 25: Line 23:
 
=== Recommended ===
 
=== Recommended ===
 
* [[GConf]]
 
* [[GConf]]
 
== Configuration Information ==
 
 
If you want to enable the [[GConf]] backend for libberylsettings, add the following option:
 
 
--enable-gconf
 
  
 
== Non-Multilib ==
 
== Non-Multilib ==
Line 36: Line 28:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
  
  tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2
+
  tar xvf ../beryl-mesa-{{Beryl-Version2}}.tar.bz2
  
 
Compile the package:
 
Compile the package:
  
  ./configure --prefix=/usr --with-berylmesadir=beryl-mesa &&
+
sed -i "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
 +
  ./configure --prefix=/usr --with-berylmesadir=beryl-mesa \
 +
    --enable-xgl &&
 
  make
 
  make
  
Line 53: Line 47:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
  
  tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2
+
  tar xvf ../beryl-mesa-{{Beryl-Version2}}.tar.bz2
  
 
Compile the package:
 
Compile the package:
  
 +
sed -i -e "/CC/s/gcc/& ${BUILD32}/" \
 +
    -e "/CXX/s/g++/& ${BUILD32}/" \
 +
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
 
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
  ./configure --prefix=/usr --with-berylmesadir=beryl-mesa &&
+
  ./configure --prefix=/usr --with-berylmesadir=beryl-mesa --enable-xgl &&
 
  make
 
  make
  
Line 69: Line 66:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
  
  tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2
+
  tar xvf ../beryl-mesa-{{Beryl-Version2}}.tar.bz2
  
 
Compile the package:
 
Compile the package:
  
 +
sed -i -e "/CC/s/gcc/& ${BUILDN32}/" \
 +
    -e "/CXX/s/g++/& ${BUILDN32}/" \
 +
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
 
  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 \
     --with-berylmesadir=beryl-mesa &&
+
     --with-berylmesadir=beryl-mesa --enable-xgl &&
 
  make
 
  make
  
Line 86: Line 86:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
 
First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:
  
  tar xvf ../beryl-mesa-{{Beryl-Version}}.tar.bz2
+
  tar xvf ../beryl-mesa-{{Beryl-Version2}}.tar.bz2
  
 
Compile the package:
 
Compile the package:
  
 +
sed -i -e "/CC/s/gcc/& ${BUILD64}/" \
 +
    -e "/CXX/s/g++/& ${BUILD64}/" \
 +
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
 
  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 \
     --with-berylmesadir=beryl-mesa &&
+
     --with-berylmesadir=beryl-mesa --enable-xgl &&
 
  make
 
  make
  

Latest revision as of 14:06, 20 October 2007

Download Source:
http://releases.beryl-project.org/0.2.1/beryl-core-0.2.1.tar.bz2
http://releases.beryl-project.org/0.1.99.2/beryl-mesa-0.1.99.2.tar.bz2

Introduction to Beryl Core

This is the core package that contains all the important files required for running beryl, including headers and files for the development of beryl-plugins.

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

Dependencies

Required

Recommended

Non-Multilib

First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:

tar xvf ../beryl-mesa-0.1.99.2.tar.bz2

Compile the package:

sed -i "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
./configure --prefix=/usr --with-berylmesadir=beryl-mesa \
    --enable-xgl &&
make

Install the package

make install

Multilib

32Bit

First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:

tar xvf ../beryl-mesa-0.1.99.2.tar.bz2

Compile the package:

sed -i -e "/CC/s/gcc/& ${BUILD32}/" \
    -e "/CXX/s/g++/& ${BUILD32}/" \
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" \
./configure --prefix=/usr --with-berylmesadir=beryl-mesa --enable-xgl &&
make

Install the package

make install

N32

First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:

tar xvf ../beryl-mesa-0.1.99.2.tar.bz2

Compile the package:

sed -i -e "/CC/s/gcc/& ${BUILDN32}/" \
    -e "/CXX/s/g++/& ${BUILDN32}/" \
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" \
./configure --prefix=/usr --libdir=/usr/lib32 \
    --with-berylmesadir=beryl-mesa --enable-xgl &&
make

Install the package

make install

64Bit

First extract the beryl-mesa package. It is used by beryl-core to build the beryl-xgl binary:

tar xvf ../beryl-mesa-0.1.99.2.tar.bz2

Compile the package:

sed -i -e "/CC/s/gcc/& ${BUILD64}/" \
    -e "/CXX/s/g++/& ${BUILD64}/" \
    -e "s@^X11_INCLUDES.*=@& -I${XORG_PREFIX}/include@" beryl-mesa/configs/current &&
CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" \
./configure --prefix=/usr --libdir=/usr/lib64 \
    --with-berylmesadir=beryl-mesa --enable-xgl &&
make

Install the package

make install

Contents

Installed Programs: beryl, beryl-xgl, beryl-settings-tool
Installed Libraries: libberylsettings.{a,la,so}, libberyldecoration.{a,la,so}
Installed Directory: /usr/include/beryl, /usr/lib/beryl