source: gnome/applications/empathy.xml@ 4b8c1828

kde5-14686 systemd-13485
Last change on this file since 4b8c1828 was 4b8c1828, checked in by Christopher Gregory <cjg@…>, 10 years ago

Create new gnome directory via svn move.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@14392 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.3 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 empathy-download-http
8 "&gnome-download-http;/empathy/&gnome-minor;/empathy-&empathy-version;.tar.xz">
9 <!ENTITY empathy-download-ftp
10 "&gnome-download-ftp;/empathy/&gnome-minor;/empathy-&empathy-version;.tar.xz">
11 <!ENTITY empathy-md5sum "0afba6a9f43424585b50b332ed3b42b4">
12 <!ENTITY empathy-size "4.9 MB">
13 <!ENTITY empathy-buildsize "126 MB">
14 <!ENTITY empathy-time "1.8 SBU">
15]>
16
17<sect1 id="empathy" xreflabel="Empathy-&empathy-version;">
18 <?dbhtml filename="empathy.html"?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>Empathy-&empathy-version;</title>
26
27 <indexterm zone="empathy">
28 <primary sortas="a-Empathy">Empathy</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to Empathy</title>
33
34 <para>
35 <application>Empathy</application> is an instant messaging program
36 which supports text, voice, and video chat and file transfers over
37 many different protocols.
38 </para>
39
40 &lfs76_checked;
41
42 <bridgehead renderas="sect3">Package Information</bridgehead>
43 <itemizedlist spacing="compact">
44 <listitem>
45 <para>
46 Download (HTTP): <ulink url="&empathy-download-http;"/>
47 </para>
48 </listitem>
49 <listitem>
50 <para>
51 Download (FTP): <ulink url="&empathy-download-ftp;"/>
52 </para>
53 </listitem>
54 <listitem>
55 <para>
56 Download MD5 sum: &empathy-md5sum;
57 </para>
58 </listitem>
59 <listitem>
60 <para>
61 Download size: &empathy-size;
62 </para>
63 </listitem>
64 <listitem>
65 <para>
66 Estimated disk space required: &empathy-buildsize;
67 </para>
68 </listitem>
69 <listitem>
70 <para>
71 Estimated build time: &empathy-time;
72 </para>
73 </listitem>
74 </itemizedlist>
75
76 <bridgehead renderas="sect3">Empathy Dependencies</bridgehead>
77
78 <bridgehead renderas="sect4">Required</bridgehead>
79 <para role="required">
80 <xref linkend="clutter-gst2"/>,
81 <xref linkend="clutter-gtk"/>,
82 <xref linkend="folks"/>,
83 <xref linkend="gcr"/>,
84 <xref linkend="libcanberra"/>,
85 <xref linkend="libnotify"/>,
86 <xref linkend="libsecret"/>,
87 <xref linkend="pulseaudio"/>,
88 <xref linkend="telepathy-farstream"/>,
89 <xref linkend="telepathy-logger"/>, and
90 <xref linkend="webkitgtk2"/>
91 </para>
92
93 <bridgehead renderas="sect4">Recommended</bridgehead>
94 <para role="recommended">
95 <xref linkend="gnome-online-accounts"/> and
96 <xref linkend="telepathy-mission-control"/> (GOA MC Plugin) and
97 <xref linkend="systemd"/> (for GUdev)
98 </para>
99
100 <bridgehead renderas="sect4">Optional</bridgehead>
101 <para role="optional">
102 <xref linkend="cheese"/>,
103 <xref linkend="enchant"/> and
104 <xref linkend="iso-codes"/> (Spell Checking),
105 <xref linkend="geoclue2"/>,
106 <xref linkend="geocode-glib"/>,
107 <xref linkend="libchamplain"/>, and
108 <xref linkend="valgrind"/>
109 </para>
110
111 <bridgehead renderas="sect4">Runtime Dependencies (Protocols)</bridgehead>
112 <para role="required">
113 <xref linkend="telepathy-gabble"/> (Jabber, Google Talk, Facebook Chat, XMPP),
114 <xref linkend="telepathy-haze"/> (AIM, Gadu-Gadu, ICQ, Windows Live (MSN), Myspace, Yahoo!, Zephyr),
115 <xref linkend="telepathy-idle"/> (IRC), and
116 <xref linkend="telepathy-salut"/> (local network "Bonjour" - iChat-compatible)
117 </para>
118
119 <para condition="html" role="usernotes">User Notes:
120 <ulink url="&blfs-wiki;/empathy"/>
121 </para>
122
123 </sect2>
124
125 <sect2 role="installation">
126 <title>Installation of Empathy</title>
127
128 <para>
129 Install <application>Empathy</application> by running the following
130 commands:
131 </para>
132
133<screen><userinput>./configure --prefix=/usr --disable-static &amp;&amp;
134make</userinput></screen>
135
136 <para>
137 To test the results, issue: <command>make check</command>.
138 </para>
139
140 <para>
141 Now, as the <systemitem class="username">root</systemitem> user:
142 </para>
143
144<screen role="root"><userinput>make install</userinput></screen>
145
146 </sect2>
147
148 <sect2 role="commands">
149 <title>Command Explanations</title>
150
151 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
152 href="../../xincludes/static-libraries.xml"/>
153
154 </sect2>
155
156 <sect2 role="content">
157 <title>Contents</title>
158
159 <segmentedlist>
160 <segtitle>Installed Programs</segtitle>
161 <segtitle>Installed Libraries</segtitle>
162 <segtitle>Installed Directories</segtitle>
163
164 <seglistitem>
165 <seg>
166 empathy, empathy-accounts, and empathy-debugger
167 </seg>
168 <seg>
169 mcp-account-manager-goa.so
170 (<application>Telepathy Mission Control</application>
171 Plugin)
172 </seg>
173 <seg>
174 /usr/lib/empathy,
175 /usr/lib/mission-control-plugins.0,
176 /usr/share/adium,
177 /usr/share/empathy, and
178 /usr/share/help/*/empathy
179 </seg>
180 </seglistitem>
181 </segmentedlist>
182
183 <variablelist>
184 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
185 <?dbfo list-presentation="list"?>
186 <?dbhtml list-presentation="table"?>
187
188 <varlistentry id="empathy-prog">
189 <term><command>empathy</command></term>
190 <listitem>
191 <para>
192 is a <application>GNOME</application> instant messaging client
193 using <application>Telepathy</application>.
194 </para>
195 <indexterm zone="empathy empathy-prog">
196 <primary sortas="b-empathy">empathy</primary>
197 </indexterm>
198 </listitem>
199 </varlistentry>
200
201 <varlistentry id="empathy-accounts">
202 <term><command>empathy-accounts</command></term>
203 <listitem>
204 <para>
205 is an accounts configuration dialog for
206 <application>Empathy</application>.
207 </para>
208 <indexterm zone="empathy empathy-accounts">
209 <primary sortas="b-empathy-accounts">empathy-accounts</primary>
210 </indexterm>
211 </listitem>
212 </varlistentry>
213
214 </variablelist>
215
216 </sect2>
217
218</sect1>
Note: See TracBrowser for help on using the repository browser.