source: xsoft/other/pidgin.xml@ a9bda7c

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 xry111/llvm18 xry111/xf86-video-removal
Last change on this file since a9bda7c was a9bda7c, checked in by Douglas R. Reno <renodr@…>, 16 months ago

Update to pidgin-2.14.12

  • Property mode set to 100644
File size: 12.9 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-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2">
8 <!ENTITY pidgin-download-ftp " ">
9 <!ENTITY pidgin-md5sum "cfcf2ab67717e7c2884e4399864b877a">
10 <!ENTITY pidgin-size "7.8 MB">
11 <!ENTITY pidgin-buildsize "270 MB (with tests and docs)">
12 <!ENTITY pidgin-time "0.5 SBU (using parallelism=4; with tests and docs)">
13]>
14
15<sect1 id="pidgin" xreflabel="Pidgin-&pidgin-version;">
16 <?dbhtml filename="pidgin.html"?>
17
18
19 <title>Pidgin-&pidgin-version;</title>
20
21 <indexterm zone="pidgin">
22 <primary sortas="a-Pidgin">Pidgin</primary>
23 </indexterm>
24
25 <sect2 role="package">
26 <title>Introduction to Pidgin</title>
27
28 <para>
29 <application>Pidgin</application> is a Gtk+ 2 instant messaging client
30 that can connect with a wide range of networks including Bonjour, ICQ,
31 GroupWise, Jabber/XMPP, IRC, Gadu-Gadu, SILC, SIMPLE, and Zephyr.
32 </para>
33
34 &lfs112_checked;
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>
40 Download (HTTP): <ulink url="&pidgin-download-http;"/>
41 </para>
42 </listitem>
43 <listitem>
44 <para>
45 Download (FTP): <ulink url="&pidgin-download-ftp;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download MD5 sum: &pidgin-md5sum;
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download size: &pidgin-size;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Estimated disk space required: &pidgin-buildsize;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated build time: &pidgin-time;
66 </para>
67 </listitem>
68 </itemizedlist>
69
70 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
71
72 <bridgehead renderas="sect4">Required</bridgehead>
73 <para role="required">
74 <xref linkend="gtk2"/>
75 </para>
76
77 <bridgehead renderas="sect4">Recommended</bridgehead>
78 <para role="recommended">
79 <xref linkend="libgcrypt"/>,
80 <xref linkend="gstreamer10"/> (required for audio support), and
81 <xref linkend="gnutls"/> or
82 <xref role="nodep" linkend="nss"/>
83 </para>
84
85 <!--
86 <para>
87 SSL support is required for the MSN Messenger, Yahoo!, Novel Groupwise and
88 Google Talk protocol plugins. <application>GnuTLS</application> is the
89 preferred method (the Mozilla NSS API is more likely to change and this
90 can cause problems).
91 </para>
92 -->
93
94 <bridgehead renderas="sect4">Optional</bridgehead>
95 <para role="optional">
96 <xref linkend="avahi"/> (required for the Bonjour plugin),
97 <xref linkend="cyrus-sasl"/>,
98 <xref linkend="dbus"/>,
99 <xref linkend="doxygen"/>,
100 <xref linkend="evolution-data-server"/>,
101 <xref linkend="GConf"/>,
102 <xref linkend="graphviz"/>,
103 <xref linkend="libidn"/> (required, if you wish to run the test suite),
104 <xref linkend="libnsl"/>,
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="https://keep.imfreedom.org/libgnt/libgnt">libgnt</ulink>,
117 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
118 (required for Sametime protocol support),
119 <ulink url="https://www.mono-project.com/">Mono</ulink>,
120 <ulink url="http://silcnet.org/client.html">SILC Client</ulink>,
121 <ulink url="http://silcnet.org/client.html">SILC Toolkit</ulink>,
122 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
123 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
124 module)
125 </para>
126
127 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
128 <para role="optional">
129 <xref role="runtime" linkend="xdg-utils"/>
130 </para>
131
132 <para condition="html" role="usernotes">
133 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
134 </para>
135 </sect2>
136
137 <sect2 role="installation">
138 <title>Installation of Pidgin</title>
139<!-- Seems to pass now (version 2.4.19)
140 <para>
141 First, fix a test that fails:
142 </para>
143
144<screen><userinput>sed '/09-13/s@^@//@' -i libpurple/tests/test_util.c</userinput></screen>
145-->
146 <para>
147 Compile <application>Pidgin</application> by running the following
148 commands:
149 </para>
150
151<screen><userinput>./configure --prefix=/usr \
152 --sysconfdir=/etc \
153 --with-gstreamer=1.0 \
154 --disable-avahi \
155 --disable-gtkspell \
156 --disable-meanwhile \
157 --disable-idn \
158 --disable-nm \
159 --disable-vv &amp;&amp;
160make</userinput></screen>
161
162 <para>
163 If you have <xref linkend="doxygen"/> installed
164 (<xref linkend="graphviz"/> can be used also) and you wish to create the
165 API documentation, issue:
166 </para>
167
168<screen remap="doc"><userinput>make docs</userinput></screen>
169
170 <para>
171 To test the results, issue: <command>make check</command>.
172 </para>
173
174 <para>
175 Now, as the <systemitem class="username">root</systemitem> user:
176 </para>
177
178<screen role="root"><userinput>make install &amp;&amp;
179mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
180cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
181
182 <para>
183 If you created the API documentation, install it using the following
184 commands as the <systemitem class="username">root</systemitem> user:
185 </para>
186
187<screen role="root"
188 remap="doc"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
189cp -rv doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
190
191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="../../xincludes/update-icons-and-desktop.xml"/>
193
194 </sect2>
195
196 <sect2 role="commands">
197 <title>Command Explanations</title>
198
199 <para>
200 <parameter>--with-gstreamer=1.0</parameter>: Remove this switch
201 and add <option>--disable-gstreamer</option>
202 if you've not installed <xref linkend="gstreamer10"/>.
203 </para>
204
205 <para>
206 <parameter>--disable-avahi</parameter>: Remove this switch if you've
207 installed <xref linkend="avahi"/>.
208 </para>
209
210 <para>
211 <parameter>--disable-gtkspell</parameter>: Remove this
212 switch if you've installed
213 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink> and wish
214 to enable spellchecking support.
215 </para>
216
217 <para>
218 <parameter>--disable-meanwhile</parameter>: Remove this switch if you've
219 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
220 </para>
221
222 <para>
223 <parameter>--disable-idn</parameter>: Remove this switch if you've
224 installed <xref linkend="libidn"/>.
225 </para>
226
227 <para>
228 <parameter>--disable-nm</parameter>: Remove this switch if you've
229 installed <xref linkend="NetworkManager"/>.
230 </para>
231
232 <para>
233 <parameter>--disable-vv</parameter>: Remove this
234 switch if you've installed
235 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
236 Farstream (Version 0.1)</ulink> and wish to enable voice and video
237 communication support. You should also remove the --disable-gstreamer
238 flag.
239 </para>
240
241 <para>
242 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
243 <xref linkend="cyrus-sasl"/> and wish to build
244 <application>Pidgin</application> with SASL support.
245 </para>
246
247 <para>
248 <option>--disable-gnutls</option>: Use this switch if you've got both
249 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
250 to use <xref linkend="nss"/> for the SSL support.
251 </para>
252
253 </sect2>
254
255 <sect2 role="configuration">
256 <title>Configuring Pidgin</title>
257
258 <sect3 id="pidgin-config">
259 <title>Config Files</title>
260 <para>
261 <filename>~/.purple/*</filename> and
262 <filename>~/.gtkrc-2.0</filename>
263 </para>
264
265 <indexterm zone="pidgin pidgin-config">
266 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
267 </indexterm>
268
269 <indexterm zone="pidgin pidgin-config">
270 <primary sortas="e-AA.gtkrc-20">~/.gtkrc-2.0</primary>
271 </indexterm>
272 </sect3>
273
274 <sect3><title>Configuration Information</title>
275
276 <para>
277 Most configuration can be accomplished by using the various preference
278 settings inside the programs. Additionally, you can create a
279 <filename>~/.gtkrc-2.0</filename> file which can store gtk+-2 theme
280 settings that affect <application>Pidgin</application> and other Gtk+ 2
281 applications. Note that an example <filename>gtkrc-2.0</filename> file
282 was installed during the package installation and can be used as a
283 starting point or reference.
284 </para>
285
286 </sect3>
287
288 </sect2>
289
290 <sect2 role="content">
291 <title>Contents</title>
292
293 <segmentedlist>
294 <segtitle>Installed Programs</segtitle>
295 <segtitle>Installed Library</segtitle>
296 <segtitle>Installed Directories</segtitle>
297
298 <seglistitem>
299 <seg>
300 pidgin, purple-client-example,
301 purple-remote, purple-send, purple-send-async, and
302 purple-url-handler
303 </seg>
304 <seg>
305 libpurple.so, and libpurple-client.so
306 </seg>
307 <seg>
308 /usr/include/libpurple,
309 /usr/include/pidgin,
310 /usr/lib/pidgin,
311 /usr/lib/purple-2,
312 /usr/share/doc/pidgin-&pidgin-version;,
313 /usr/share/pixmaps/pidgin,
314 /usr/share/purple, and
315 /usr/share/sounds/purple
316 </seg>
317 </seglistitem>
318 </segmentedlist>
319
320 <variablelist>
321 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
322 <?dbfo list-presentation="list"?>
323 <?dbhtml list-presentation="table"?>
324
325 <varlistentry id="pidgin-prog">
326 <term><command>pidgin</command></term>
327 <listitem>
328 <para>
329 is a <application>GTK+</application> 2 instant messaging client
330 </para>
331 <indexterm zone="pidgin pidgin-prog">
332 <primary sortas="b-pidgin">pidgin</primary>
333 </indexterm>
334 </listitem>
335 </varlistentry>
336
337 <varlistentry id="purple-client-example">
338 <term><command>purple-client-example</command></term>
339 <listitem>
340 <para>
341 is an example that demonstrates how to use the libpurple-client
342 library to communicate with purple
343 </para>
344 <indexterm zone="pidgin purple-client-example">
345 <primary sortas="b-purple-client-example">purple-client-example</primary>
346 </indexterm>
347 </listitem>
348 </varlistentry>
349
350 <varlistentry id="purple-remote">
351 <term><command>purple-remote</command></term>
352 <listitem>
353 <para>
354 sends remote commands to Pidgin/Finch
355 </para>
356 <indexterm zone="pidgin purple-remote">
357 <primary sortas="b-purple-remote">purple-remote</primary>
358 </indexterm>
359 </listitem>
360 </varlistentry>
361
362 <varlistentry id="purple-send">
363 <term><command>purple-send</command></term>
364 <listitem>
365 <para>
366 calls purple API functions using DBus and prints the return value
367 </para>
368 <indexterm zone="pidgin purple-send">
369 <primary sortas="b-purple-send">purple-send</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
374 <varlistentry id="purple-send-async">
375 <term><command>purple-send-async</command></term>
376 <listitem>
377 <para>
378 calls purple API functions using DBus. As opposed to
379 <command>purple-send</command>, it does not print the return value
380 </para>
381 <indexterm zone="pidgin purple-send-async">
382 <primary sortas="b-purple-send-async">purple-send-async</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="purple-url-handler">
388 <term><command>purple-url-handler</command></term>
389 <listitem>
390 <para>
391 is a python script to handle URLs with purple
392 </para>
393 <indexterm zone="pidgin purple-url-handler">
394 <primary sortas="b-purple-url-handler">purple-url-handler</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 </variablelist>
400
401 </sect2>
402
403</sect1>
Note: See TracBrowser for help on using the repository browser.