source: xsoft/other/ekiga.xml@ c3c56b2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since c3c56b2 was c3c56b2, checked in by Krejzi <krejzi@…>, 11 years ago

Reimplement none where nothing is installed - programs, libraries or directories.

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

  • Property mode set to 100644
File size: 6.4 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 "c8322a1c0dc58118cfa773d8b2f7b101">
10 <!ENTITY ekiga-size "8.0 MB">
11 <!ENTITY ekiga-buildsize "305 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 Conferencing
34 application that allows you to make audio and video calls to remote users with
35 SIP or H.323 compatible hardware and software. It supports many audio and video
36 codecs and all modern VoIP features for both SIP and H.323.
37 <application>Ekiga</application> is the first Open Source application to support
38 both H.323 and SIP, as well as audio and video.
39 </para>
40
41 &lfs72_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="dbus-glib"/>,
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="GConf"/> and
91 <xref linkend="libnotify"/>
92 </para>
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="avahi"/>,
97 <xref linkend="evolution-data-server"/>,
98 <xref linkend="gnome-doc-utils"/> 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 \
120 --disable-scrollkeeper &amp;&amp;
121make</userinput></screen>
122
123 <para>
124 This package does not come with a test suite.
125 </para>
126
127 <para>
128 Now, as the <systemitem class="username">root</systemitem> user:
129 </para>
130
131<screen role="root"><userinput>make install</userinput></screen>
132 </sect2>
133
134 <sect2 role="commands">
135 <title>Command Explanations</title>
136
137 <para>
138 <option>--disable-eds</option>: This switch disables support for the
139 <application>Evolution Data Server</application>. Remove if you have
140 installed <application>Evolution Data Server</application>.
141 </para>
142
143 <para>
144 <option>--disable-gdu</option>: This switch disables documentation generation
145 using <application>GNOME Doc Utils</application>. Remove if you have installed
146 <application>GNOME Doc Utils</application>.
147 </para>
148
149 <para>
150 <option>--disable-ldap</option>: This switch disables LDAP support in
151 <application>Ekiga</application>. Remove if you have installed
152 <application>OpenLDAP</application>.
153 </para>
154
155 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
156 href="../../xincludes/without-scrollkeeper.xml"/>
157
158 <para>
159 <option>--enable-avahi</option>: This switch enables use of the
160 <application>Avahi</application> with <application>Ekiga</application>.
161 Use if you have installed <application>Avahi</application>.
162 </para>
163
164 <note>
165 <para>
166 If you have not installed recommended dependencies you will need additional
167 switches passed to <command>configure</command>. Examine
168 <command>./configure --help</command> output to see all avaliable switches.
169 </para>
170 </note>
171
172 </sect2>
173
174 <sect2 role="content">
175 <title>Contents</title>
176
177 <segmentedlist>
178 <segtitle>Installed Programs</segtitle>
179 <segtitle>Installed Libraries</segtitle>
180 <segtitle>Installed Directories</segtitle>
181
182 <seglistitem>
183 <seg>
184 ekiga, ekiga-config-tool and ekiga-helper
185 </seg>
186 <seg>
187 None
188 </seg>
189 <seg>
190 /usr/lib/ekiga,
191 /usr/share/gnome/help/ekiga,
192 /usr/share/omf/ekiga,
193 /usr/share/pixmaps/ekiga and
194 /usr/share/sounds/ekiga
195 </seg>
196 </seglistitem>
197 </segmentedlist>
198
199 <variablelist>
200 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
201 <?dbfo list-presentation="list"?>
202 <?dbhtml list-presentation="table"?>
203
204 <varlistentry id="ekiga-prog">
205 <term><command>ekiga</command></term>
206 <listitem>
207 <para>
208 is a SIP and H.323 VoIP, IP Telephony and Video Conferencing
209 application which complies to the SIP and H.323 protocols.
210 </para>
211 <indexterm zone="ekiga ekiga-prog">
212 <primary sortas="b-ekiga">ekiga</primary>
213 </indexterm>
214 </listitem>
215 </varlistentry>
216
217 </variablelist>
218
219 </sect2>
220
221</sect1>
Note: See TracBrowser for help on using the repository browser.