source: xsoft/other/ekiga.xml@ 1c984ec

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 1c984ec was 1c984ec, checked in by Douglas R. Reno <renodr@…>, 7 years ago

Update to thunderbird-52.3.0
Rest of XSoft tags

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@19160 af4574ff-66df-0310-9fd7-8a98e5e911e0

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