source: archive/ekiga.xml

trunk
Last change on this file was 3f2db3a6, checked in by Pierre Labastie <pierre.labastie@…>, 17 months ago

Remove sect1info tags

They only contain a date tag that is nowhere used.

  • Property mode set to 100644
File size: 7.1 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ekiga-download-http "&gnome-download-http;/ekiga/4.0/ekiga-&ekiga-version;.tar.xz">
8 <!ENTITY ekiga-download-ftp "&gnome-download-ftp;/ekiga/4.0/ekiga-&ekiga-version;.tar.xz">
9 <!ENTITY ekiga-md5sum "704ba532a8e3e0b5e3e2971dd2db39e4">
10 <!ENTITY ekiga-size "8.0 MB">
11 <!ENTITY ekiga-buildsize "315 MB">
12 <!ENTITY ekiga-time "3.5 SBU">
13]>
14
15<sect1 id="ekiga" xreflabel="Ekiga-&ekiga-version;">
16 <?dbhtml filename="ekiga.html"?>
17
18
19 <title>Ekiga-&ekiga-version;</title>
20
21 <indexterm zone="ekiga">
22 <primary sortas="a-Ekiga">Ekiga</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Ekiga</title>
27
28 <para>
29 <application>Ekiga</application> is a VoIP, IP Telephony, and Video
30 Conferencing application that allows you to make audio and video calls to
31 remote users with SIP or H.323 compatible hardware and software. It
32 supports many audio and video codecs and all modern VoIP features for
33 both SIP and H.323. <application>Ekiga</application> is the first Open
34 Source application to support both H.323 and SIP, as well as audio and
35 video.
36 </para>
37
38 &lfs82_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&ekiga-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&ekiga-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &ekiga-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &ekiga-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &ekiga-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &ekiga-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Ekiga Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="boost"/>,
79 <xref linkend="gnome-icon-theme"/>,
80 <xref linkend="gtk2"/>, and
81 <xref linkend="opal"/>
82 </para>
83
84 <bridgehead renderas="sect4">Recommended</bridgehead>
85 <para role="recommended">
86 <xref linkend="dbus-glib"/>,
87 <xref linkend="GConf"/>, and
88 <xref linkend="libnotify"/>
89 </para>
90
91 <bridgehead renderas="sect4">Optional</bridgehead>
92 <para role="optional">
93 <xref linkend="avahi"/>,
94 <phrase revision="sysv"><ulink url="&gnome-download-http;/evolution-data-server/">
95 Evolution Data Server</ulink></phrase>
96 <phrase revision="systemd"><xref linkend="evolution-data-server"/></phrase>,
97 <ulink url="&gnome-download-http;/gnome-doc-utils/">
98 GNOME Doc Utils</ulink>, and
99 <xref linkend="openldap"/>
100 </para>
101
102 <para condition="html" role="usernotes">
103 User Notes: <ulink url="&blfs-wiki;/ekiga"/>
104 </para>
105 </sect2>
106
107 <sect2 role="installation">
108 <title>Installation of Ekiga</title>
109
110 <para>
111 Install <application>Ekiga</application> by running the following
112 commands:
113 </para>
114
115<screen><userinput>./configure --prefix=/usr \
116 --sysconfdir=/etc \
117 --disable-eds \
118 --disable-gdu \
119 --disable-ldap &amp;&amp;
120make</userinput></screen>
121
122 <para>
123 This package does not come with a test suite.
124 </para>
125
126 <para>
127 Now, as the <systemitem class="username">root</systemitem> user:
128 </para>
129
130<screen role="root"><userinput>make install</userinput></screen>
131 </sect2>
132
133 <sect2 role="commands">
134 <title>Command Explanations</title>
135
136 <para>
137 <parameter>--disable-eds</parameter>: This switch disables support for the
138 <application>Evolution Data Server</application>. Remove if you have
139 installed <application>Evolution Data Server</application>.
140 </para>
141
142 <para>
143 <parameter>--disable-gdu</parameter>: This switch disables documentation
144 generation using <application>GNOME Doc Utils</application>. Remove if
145 you have installed <application>GNOME Doc Utils</application>.
146 </para>
147
148 <para>
149 <parameter>--disable-ldap</parameter>: This switch disables LDAP support
150 in <application>Ekiga</application>. Remove if you have installed
151 <application>OpenLDAP</application>.
152 </para>
153
154 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
155 href="../../xincludes/without-scrollkeeper.xml"/>
156
157 <para>
158 <option>--disable-dbus</option>: This switch disables
159 <application>D-Bus</application> support. Use if you have not installed
160 <application>D-Bus</application>.
161 </para>
162
163 <para>
164 <option>--enable-avahi</option>: This switch enables use of the
165 <application>Avahi</application> with <application>Ekiga</application>.
166 Use if you have installed <application>Avahi</application>.
167 </para>
168
169 <note>
170 <para>
171 If you have not installed recommended dependencies you will need
172 additional switches passed to <command>configure</command>. Examine
173 <command>./configure --help</command> output to see all available
174 switches.
175 </para>
176 </note>
177
178 </sect2>
179
180 <sect2 role="content">
181 <title>Contents</title>
182
183 <segmentedlist>
184 <segtitle>Installed Programs</segtitle>
185 <segtitle>Installed Libraries</segtitle>
186 <segtitle>Installed Directories</segtitle>
187
188 <seglistitem>
189 <seg>
190 ekiga, ekiga-config-tool and ekiga-helper
191 </seg>
192 <seg>
193 None
194 </seg>
195 <seg>
196 /usr/lib/ekiga,
197 /usr/share/gnome/help/ekiga,
198 /usr/share/omf/ekiga,
199 /usr/share/pixmaps/ekiga and
200 /usr/share/sounds/ekiga
201 </seg>
202 </seglistitem>
203 </segmentedlist>
204
205 <variablelist>
206 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
207 <?dbfo list-presentation="list"?>
208 <?dbhtml list-presentation="table"?>
209
210 <varlistentry id="ekiga-prog">
211 <term><command>ekiga</command></term>
212 <listitem>
213 <para>
214 is a SIP and H.323 VoIP, IP Telephony and Video Conferencing
215 application which complies to the SIP and H.323 protocols.
216 </para>
217 <indexterm zone="ekiga ekiga-prog">
218 <primary sortas="b-ekiga">ekiga</primary>
219 </indexterm>
220 </listitem>
221 </varlistentry>
222
223 <varlistentry id="ekiga-config-tool">
224 <term><command>ekiga-config-tool</command></term>
225 <listitem>
226 <para>
227 fixes problems with the Ekiga settings.
228 </para>
229 <indexterm zone="ekiga ekiga-config-tool">
230 <primary sortas="b-ekiga-config-tool">ekiga-config-tool</primary>
231 </indexterm>
232 </listitem>
233 </varlistentry>
234
235 </variablelist>
236 </sect2>
237
238</sect1>
Note: See TracBrowser for help on using the repository browser.