source: xsoft/other/pidgin.xml@ 4a83293

systemd-13485
Last change on this file since 4a83293 was 1efdc81, checked in by Christopher Gregory <cjg@…>, 9 years ago

Updated to pidgin-2.10.11.

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

  • Property mode set to 100644
File size: 10.6 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 pidgin-download-http "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
8 <!ENTITY pidgin-download-ftp " ">
9 <!ENTITY pidgin-md5sum "7c8bb6f997e05e7929104439872c2844">
10 <!ENTITY pidgin-size "9.0 MB">
11 <!ENTITY pidgin-buildsize "220.9 MB (including the API docs)">
12 <!ENTITY pidgin-time "2.3 SBU (additional 0.1 SBU for API docs)">
13]>
14
15<sect1 id="pidgin" xreflabel="Pidgin-&pidgin-version;">
16 <?dbhtml filename="pidgin.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Pidgin-&pidgin-version;</title>
24
25 <indexterm zone="pidgin">
26 <primary sortas="a-Pidgin">Pidgin</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Pidgin</title>
31
32 <para>
33 <application>Pidgin</application> is a Gtk+ 2 instant messaging client
34 that can connect with a wide range of networks including AIM, ICQ,
35 GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
36 </para>
37
38 &lfs76_checked;
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>
44 Download (HTTP): <ulink url="&pidgin-download-http;"/>
45 </para>
46 </listitem>
47 <listitem>
48 <para>
49 Download (FTP): <ulink url="&pidgin-download-ftp;"/>
50 </para>
51 </listitem>
52 <listitem>
53 <para>
54 Download MD5 sum: &pidgin-md5sum;
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download size: &pidgin-size;
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Estimated disk space required: &pidgin-buildsize;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Estimated build time: &pidgin-time;
70 </para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
77 <para role="required">
78 <xref linkend="gtk2"/>
79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
83 <xref linkend="libgcrypt"/> and
84 <xref linkend="gnutls"/> or
85 <xref linkend="nss"/>
86 </para>
87
88 <para>
89 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
90 Google Talk protocol plugins. <application>GnuTLS</application> is the
91 preferred method (the Mozilla NSS API is more likely to change and this
92 can cause problems).
93 </para>
94
95 <bridgehead renderas="sect4">Optional</bridgehead>
96 <para role="optional">
97 <xref linkend="avahi"/> (required for the Bonjour plugin),
98 <xref linkend="check"/> (only used during the test suite),
99 <xref linkend="cyrus-sasl"/>,
100 <xref linkend="dbus"/>,
101 <xref linkend="evolution-data-server"/>,
102 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
103 Farstream (Version 0.1)</ulink>
104 (required for video and voice support),
105 <xref linkend="GConf"/>,
106 <xref linkend="gstreamer"/> (required for audio support),
107 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
108 <xref linkend="libidn"/>,
109 <ulink url="http://libgadu.net/">libgadu</ulink>,
110 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
111 (required for Sametime protocol support),
112 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
113 module),
114 <xref linkend="NetworkManager"/>,
115 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
116 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
117 <xref linkend="startup-notification"/>,
118 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
119 plugin),
120 <xref linkend="tcl"/>, and
121 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>
122 </para>
123
124 <para condition="html" role="usernotes">
125 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
126 </para>
127 </sect2>
128
129 <sect2 role="installation">
130 <title>Installation of Pidgin</title>
131
132 <para>
133 Compile <application>Pidgin</application> by running the following
134 commands:
135 </para>
136
137<screen><userinput>./configure --prefix=/usr \
138 --sysconfdir=/etc \
139 --disable-avahi \
140 --disable-gtkspell \
141 --disable-gstreamer \
142 --disable-meanwhile \
143 --disable-idn \
144 --disable-nm \
145 --disable-vv \
146 --disable-tcl &amp;&amp;
147make</userinput></screen>
148
149 <para>
150 If you have <xref linkend="doxygen"/> installed
151 (<xref linkend="graphviz"/> can be used also) and you wish to create the
152 API documentation, issue: <command>make docs</command>
153 </para>
154
155 <para>
156 <!--To test the results, issue: <command>make -k check</command>. -->For
157 unknown reasons, the test suite fails.
158 </para>
159
160 <para>
161 Now, as the <systemitem class="username">root</systemitem> user:
162 </para>
163
164<screen role="root"><userinput>make install &amp;&amp;
165mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
166cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
167
168 <para>
169 If you created the API documentation, install it using the following
170 commands as the <systemitem class="username">root</systemitem> user:
171 </para>
172
173<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
174cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
175
176 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
177 href="../../xincludes/update-icons-and-desktop.xml"/>
178
179 </sect2>
180
181 <sect2 role="commands">
182 <title>Command Explanations</title>
183
184 <para>
185 <option>--disable-avahi</option>: Remove this switch if you've
186 installed <xref linkend="avahi"/>.
187 </para>
188
189 <para>
190 <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
191 you've installed
192 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
193 </para>
194
195 <para>
196 <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
197 installed <xref linkend="gstreamer"/>.
198 </para>
199
200 <para>
201 <option>--disable-meanwhile</option>: Remove this switch if you've
202 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
203 </para>
204
205 <para>
206 <option>--disable-idn</option>: Remove this switch if you've installed
207 <xref linkend="libidn"/>.
208 </para>
209
210 <para>
211 <option>--disable-nm</option>: Remove this switch if you've installed
212 <xref linkend="NetworkManager"/>.
213 </para>
214
215 <para>
216 <option>--disable-vv</option>: Video and voice. Remove this switch if
217 you've installed
218 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
219 Farstream (Version 0.1)</ulink>.
220 </para>
221
222 <para>
223 <option>--disable-tcl</option>: Remove this switch if you've installed
224 <xref linkend="tcl"/>.
225 </para>
226
227 <para>
228 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
229 <xref linkend="cyrus-sasl"/> and wish to build
230 <application>Pidgin</application> with SASL support.
231 </para>
232
233 <para>
234 <option>--disable-gnutls</option>: Use this switch if you've got both
235 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
236 to use <xref linkend="nss"/> for the SSL support.
237 </para>
238
239 </sect2>
240
241 <sect2 role="configuration">
242 <title>Configuring Pidgin</title>
243
244 <sect3 id="pidgin-config">
245 <title>Config Files</title>
246 <para>
247 <filename>~/.purple/*</filename> and
248 <filename>~/.gtkrc-02</filename>
249 </para>
250
251 <indexterm zone="pidgin pidgin-config">
252 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
253 </indexterm>
254
255 <indexterm zone="pidgin pidgin-config">
256 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
257 </indexterm>
258 </sect3>
259
260 <sect3><title>Configuration Information</title>
261
262 <para>
263 Most configuration can be accomplished by using the various preference
264 settings inside the programs. Additionally, you can create a
265 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
266 settings that affect <application>Pidgin</application> and other Gtk+ 2
267 applications. Note that an example <filename>gtkrc-02</filename> file
268 was installed during the package installation and can be used as a
269 starting point or reference.
270 </para>
271
272 </sect3>
273
274 </sect2>
275
276 <sect2 role="content">
277 <title>Contents</title>
278
279 <segmentedlist>
280 <segtitle>Installed Programs</segtitle>
281 <segtitle>Installed Library</segtitle>
282 <segtitle>Installed Directories</segtitle>
283
284 <seglistitem>
285 <seg>
286 finch, pidgin, purple-client-example,
287 purple-remote, purple-send, purple-send-async, and
288 purple-url-handler
289 </seg>
290 <seg>
291 libgnt.so, libpurple.so, and libpurple-client.so
292 </seg>
293 <seg>
294 /usr/include/finch,
295 /usr/include/gnt,
296 /usr/include/libpurple,
297 /usr/include/pidgin,
298 /usr/lib/finch,
299 /usr/lib/gnt,
300 /usr/lib/pidgin,
301 /usr/lib/purple-2,
302 /usr/share/doc/pidgin-&pidgin-version;,
303 /usr/share/pixmaps/pidgin,
304 /usr/share/purple, and
305 /usr/share/sounds/purple
306 </seg>
307 </seglistitem>
308 </segmentedlist>
309
310 <variablelist>
311 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
312 <?dbfo list-presentation="list"?>
313 <?dbhtml list-presentation="table"?>
314
315 <varlistentry id="pidgin-prog">
316 <term><command>pidgin</command></term>
317 <listitem>
318 <para>
319 is a <application>GTK+</application> 2 instant messaging client.
320 </para>
321 <indexterm zone="pidgin pidgin-prog">
322 <primary sortas="b-pidgin">pidgin</primary>
323 </indexterm>
324 </listitem>
325 </varlistentry>
326
327 <varlistentry id="finch">
328 <term><command>finch</command></term>
329 <listitem>
330 <para>
331 is a text-based instant messaging client.
332 </para>
333 <indexterm zone="pidgin finch">
334 <primary sortas="b-finch">finch</primary>
335 </indexterm>
336 </listitem>
337 </varlistentry>
338
339 </variablelist>
340
341 </sect2>
342
343</sect1>
Note: See TracBrowser for help on using the repository browser.