source: xsoft/other/pidgin.xml@ 3d6e95d

systemd-13485
Last change on this file since 3d6e95d was 54aaa89, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17213
Added entity for GNOME-3.20

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

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