source: gnome/add/ekiga.xml@ 11c10933

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 11c10933 was 07dfa4f, checked in by Randy McMurchy <randy@…>, 16 years ago

Updated Ekiga to reflect the GNOME-2.18.3 update

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

  • Property mode set to 100644
File size: 5.7 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/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 "6c7a01faef8203d6f0ba0dfe6188bb1a">
10 <!ENTITY ekiga-size "5.5 MB">
11 <!ENTITY ekiga-buildsize "70 MB">
12 <!ENTITY ekiga-time "0.9 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 <ulink url="&gnome-download-http;/pwlib/1.10/pwlib-1.10.7.tar.bz2">PWLib-1.10.7</ulink>
69 (compiled with <xref linkend="openldap"/> support), and
70 <ulink url="&gnome-download-http;/opal/2.2/opal-2.2.8.tar.bz2">OPAL-2.2.8</ulink>
71 (<ulink url="http://sourceforge.net/projects/openh323">home page for
72 PWLib and OPAL</ulink>)</para>
73
74 <bridgehead renderas="sect4">Optional</bridgehead>
75 <para role="optional"><xref linkend="intltool"/>,
76 <xref linkend="gnome-doc-utils"/>,
77 <xref linkend="sdl"/> (required for full-screen video), 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 <para>Two <application>D-BUS</application> service scripts were installed
103 in the previous step. If the <envar>$GNOME_PREFIX</envar> is anything other
104 than <filename class='directory'>/usr</filename>, as the
105 <systemitem class="username">root</systemitem> user you should add the
106 <filename class='directory'>$GNOME_PREFIX/share/dbus-1/services</filename>
107 directory to the local session configuration as described in the
108 <xref linkend="dbus"/> configuration section.</para>
109
110 </sect2>
111
112 <sect2 role="commands">
113 <title>Command Explanations</title>
114
115 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
116 href="../../xincludes/gnome-prefix.xml"/>
117
118 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
119 href="../../xincludes/gnome-sysconfdir.xml"/>
120
121 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
122 href="../../xincludes/scrollkeeper-dir.xml"/>
123
124 </sect2>
125
126 <sect2 role="content">
127 <title>Contents</title>
128
129 <segmentedlist>
130 <segtitle>Installed Programs</segtitle>
131 <segtitle>Installed Libraries</segtitle>
132 <segtitle>Installed Directories</segtitle>
133
134 <seglistitem>
135 <seg>ekiga, ekiga-config-tool and ekiga-helper</seg>
136 <seg>None</seg>
137 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/, omf/,
138 pixmaps/, sounds/}ekiga</seg>
139 </seglistitem>
140 </segmentedlist>
141
142 <variablelist>
143 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
144 <?dbfo list-presentation="list"?>
145 <?dbhtml list-presentation="table"?>
146
147 <varlistentry id="ekiga-prog">
148 <term><command>ekiga</command></term>
149 <listitem>
150 <para>is a H.323 and SIP VOIP, telephony and video conferencing
151 application which uses the H.323 and SIP protocols.</para>
152 <indexterm zone="ekiga ekiga-prog">
153 <primary sortas="b-ekiga">ekiga</primary>
154 </indexterm>
155 </listitem>
156 </varlistentry>
157 </variablelist>
158
159 </sect2>
160
161</sect1>
Note: See TracBrowser for help on using the repository browser.