source: gnome/add/obsolete/ekiga.xml@ ab348e5

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 ab348e5 was ab348e5, checked in by Ken Moffat <ken@…>, 12 years ago

Retire most of the obsolete gnome/additional packages - libgnomeprint, etc retained for the moment, might be needed for gnucash.

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