source: xsoft/other/pidgin.xml@ a440011

systemd-13485
Last change on this file since a440011 was 5e94b6c3, checked in by DJ Lucas <dj@…>, 8 years ago

X Software section: Merge changes from trunk.

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

  • Property mode set to 100644
File size: 13.8 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 "215 MB (additional 2 MB for the tests and 91 MB for API docs)">
12 <!ENTITY pidgin-time "1.9 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 &lfs78_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">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>
78 Recommended patch:
79 <ulink url="&patch-root;/pidgin-&pidgin-version;-gstreamer1-1.patch"/>
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required">
88 <xref linkend="gtk2"/>
89 </para>
90
91 <bridgehead renderas="sect4">Recommended</bridgehead>
92 <para role="recommended">
93 <xref linkend="libgcrypt"/>,
94 <xref linkend="gstreamer10"/> (required for audio support), and
95 <xref linkend="gnutls"/> or
96 <xref linkend="nss"/>
97 </para>
98
99 <para>
100 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
101 Google Talk protocol plugins. <application>GnuTLS</application> is the
102 preferred method (the Mozilla NSS API is more likely to change and this
103 can cause problems).
104 </para>
105
106 <bridgehead renderas="sect4">Optional</bridgehead>
107 <para role="optional">
108 <xref linkend="avahi"/> (required for the Bonjour plugin),
109 <xref linkend="check"/> (only used during the test suite),
110 <xref linkend="cyrus-sasl"/>,
111 <xref linkend="dbus"/>,
112 <xref linkend="evolution-data-server"/>
113 <xref linkend="GConf"/>,
114 <xref linkend="libidn"/> (required, if you wish to run the test suite),
115 <xref linkend="NetworkManager"/>,
116 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
117 plugin),
118 <xref linkend="startup-notification"/>,
119 <xref linkend="tcl"/>,
120 <xref linkend="tk"/>,
121 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
122 Farstream (Version 0.1)</ulink>
123 (required for video and voice support),
124 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
125 <ulink url="http://libgadu.net/">libgadu</ulink>,
126 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
127 (required for Sametime protocol support),
128 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
129 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
130 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
131 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
132 module),
133 </para>
134
135 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
136 <para role="optional">
137 <xref linkend="xdg-utils"/>
138 </para>
139
140 <para condition="html" role="usernotes">
141 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
142 </para>
143 </sect2>
144
145 <sect2 role="installation">
146 <title>Installation of Pidgin</title>
147
148 <para>
149 First apply a patch to allow the package to build with the current
150 <application>gstreamer</application> framework:
151 </para>
152
153<screen><userinput>patch -Np1 -i ../pidgin-&pidgin-version;-gstreamer1-1.patch &amp;&amp;
154autoreconf -fi</userinput></screen>
155
156 <para>
157 If you wish to run the test suite, make sure that <xref
158 linkend="libidn"/> is installed and remove the switch
159 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
160 by running the following commands:
161 </para>
162
163<screen><userinput>./configure --prefix=/usr \
164 --sysconfdir=/etc \
165 --with-gstreamer=1.0 \
166 --disable-avahi \
167 --disable-gtkspell \
168 --disable-meanwhile \
169 --disable-idn \
170 --disable-nm \
171 --disable-vv \
172 --disable-tcl &amp;&amp;
173make</userinput></screen>
174
175 <para>
176 If you have <xref linkend="doxygen"/> installed
177 (<xref linkend="graphviz"/> can be used also) and you wish to create the
178 API documentation, issue: <command>make docs</command>.
179 </para>
180
181 <para>
182 Remember the remarks before <command>configure</command>. To test the
183 results, issue: <command>make check</command>.
184 </para>
185
186 <para>
187 Now, as the <systemitem class="username">root</systemitem> user:
188 </para>
189
190<screen role="root"><userinput>make install &amp;&amp;
191mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
192cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
193
194 <para>
195 If you created the API documentation, install it using the following
196 commands as the <systemitem class="username">root</systemitem> user:
197 </para>
198
199<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
200cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
201
202 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
203 href="../../xincludes/update-icons-and-desktop.xml"/>
204
205 </sect2>
206
207 <sect2 role="commands">
208 <title>Command Explanations</title>
209
210 <para>
211 <option>--with-gstreamer=1.0</option>: Remove this switch
212 and add <option>--disable-gstreamer</option>
213 if you've not installed <xref linkend="gstreamer10"/>.
214 </para>
215
216 <para>
217 <option>--disable-avahi</option>: Remove this switch if you've
218 installed <xref linkend="avahi"/>.
219 </para>
220
221 <para>
222 <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
223 you've installed
224 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
225 </para>
226
227 <para>
228 <option>--disable-meanwhile</option>: Remove this switch if you've
229 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
230 </para>
231
232 <para>
233 <option>--disable-idn</option>: Remove this switch if you've installed
234 <xref linkend="libidn"/>.
235 </para>
236
237 <para>
238 <option>--disable-nm</option>: Remove this switch if you've installed
239 <xref linkend="NetworkManager"/>.
240 </para>
241
242 <para>
243 <option>--disable-vv</option>: Video and voice. Remove this switch if
244 you've installed
245 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
246 Farstream (Version 0.1)</ulink>.
247 </para>
248
249 <para>
250 <option>--disable-tcl</option>: Remove this switch if you've installed
251 <xref linkend="tcl"/>.
252 </para>
253
254 <para>
255 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
256 <xref linkend="cyrus-sasl"/> and wish to build
257 <application>Pidgin</application> with SASL support.
258 </para>
259
260 <para>
261 <option>--disable-gnutls</option>: Use this switch if you've got both
262 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
263 to use <xref linkend="nss"/> for the SSL support.
264 </para>
265
266 </sect2>
267
268 <sect2 role="configuration">
269 <title>Configuring Pidgin</title>
270
271 <sect3 id="pidgin-config">
272 <title>Config Files</title>
273 <para>
274 <filename>~/.purple/*</filename> and
275 <filename>~/.gtkrc-02</filename>
276 </para>
277
278 <indexterm zone="pidgin pidgin-config">
279 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
280 </indexterm>
281
282 <indexterm zone="pidgin pidgin-config">
283 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
284 </indexterm>
285 </sect3>
286
287 <sect3><title>Configuration Information</title>
288
289 <para>
290 Most configuration can be accomplished by using the various preference
291 settings inside the programs. Additionally, you can create a
292 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
293 settings that affect <application>Pidgin</application> and other Gtk+ 2
294 applications. Note that an example <filename>gtkrc-02</filename> file
295 was installed during the package installation and can be used as a
296 starting point or reference.
297 </para>
298
299 </sect3>
300
301 </sect2>
302
303 <sect2 role="content">
304 <title>Contents</title>
305
306 <segmentedlist>
307 <segtitle>Installed Programs</segtitle>
308 <segtitle>Installed Library</segtitle>
309 <segtitle>Installed Directories</segtitle>
310
311 <seglistitem>
312 <seg>
313 finch, pidgin, purple-client-example,
314 purple-remote, purple-send, purple-send-async, and
315 purple-url-handler
316 </seg>
317 <seg>
318 libgnt.so, libpurple.so, and libpurple-client.so
319 </seg>
320 <seg>
321 /usr/include/finch,
322 /usr/include/gnt,
323 /usr/include/libpurple,
324 /usr/include/pidgin,
325 /usr/lib/finch,
326 /usr/lib/gnt,
327 /usr/lib/pidgin,
328 /usr/lib/purple-2,
329 /usr/share/doc/pidgin-&pidgin-version;,
330 /usr/share/pixmaps/pidgin,
331 /usr/share/purple, and
332 /usr/share/sounds/purple
333 </seg>
334 </seglistitem>
335 </segmentedlist>
336
337 <variablelist>
338 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
339 <?dbfo list-presentation="list"?>
340 <?dbhtml list-presentation="table"?>
341
342 <varlistentry id="finch">
343 <term><command>finch</command></term>
344 <listitem>
345 <para>
346 is a text-based instant messaging client.
347 </para>
348 <indexterm zone="pidgin finch">
349 <primary sortas="b-finch">finch</primary>
350 </indexterm>
351 </listitem>
352 </varlistentry>
353
354 <varlistentry id="pidgin-prog">
355 <term><command>pidgin</command></term>
356 <listitem>
357 <para>
358 is a <application>GTK+</application> 2 instant messaging client.
359 </para>
360 <indexterm zone="pidgin pidgin-prog">
361 <primary sortas="b-pidgin">pidgin</primary>
362 </indexterm>
363 </listitem>
364 </varlistentry>
365
366 <varlistentry id="purple-client-example">
367 <term><command>purple-client-example</command></term>
368 <listitem>
369 <para>
370 is an example that demonstrate how to use libpurple-client
371 to communicate with purple.
372 </para>
373 <indexterm zone="pidgin purple-client-example">
374 <primary sortas="b-purple-client-example">purple-client-example</primary>
375 </indexterm>
376 </listitem>
377 </varlistentry>
378
379 <varlistentry id="purple-remote">
380 <term><command>purple-remote</command></term>
381 <listitem>
382 <para>
383 send remote commands to Pidgin/Finch.
384 </para>
385 <indexterm zone="pidgin purple-remote">
386 <primary sortas="b-purple-remote">purple-remote</primary>
387 </indexterm>
388 </listitem>
389 </varlistentry>
390
391 <varlistentry id="purple-send">
392 <term><command>purple-send</command></term>
393 <listitem>
394 <para>
395 calls purple API functions using DBus and prints the return value.
396 </para>
397 <indexterm zone="pidgin purple-send">
398 <primary sortas="b-purple-send">purple-send</primary>
399 </indexterm>
400 </listitem>
401 </varlistentry>
402
403 <varlistentry id="purple-send-async">
404 <term><command>purple-send-async</command></term>
405 <listitem>
406 <para>
407 calls purple API functions using DBus. As opposed to
408 <command>purple-send</command>, it does not print the return value.
409 </para>
410 <indexterm zone="pidgin purple-send-async">
411 <primary sortas="b-purple-send-async">purple-send-async</primary>
412 </indexterm>
413 </listitem>
414 </varlistentry>
415
416 <varlistentry id="purple-url-handler">
417 <term><command>purple-url-handler</command></term>
418 <listitem>
419 <para>
420 is a python script to handle URL with purple.
421 </para>
422 <indexterm zone="pidgin purple-url-handler">
423 <primary sortas="b-purple-url-handler">purple-url-handler</primary>
424 </indexterm>
425 </listitem>
426 </varlistentry>
427
428 </variablelist>
429
430 </sect2>
431
432</sect1>
Note: See TracBrowser for help on using the repository browser.