Contents
$GNOME_PREFIX
/share/{gnome/help/, omf/,
pixmaps/, sounds/}ekiga
Ekiga is an H.323 and SIP compatible videoconferencing and VOIP/IP-Telephony application that allows you to make audio and video calls to remote users with H.323 hardware or software (such as Microsoft Netmeeting) and SIP compatible software. It supports all modern videoconferencing features, such as registering to an ILS directory, gatekeeper support, making multi-user conference calls using an external MCU, using modern Quicknet telephony cards, and making PC-To-Phone calls.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/ekiga/2.0/ekiga-2.0.9.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ekiga/2.0/ekiga-2.0.9.tar.bz2
Download MD5 sum: 6c7a01faef8203d6f0ba0dfe6188bb1a
Download size: 5.5 MB
Estimated disk space required: 70 MB
Estimated build time: 0.9 SBU
ScrollKeeper-0.3.14, EsounD-0.2.37, Evolution Data Server-1.10.3, PWLib-1.10.7 (compiled with OpenLDAP-2.3.39 support), and OPAL-2.2.8 (home page for PWLib and OPAL)
intltool-0.35.5, GNOME Doc Utils-0.10.3, SDL-1.2.11 (required for full-screen video), and Avahi
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ekiga
Install Ekiga by running the following commands:
./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \ --sysconfdir=/etc/gnome/2.18.3 \ --localstatedir=/var/lib && make
This package does not come with a test suite.
Now, as the root
user:
make install
Two D-BUS service scripts were
installed in the previous step. If the $GNOME_PREFIX
is anything other than /usr
, as the root
user you should add the $GNOME_PREFIX/share/dbus-1/services
directory to
the local session configuration as described in the D-BUS-1.0.2
configuration section.
--prefix=$(pkg-config --variable=prefix
ORBit-2.0)
: Setting the prefix using this parameter
instead of with $GNOME_PREFIX
will
ensure that the prefix is consistent with the installation
environment and the package will be installed in the correct
location.
--sysconfdir=/etc/gnome/2.18.3
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.18.3
instead of
$GNOME_PREFIX/etc
. Additionally (if
applicable), the parameter ensures that the GConf-2 database is correctly updated.
--localstatedir=/var/lib
:
This parameter is used so that all ScrollKeeper files are installed in, and the
ScrollKeeper database is properly
updated in /var/lib/scrollkeeper
instead of some files being installed in $GNOME_PREFIX/var/scrollkeeper
.
$GNOME_PREFIX
/share/{gnome/help/, omf/,
pixmaps/, sounds/}ekiga
Last updated on 2008-03-14 18:44:40 -0500