Author: krejzi
Date: 2012-11-27 14:07:24 -0700 (Tue, 27 Nov 2012)
New Revision: 10871
Added:
trunk/BOOK/xsoft/other/ekiga.xml
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/xsoft/other/other.xml
Log:
Added Ekiga.
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-11-27 20:17:37 UTC (rev 10870)
+++ trunk/BOOK/general.ent 2012-11-27 21:07:24 UTC (rev 10871)
@@ -795,6 +795,7 @@
<!-- Chapter 37 -->
<!ENTITY balsa-version "2.4.12">
<!ENTITY blueman-version "1.23">
+<!ENTITY ekiga-version "4.0.0">
<!ENTITY gparted-version "0.14.0">
<!ENTITY gnash-version "0.8.10">
<!ENTITY gimp-version "2.8.2">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-11-27 20:17:37 UTC
(rev 10870)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-11-27 21:07:24 UTC
(rev 10871)
@@ -56,6 +56,9 @@
<listitem>
<para>Opal 3.10.9.</para>
</listitem>
+ <listitem>
+ <para>Added Ekiga 4.0.0.</para>
+ </listitem>
</itemizedlist>
</listitem>
Added: trunk/BOOK/xsoft/other/ekiga.xml
===================================================================
--- trunk/BOOK/xsoft/other/ekiga.xml (rev 0)
+++ trunk/BOOK/xsoft/other/ekiga.xml 2012-11-27 21:07:24 UTC (rev 10871)
@@ -0,0 +1,217 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
+ "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
+ <!ENTITY % general-entities SYSTEM "../../general.ent">
+ %general-entities;
+
+ <!ENTITY ekiga-download-http
"&gnome-download-http;/ekiga/4.0/ekiga-&ekiga-version;.tar.xz">
+ <!ENTITY ekiga-download-ftp
"&gnome-download-ftp;/ekiga/4.0/ekiga-&ekiga-version;.tar.xz">
+ <!ENTITY ekiga-md5sum "c8322a1c0dc58118cfa773d8b2f7b101">
+ <!ENTITY ekiga-size "8.0 MB">
+ <!ENTITY ekiga-buildsize "305 MB">
+ <!ENTITY ekiga-time "3.5 SBU">
+]>
+
+<sect1 id="ekiga" xreflabel="Ekiga-&ekiga-version;">
+ <?dbhtml filename="ekiga.html"?>
+
+ <sect1info>
+ <othername>$LastChangedBy$</othername>
+ <date>$Date$</date>
+ </sect1info>
+
+ <title>Ekiga-&ekiga-version;</title>
+
+ <indexterm zone="ekiga">
+ <primary sortas="a-Ekiga">Ekiga</primary>
+ </indexterm>
+
+ <sect2 role="package">
+ <title>Introduction to Ekiga</title>
+
+ <para>
+ <application>Ekiga</application> 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.
+ <application>Ekiga</application> is the first Open Source application to
support
+ both H.323 and SIP, as well as audio and video.
+ </para>
+
+ &lfs72_checked;
+
+ <bridgehead renderas="sect3">Package Information</bridgehead>
+ <itemizedlist spacing="compact">
+ <listitem>
+ <para>
+ Download (HTTP): <ulink url="&ekiga-download-http;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download (FTP): <ulink url="&ekiga-download-ftp;"/>
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download MD5 sum: &ekiga-md5sum;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Download size: &ekiga-size;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated disk space required: &ekiga-buildsize;
+ </para>
+ </listitem>
+ <listitem>
+ <para>
+ Estimated build time: &ekiga-time;
+ </para>
+ </listitem>
+ </itemizedlist>
+
+ <bridgehead renderas="sect3">Ekiga Dependencies</bridgehead>
+
+ <bridgehead renderas="sect4">Required</bridgehead>
+ <para role="required">
+ <xref linkend="boost"/>,
+ <xref linkend="dbus-glib"/>,
+ <xref linkend="gnome-icon-theme"/>,
+ <xref linkend="gtk2"/> and
+ <xref linkend="opal"/>
+ </para>
+
+ <bridgehead renderas="sect4">Recommended</bridgehead>
+ <para role="recommended">
+ <xref linkend="GConf"/> and
+ <xref linkend="libnotify"/>
+ </para>
+
+ <bridgehead renderas="sect4">Optional</bridgehead>
+ <para role="optional">
+ <xref linkend="avahi"/>,
+ <xref linkend="evolution-data-server"/>,
+ <xref linkend="gnome-doc-utils"/> and
+ <xref linkend="openldap"/>
+ </para>
+
+ <para condition="html" role="usernotes">
+ User Notes: <ulink url="&blfs-wiki;/ekiga"/>
+ </para>
+ </sect2>
+
+ <sect2 role="installation">
+ <title>Installation of Ekiga</title>
+
+ <para>
+ Install <application>Ekiga</application> by running the following
+ commands:
+ </para>
+
+<screen><userinput>./configure --prefix=/usr \
+ --sysconfdir=/etc \
+ --disable-eds \
+ --disable-gdu \
+ --disable-ldap \
+ --disable-scrollkeeper &&
+make</userinput></screen>
+
+ <para>
+ This package does not come with a test suite.
+ </para>
+
+ <para>
+ Now, as the <systemitem class="username">root</systemitem> user:
+ </para>
+
+<screen role="root"><userinput>make install</userinput></screen>
+ </sect2>
+
+ <sect2 role="commands">
+ <title>Command Explanations</title>
+
+ <para>
+ <option>--disable-eds</option>: This switch disables support for the
+ <application>Evolution Data Server</application>. Remove if you have
+ installed <application>Evolution Data Server</application>.
+ </para>
+
+ <para>
+ <option>--disable-gdu</option>: This switch disables documentation
generation
+ using <application>GNOME Doc Utils</application>. Remove if you have
installed
+ <application>GNOME Doc Utils</application>.
+ </para>
+
+ <para>
+ <option>--disable-ldap</option>: This switch disables LDAP support in
+ <application>Ekiga</application>. Remove if you have installed
+ <application>OpenLDAP</application>.
+ </para>
+
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
+ href="../../xincludes/without-scrollkeeper.xml"/>
+
+ <para>
+ <option>--enable-avahi</option>: This switch enables use of the
+ <application>Avahi</application> with <application>Ekiga</application>.
+ Use if you have installed <application>Avahi</application>.
+ </para>
+
+ <note>
+ <para>
+ If you have not installed recommended dependencies you will need
additional
+ switches passed to <command>configure</command>. Examine
+ <command>./configure --help</command> output to see all avaliable
switches.
+ </para>
+ </note>
+
+ </sect2>
+
+ <sect2 role="content">
+ <title>Contents</title>
+
+ <segmentedlist>
+ <segtitle>Installed Programs</segtitle>
+ <segtitle>Installed Directories</segtitle>
+
+ <seglistitem>
+ <seg>
+ ekiga, ekiga-config-tool and ekiga-helper
+ </seg>
+ <seg>
+ /usr/lib/ekiga,
+ /usr/share/gnome/help/ekiga,
+ /usr/share/omf/ekiga,
+ /usr/share/pixmaps/ekiga and
+ /usr/share/sounds/ekiga
+ </seg>
+ </seglistitem>
+ </segmentedlist>
+
+ <variablelist>
+ <bridgehead renderas="sect3">Short Descriptions</bridgehead>
+ <?dbfo list-presentation="list"?>
+ <?dbhtml list-presentation="table"?>
+
+ <varlistentry id="ekiga-prog">
+ <term><command>ekiga</command></term>
+ <listitem>
+ <para>
+ is a SIP and H.323 VoIP, IP Telephony and Video Conferencing
+ application which complies to the SIP and H.323 protocols.
+ </para>
+ <indexterm zone="ekiga ekiga-prog">
+ <primary sortas="b-ekiga">ekiga</primary>
+ </indexterm>
+ </listitem>
+ </varlistentry>
+
+ </variablelist>
+
+ </sect2>
+
+</sect1>
Property changes on: trunk/BOOK/xsoft/other/ekiga.xml
___________________________________________________________________
Added: svn:keywords
+ Date LastChangedBy
Modified: trunk/BOOK/xsoft/other/other.xml
===================================================================
--- trunk/BOOK/xsoft/other/other.xml 2012-11-27 20:17:37 UTC (rev 10870)
+++ trunk/BOOK/xsoft/other/other.xml 2012-11-27 21:07:24 UTC (rev 10871)
@@ -20,6 +20,7 @@
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="balsa.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="blueman.xml"/>
+ <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="ekiga.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gimp.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gnash.xml"/>
<xi:include xmlns:xi="http://www.w3.org/2001/XInclude" href="gparted.xml"/>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page