source: archive/ekiga.xml@ acb648f

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 acb648f was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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