Ekiga is a VoIP, IP Telephony, and Video Conferencing application that allows you to make audio and video calls to remote users with SIP or H.323 compatible hardware and software. It supports many audio and video codecs and all modern VoIP features for both SIP and H.323. Ekiga is the first Open Source application to support both H.323 and SIP, as well as audio and video.
This package is known to build and work properly using an LFS-7.5 platform.
Download (HTTP): http://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.1.tar.xz
Download (FTP): ftp://ftp.gnome.org/pub/gnome/sources/ekiga/4.0/ekiga-4.0.1.tar.xz
Download MD5 sum: 704ba532a8e3e0b5e3e2971dd2db39e4
Download size: 8.0 MB
Estimated disk space required: 315 MB
Estimated build time: 3.5 SBU
Boost-1.55.0, gnome-icon-theme-3.10.0, GTK+-2.24.22 and Opal-3.10.10
dbus-glib-0.102, GConf-3.2.6 and libnotify-0.7.6
Avahi-0.6.31, Evolution Data Server, GNOME Doc Utils and OpenLDAP-2.4.39
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/ekiga
Install Ekiga by running the following commands:
./configure --prefix=/usr \ --sysconfdir=/etc \ --disable-eds \ --disable-gdu \ --disable-ldap \ --disable-scrollkeeper && make
This package does not come with a test suite.
Now, as the root
user:
make install
--disable-eds
: This switch disables
support for the Evolution Data
Server. Remove if you have installed Evolution Data Server.
--disable-gdu
: This switch disables
documentation generation using GNOME Doc
Utils. Remove if you have installed GNOME Doc Utils.
--disable-ldap
: This switch disables
LDAP support in Ekiga. Remove if
you have installed OpenLDAP.
--disable-scrollkeeper
: Use this
parameter if you have installed Rarian but wish to disable the updates to the
Scrollkeeper database.
--disable-dbus
: This switch disables
D-Bus support. Use if you have not
installed D-Bus.
--enable-avahi
: This switch enables use
of the Avahi with Ekiga. Use if you have installed Avahi.
If you have not installed recommended dependencies you will need additional switches passed to configure. Examine ./configure --help output to see all available switches.
Last updated on 2014-03-01 01:45:24 -0800