Contents
$GNOME_PREFIX
/share/{gnome/help/ekiga/*,omf/ekiga,
pixmaps/ekiga,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.
This package is known to build and work properly using an LFS-6.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.7.tar.bz2
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ekiga/3.2/ekiga-3.2.7.tar.bz2
Download MD5 sum: 5cf2edf199075a3c3d115ce9b94cbf0f
Download size: 8.7 MB
Estimated disk space required: 266 MB
Estimated build time: 3.6 SBU
Evolution Data Server-2.30.2.1, GNOME Doc Utils-0.20.2, gtk+-2.24.8, libsigc++-2.2.8, opal-3.6.8, OpenLDAP-2.4.23, Rarian-0.8.1, and which-2.20
avahi-0.6.25, GStreamer-0.10.25, libgnome-2.30.0, and telepathy-glib-0.9.2
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.30.2 \ --localstatedir=/var/lib \ --enable-avahi=no && 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.4.16
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.30.2
: This
parameter causes the configuration files to be installed in
/etc/gnome/2.30.2
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
.
--enable-avahi=no
: This
parameter disables mDNS support. Remove this if you have
avahi installed.
$GNOME_PREFIX
/share/{gnome/help/ekiga/*,omf/ekiga,
pixmaps/ekiga,sounds/ekiga}
Last updated on 2010-08-16 12:43:53 +0000