source: gnome/add/ekiga.xml@ b0db915

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.2 6.2.0 6.2.0-rc1 6.2.0-rc2 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 b0db915 was d3b440e6, checked in by Randy McMurchy <randy@…>, 18 years ago

Renamed the GnomeMeeting package to Ekiga and updated the instructions to be compatible with the GNOME-2.14.2 update

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

  • Property mode set to 100644
File size: 5.2 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN"
3 "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY ekiga-download-http "&gnome-download-http;/ekiga/2.0/ekiga-&ekiga-version;.tar.bz2">
8 <!ENTITY ekiga-download-ftp "&gnome-download-ftp;/ekiga/2.0/ekiga-&ekiga-version;.tar.bz2">
9 <!ENTITY ekiga-md5sum "d593da6ac49dce495ef4c6ada06b54b6">
10 <!ENTITY ekiga-size "4.8 MB">
11 <!ENTITY ekiga-buildsize "64.3 MB">
12 <!ENTITY ekiga-time "1.4 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="scrollkeeper"/>,
66 <xref linkend="esound"/>,
67 <xref linkend="evolution-data-server"/>,
68 <!-- <xref linkend="openldap"/>, -->
69 <ulink url="http://sourceforge.net/projects/openh323">PWLib-1.10.1</ulink>
70 (compiled with <xref linkend="openldap"/> support), and <ulink
71 url="http://sourceforge.net/projects/openh323">OPAL-2.2.2</ulink></para>
72
73 <bridgehead renderas="sect4">Optional</bridgehead>
74 <para role="optional"><xref linkend="intltool"/>,
75 <xref linkend="gnome-doc-utils"/>,
76 <xref linkend="sdl"/> (required for full-screen video),
77 <xref linkend="dbus"/>, and
78 <ulink url="http://www.avahi.org">Avahi</ulink></para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/ekiga"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Ekiga</title>
87
88 <para>Install <application>Ekiga</application> by running the
89 following commands:</para>
90
91<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
92 --sysconfdir=&gnome-etc-dir; \
93 --localstatedir=/var/lib &amp;&amp;
94make</userinput></screen>
95
96 <para>This package does not come with a test suite.</para>
97
98 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
99
100<screen role="root"><userinput>make install</userinput></screen>
101
102 </sect2>
103
104 <sect2 role="commands">
105 <title>Command Explanations</title>
106
107 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
108 href="../../xincludes/gnome-prefix.xml"/>
109
110 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
111 href="../../xincludes/gnome-sysconfdir.xml"/>
112
113 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
114 href="../../xincludes/scrollkeeper-dir.xml"/>
115
116 </sect2>
117
118 <sect2 role="content">
119 <title>Contents</title>
120
121 <segmentedlist>
122 <segtitle>Installed Programs</segtitle>
123 <segtitle>Installed Libraries</segtitle>
124 <segtitle>Installed Directories</segtitle>
125
126 <seglistitem>
127 <seg>ekiga, ekiga-config-tool and ekiga-helper</seg>
128 <seg>None</seg>
129 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/, omf/,
130 pixmaps/, sounds/}ekiga</seg>
131 </seglistitem>
132 </segmentedlist>
133
134 <variablelist>
135 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
136 <?dbfo list-presentation="list"?>
137 <?dbhtml list-presentation="table"?>
138
139 <varlistentry id="ekiga-prog">
140 <term><command>ekiga</command></term>
141 <listitem>
142 <para>is a H.323 and SIP VOIP, telephony and video conferencing
143 application which uses the H.323 and SIP protocols.</para>
144 <indexterm zone="ekiga ekiga-prog">
145 <primary sortas="b-ekiga">ekiga</primary>
146 </indexterm>
147 </listitem>
148 </varlistentry>
149 </variablelist>
150
151 </sect2>
152
153</sect1>
Note: See TracBrowser for help on using the repository browser.