source: gnome/add/ekiga.xml@ 21f1f1f

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 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 21f1f1f was 21f1f1f, checked in by Randy McMurchy <randy@…>, 17 years ago

Added the D-Bus GLib bindings as a required dependency of GNOME VFS and removed it from other packages where it became redundant

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@6988 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.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 "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), and
77 <ulink url="http://www.avahi.org">Avahi</ulink></para>
78
79 <para condition="html" role="usernotes">User Notes:
80 <ulink url="&blfs-wiki;/ekiga"/></para>
81
82 </sect2>
83
84 <sect2 role="installation">
85 <title>Installation of Ekiga</title>
86
87 <para>Install <application>Ekiga</application> by running the
88 following commands:</para>
89
90<screen><userinput>./configure --prefix=$(pkg-config --variable=prefix ORBit-2.0) \
91 --sysconfdir=&gnome-etc-dir; \
92 --localstatedir=/var/lib &amp;&amp;
93make</userinput></screen>
94
95 <para>This package does not come with a test suite.</para>
96
97 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
98
99<screen role="root"><userinput>make install</userinput></screen>
100
101 </sect2>
102
103 <sect2 role="commands">
104 <title>Command Explanations</title>
105
106 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
107 href="../../xincludes/gnome-prefix.xml"/>
108
109 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
110 href="../../xincludes/gnome-sysconfdir.xml"/>
111
112 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
113 href="../../xincludes/scrollkeeper-dir.xml"/>
114
115 </sect2>
116
117 <sect2 role="content">
118 <title>Contents</title>
119
120 <segmentedlist>
121 <segtitle>Installed Programs</segtitle>
122 <segtitle>Installed Libraries</segtitle>
123 <segtitle>Installed Directories</segtitle>
124
125 <seglistitem>
126 <seg>ekiga, ekiga-config-tool and ekiga-helper</seg>
127 <seg>None</seg>
128 <seg><envar>$GNOME_PREFIX</envar>/share/{gnome/help/, omf/,
129 pixmaps/, sounds/}ekiga</seg>
130 </seglistitem>
131 </segmentedlist>
132
133 <variablelist>
134 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
135 <?dbfo list-presentation="list"?>
136 <?dbhtml list-presentation="table"?>
137
138 <varlistentry id="ekiga-prog">
139 <term><command>ekiga</command></term>
140 <listitem>
141 <para>is a H.323 and SIP VOIP, telephony and video conferencing
142 application which uses the H.323 and SIP protocols.</para>
143 <indexterm zone="ekiga ekiga-prog">
144 <primary sortas="b-ekiga">ekiga</primary>
145 </indexterm>
146 </listitem>
147 </varlistentry>
148 </variablelist>
149
150 </sect2>
151
152</sect1>
Note: See TracBrowser for help on using the repository browser.