source: gnome/applications/empathy.xml@ c67fbf64

systemd-11177
Last change on this file since c67fbf64 was c67fbf64, checked in by Krejzi <krejzi@…>, 11 years ago

Remove packages that are now in lfs systemd from blfs.

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

  • 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 <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 many
37 different protocols.
38 </para>
39
40 &lfs72_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="evolution-data-server"/>,
83 <xref linkend="folks"/>,
84 <xref linkend="libcanberra"/>,
85 <xref linkend="pulseaudio"/>,
86 <xref linkend="telepathy-farstream"/>,
87 <xref linkend="telepathy-logger"/>,
88 <xref linkend="telepathy-mission-control"/> and
89 <xref linkend="yelp-xsl"/>
90 </para>
91
92 <bridgehead renderas="sect4">Recommended</bridgehead>
93 <para role="recommended">
94 <xref linkend="enchant"/> and
95 <xref linkend="iso-codes"/>,
96 <xref linkend="nautilus-sendto"/> 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="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.