Difference between revisions of "Evolution"

From CBLFS
Jump to navigationJump to search
 
(11 intermediate revisions by 3 users not shown)
Line 2: Line 2:
 
|-
 
|-
 
!Download Source:
 
!Download Source:
| http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.8/evolution-2.8.1.tar.bz2
+
| http://ftp.acc.umu.se/pub/gnome/sources/evolution/{{Evolution-Version2}}/evolution-{{Evolution-Version}}.tar.bz2
 
|
 
|
 
|}
 
|}
  
Evolution is a PIM
+
----
  
----
+
{{Package-Introduction|The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME-2 environment.|http://projects.gnome.org/evolution/}}
  
 
== Dependencies ==
 
== Dependencies ==
Line 15: Line 15:
 
* [[Evolution Data Server]]
 
* [[Evolution Data Server]]
 
* [[GtkHTML]]
 
* [[GtkHTML]]
 +
 
=== Recommended ===
 
=== Recommended ===
 
* [[NSS]] or ([[Firefox]] or [[Thunderbird]] or [[SeaMonkey]] or [[Mozilla]])
 
* [[NSS]] or ([[Firefox]] or [[Thunderbird]] or [[SeaMonkey]] or [[Mozilla]])
 +
 
=== Optional ===
 
=== Optional ===
 
* [[OpenLDAP]]
 
* [[OpenLDAP]]
* [[DBUS]]
+
* [[D-BUS Glib]]
 
* [[HAL]]
 
* [[HAL]]
* [[MIT Krb5]] or [[Heimdal]]
+
* [[MIT krb5]] or [[Heimdal]]
 
* [[krb4]]
 
* [[krb4]]
 
* [[GNOME Pilot Conduits]]
 
* [[GNOME Pilot Conduits]]
Line 28: Line 30:
 
* [[libnotify]]
 
* [[libnotify]]
 
* [[Mono]]
 
* [[Mono]]
* [[Gstreamer]]
+
* [[GStreamer]]
 
* [[Gtk-Doc]]
 
* [[Gtk-Doc]]
 
* [[DocBook Utils]]
 
* [[DocBook Utils]]
 +
* [[Bogofilter]] (runtime)
 +
* [[Spamassassin]] (runtime)
  
 
== Configuration Information ==
 
== Configuration Information ==
Line 41: Line 45:
  
 
  --enable-pilot-conduits=yes
 
  --enable-pilot-conduits=yes
 +
 +
If you would like to build the [[Mono]] bindings pass the following to configure:
 +
 +
--enable-mono=yes
  
 
== Non-Multilib  ==
 
== Non-Multilib  ==
Line 46: Line 54:
 
Compile the package:
 
Compile the package:
  
 +
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
Line 61: Line 70:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" USE_ARCH=32 \
+
  export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
 +
CC="gcc ${BUILD32}" USE_ARCH=32 \
 +
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
Line 69: Line 80:
 
Install the package:
 
Install the package:
  
  make install
+
  make install &&
 +
unset PKG_CONFIG_PATH
  
 
=== N32 ===
 
=== N32 ===
Line 75: Line 87:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILDN32}" PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" USE_ARCH=n32 \
+
  export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
 +
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
 +
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib32 \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib32 \
Line 84: Line 98:
 
Install the package:
 
Install the package:
  
  make install
+
  make install &&
 +
unset PKG_CONFIG_PATH
  
 
=== 64Bit ===
 
=== 64Bit ===
Line 90: Line 105:
 
Compile the package:
 
Compile the package:
  
  CC="gcc ${BUILD64}" PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" USE_ARCH=64 \
+
  export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
 +
CC="gcc ${BUILD64}" USE_ARCH=64 \
 +
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
  ./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib64 \
 
     --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib64 \
Line 99: Line 116:
 
Install the package:
 
Install the package:
  
  make install
+
  make install &&
 +
unset PKG_CONFIG_PATH
 +
 
 +
[[Category:GUI Clients]]

Latest revision as of 16:32, 13 May 2010

Download Source: http://ftp.acc.umu.se/pub/gnome/sources/evolution/2.30/evolution-2.30.1.tar.bz2

Introduction to Evolution

The Evolution package contains an integrated mail, calendar and address book suite designed for the GNOME-2 environment.

Project Homepage: http://projects.gnome.org/evolution/

Dependencies

Required

Recommended

Optional

Configuration Information

If you would like to build against OpenLDAP pass the following to configure:

--with-openldap=yes

If you would like to build against GNOME Pilot Conduits pass the following to configure:

--enable-pilot-conduits=yes

If you would like to build the Mono bindings pass the following to configure:

--enable-mono=yes

Non-Multilib

Compile the package:

LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
    --enable-nntp --enable-nss --enable-smime &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH32}" &&
CC="gcc ${BUILD32}" USE_ARCH=32 \
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib \
    --enable-nntp --enable-nss --enable-smime &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH

N32

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATHN32}" &&
CC="gcc ${BUILDN32}" USE_ARCH=n32 \
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib32 \
    --libdir=${GNOME_PREFIX}/lib32 --enable-nntp --enable-nss \
    --enable-smime &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH

64Bit

Compile the package:

export PKG_CONFIG_PATH="${PKG_CONFIG_PATH64}" &&
CC="gcc ${BUILD64}" USE_ARCH=64 \
LDFLAGS="-Wl,-rpath,/usr/lib/nss -Wl,-rpath,/usr/lib/nspr" \
./configure --prefix=${GNOME_PREFIX} --sysconfdir=/etc/gnome \
    --localstatedir=/var/lib --libexecdir=${GNOME_PREFIX}/lib64 \
    --libdir=${GNOME_PREFIX}/lib64 --enable-nntp --enable-nss \
    --enable-smime &&
make

Install the package:

make install &&
unset PKG_CONFIG_PATH