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.2.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ekiga/2.0/ekiga-2.0.2.tar.bz2
Download MD5 sum: d593da6ac49dce495ef4c6ada06b54b6
Download size: 4.8 MB
Estimated disk space required: 64.3 MB
Estimated build time: 1.4 SBU
ScrollKeeper-0.3.14, EsounD-0.2.36, Evolution Data Server-1.6.3, PWLib-1.10.1 (compiled with OpenLDAP-2.3.27 support), and OPAL-2.2.2
intltool-0.34.2, GNOME Doc Utils-0.6.1, SDL-1.2.11 (required for full-screen video), D-BUS-0.62, 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.14.3 \ --localstatedir=/var/lib && make
This package does not come with a test suite.
Now, as the root user:
make install
--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.14.3: This parameter causes the configuration files to be installed in /etc/gnome/2.14.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.
Last updated on 2006-06-28 16:57:41 -0500