source: gnome/add/ekiga.xml@ 8ac71ae

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 8ac71ae was 8ac71ae, checked in by Wayne Blaszczyk <wblaszcz@…>, 14 years ago

Updated to Evince-2.28.2.

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

  • Property mode set to 100644
File size: 5.6 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/3.2/ekiga-&ekiga-version;.tar.bz2">
8 <!ENTITY ekiga-download-ftp "&gnome-download-ftp;/ekiga/3.2/ekiga-&ekiga-version;.tar.bz2">
9 <!ENTITY ekiga-md5sum "cce46bce30c0b59705bea4b81268abe6">
10 <!ENTITY ekiga-size "7.9 MB">
11 <!ENTITY ekiga-buildsize "242 MB">
12 <!ENTITY ekiga-time "3.3 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><application>Ekiga</application> is an H.323 and SIP compatible
33 videoconferencing and VOIP/IP-Telephony application that allows you to make
34 audio and video calls to remote users with H.323 hardware or software (such
35 as Microsoft Netmeeting) and SIP compatible software. It supports all
36 modern videoconferencing features, such as registering to an ILS directory,
37 gatekeeper support, making multi-user conference calls using an external
38 MCU, using modern Quicknet telephony cards, and making PC-To-Phone calls.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&ekiga-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&ekiga-download-ftp;"/></para>
47 </listitem>
48 <listitem>
49 <para>Download MD5 sum: &ekiga-md5sum;</para>
50 </listitem>
51 <listitem>
52 <para>Download size: &ekiga-size;</para>
53 </listitem>
54 <listitem>
55 <para>Estimated disk space required: &ekiga-buildsize;</para>
56 </listitem>
57 <listitem>
58 <para>Estimated build time: &ekiga-time;</para>
59 </listitem>
60 </itemizedlist>
61
62 <bridgehead renderas="sect3">Ekiga Dependencies</bridgehead>
63
64 <bridgehead renderas="sect4">Required</bridgehead>
65 <para role="required"><xref linkend="evolution-data-server"/>,
66 <xref linkend="gnome-doc-utils"/>,
67 <xref linkend="libsigc"/>,
68 <xref linkend="opal"/>,
69 <xref linkend="openldap"/>,and
70 <xref linkend="rarian"/></para>
71
72 <bridgehead renderas="sect4">Optional</bridgehead>
73 <para role="optional"><ulink url="http://www.avahi.org">Avahi</ulink>,
74 <xref linkend="gstreamer"/>, and
75 <xref linkend="libgnome"/></para>
76
77 <para condition="html" role="usernotes">User Notes:
78 <ulink url="&blfs-wiki;/ekiga"/></para>
79
80 </sect2>
81
82 <sect2 role="installation">
83 <title>Installation of Ekiga</title>
84
85 <para>Install <application>Ekiga</application> by running the
86 following commands:</para>
87
88<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
89 --sysconfdir=&gnome-etc-dir; \
90 --localstatedir=/var/lib \
91 --enable-avahi=no &amp;&amp;
92make</userinput></screen>
93
94 <para>This package does not come with a test suite.</para>
95
96 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
97
98<screen role="root"><userinput>make install</userinput></screen>
99
100 <para>Two <application>D-BUS</application> service scripts were installed
101 in the previous step. If the <envar>$GNOME_PREFIX</envar> is anything other
102 than <filename class='directory'>/usr</filename>, as the
103 <systemitem class="username">root</systemitem> user you should add the
104 <filename class='directory'>$GNOME_PREFIX/share/dbus-1/services</filename>
105 directory to the local session configuration as described in the
106 <xref linkend="dbus"/> configuration section.</para>
107
108 </sect2>
109
110 <sect2 role="commands">
111 <title>Command Explanations</title>
112
113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
114 href="../../xincludes/gnome-prefix.xml"/>
115
116 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
117 href="../../xincludes/gnome-sysconfdir.xml"/>
118
119 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
120 href="../../xincludes/scrollkeeper-dir.xml"/>
121
122 <para><parameter>--enable-avahi=no</parameter>: This parameter disables mDNS
123 support. Remove this if you have <application>avahi</application>
124 installed.</para>
125
126 </sect2>
127
128 <sect2 role="content">
129 <title>Contents</title>
130
131 <segmentedlist>
132 <segtitle>Installed Programs</segtitle>
133 <segtitle>Installed Libraries</segtitle>
134 <segtitle>Installed Directories</segtitle>
135
136 <seglistitem>
137 <seg>ekiga, ekiga-config-tool and ekiga-helper</seg>
138 <seg>None</seg>
139 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/, omf/,
140 pixmaps/, sounds/}ekiga</seg>
141 </seglistitem>
142 </segmentedlist>
143
144 <variablelist>
145 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
146 <?dbfo list-presentation="list"?>
147 <?dbhtml list-presentation="table"?>
148
149 <varlistentry id="ekiga-prog">
150 <term><command>ekiga</command></term>
151 <listitem>
152 <para>is a H.323 and SIP VOIP, telephony and video conferencing
153 application which uses the H.323 and SIP protocols.</para>
154 <indexterm zone="ekiga ekiga-prog">
155 <primary sortas="b-ekiga">ekiga</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159 </variablelist>
160
161 </sect2>
162
163</sect1>
Note: See TracBrowser for help on using the repository browser.