source: archive/gnome/empathy.xml@ 48b59802

11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 48b59802 was 45ab6c7, checked in by Xi Ruoyao <xry111@…>, 3 years ago

more SVN prop clean up

Remove "$LastChanged$" everywhere, and also some unused $Date$

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