source: xsoft/other/pidgin.xml@ 58cbbbb2

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 58cbbbb2 was 58cbbbb2, checked in by Fernando de Oliveira <fernando@…>, 9 years ago

Update to pidgin-2.10.11.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@15006 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 10.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-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 &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="GConf"/>,
102 <xref linkend="libidn"/> (required, if you wish to run the test suite),
103 <xref linkend="NetworkManager"/>,
104 <xref linkend="gstreamer"/> (required for audio support),
105 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
106 plugin),
107 <xref linkend="startup-notification"/>,
108 <xref linkend="tcl"/>,
109 <xref linkend="tk"/>,
110 <ulink url="&gnome-download-http;/evolution-data-server/">
111 Evolution Data Server</ulink>,
112 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
113 Farstream (Version 0.1)</ulink>
114 (required for video and voice support),
115 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
116 <ulink url="http://libgadu.net/">libgadu</ulink>,
117 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
118 (required for Sametime protocol support),
119 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
120 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
121 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
122 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
123 module),
124 </para>
125
126 <para condition="html" role="usernotes">
127 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
128 </para>
129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of Pidgin</title>
133
134 <para>
135 If you wish to run the test suite, make sure that <xref
136 linkend="libidn"/> is installed and remove the switch
137 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
138 by running the following commands:
139 </para>
140
141<screen><userinput>./configure --prefix=/usr \
142 --sysconfdir=/etc \
143 --disable-avahi \
144 --disable-gtkspell \
145 --disable-gstreamer \
146 --disable-meanwhile \
147 --disable-idn \
148 --disable-nm \
149 --disable-vv \
150 --disable-tcl &amp;&amp;
151make</userinput></screen>
152
153 <para>
154 If you have <xref linkend="doxygen"/> installed
155 (<xref linkend="graphviz"/> can be used also) and you wish to create the
156 API documentation, issue: <command>make docs</command>.
157 </para>
158
159 <para>
160 Remember the remarks before <command>configure</command>. To test the
161 results, issue: <command>make check</command>.
162 </para>
163
164 <para>
165 Now, as the <systemitem class="username">root</systemitem> user:
166 </para>
167
168<screen role="root"><userinput>make install &amp;&amp;
169mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
170cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
171
172 <para>
173 If you created the API documentation, install it using the following
174 commands as the <systemitem class="username">root</systemitem> user:
175 </para>
176
177<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
178cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
179
180 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
181 href="../../xincludes/update-icons-and-desktop.xml"/>
182
183 </sect2>
184
185 <sect2 role="commands">
186 <title>Command Explanations</title>
187
188 <para>
189 <option>--disable-avahi</option>: Remove this switch if you've
190 installed <xref linkend="avahi"/>.
191 </para>
192
193 <para>
194 <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
195 you've installed
196 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
197 </para>
198
199 <para>
200 <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
201 installed <xref linkend="gstreamer"/>.
202 </para>
203
204 <para>
205 <option>--disable-meanwhile</option>: Remove this switch if you've
206 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
207 </para>
208
209 <para>
210 <option>--disable-idn</option>: Remove this switch if you've installed
211 <xref linkend="libidn"/>.
212 </para>
213
214 <para>
215 <option>--disable-nm</option>: Remove this switch if you've installed
216 <xref linkend="NetworkManager"/>.
217 </para>
218
219 <para>
220 <option>--disable-vv</option>: Video and voice. Remove this switch if
221 you've installed
222 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
223 Farstream (Version 0.1)</ulink>.
224 </para>
225
226 <para>
227 <option>--disable-tcl</option>: Remove this switch if you've installed
228 <xref linkend="tcl"/>.
229 </para>
230
231 <para>
232 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
233 <xref linkend="cyrus-sasl"/> and wish to build
234 <application>Pidgin</application> with SASL support.
235 </para>
236
237 <para>
238 <option>--disable-gnutls</option>: Use this switch if you've got both
239 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
240 to use <xref linkend="nss"/> for the SSL support.
241 </para>
242
243 </sect2>
244
245 <sect2 role="configuration">
246 <title>Configuring Pidgin</title>
247
248 <sect3 id="pidgin-config">
249 <title>Config Files</title>
250 <para>
251 <filename>~/.purple/*</filename> and
252 <filename>~/.gtkrc-02</filename>
253 </para>
254
255 <indexterm zone="pidgin pidgin-config">
256 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
257 </indexterm>
258
259 <indexterm zone="pidgin pidgin-config">
260 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
261 </indexterm>
262 </sect3>
263
264 <sect3><title>Configuration Information</title>
265
266 <para>
267 Most configuration can be accomplished by using the various preference
268 settings inside the programs. Additionally, you can create a
269 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
270 settings that affect <application>Pidgin</application> and other Gtk+ 2
271 applications. Note that an example <filename>gtkrc-02</filename> file
272 was installed during the package installation and can be used as a
273 starting point or reference.
274 </para>
275
276 </sect3>
277
278 </sect2>
279
280 <sect2 role="content">
281 <title>Contents</title>
282
283 <segmentedlist>
284 <segtitle>Installed Programs</segtitle>
285 <segtitle>Installed Library</segtitle>
286 <segtitle>Installed Directories</segtitle>
287
288 <seglistitem>
289 <seg>
290 finch, pidgin, purple-client-example,
291 purple-remote, purple-send, purple-send-async, and
292 purple-url-handler
293 </seg>
294 <seg>
295 libgnt.so, libpurple.so, and libpurple-client.so
296 </seg>
297 <seg>
298 /usr/include/finch,
299 /usr/include/gnt,
300 /usr/include/libpurple,
301 /usr/include/pidgin,
302 /usr/lib/finch,
303 /usr/lib/gnt,
304 /usr/lib/pidgin,
305 /usr/lib/purple-2,
306 /usr/share/doc/pidgin-&pidgin-version;,
307 /usr/share/pixmaps/pidgin,
308 /usr/share/purple, and
309 /usr/share/sounds/purple
310 </seg>
311 </seglistitem>
312 </segmentedlist>
313
314 <variablelist>
315 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
316 <?dbfo list-presentation="list"?>
317 <?dbhtml list-presentation="table"?>
318
319 <varlistentry id="pidgin-prog">
320 <term><command>pidgin</command></term>
321 <listitem>
322 <para>
323 is a <application>GTK+</application> 2 instant messaging client.
324 </para>
325 <indexterm zone="pidgin pidgin-prog">
326 <primary sortas="b-pidgin">pidgin</primary>
327 </indexterm>
328 </listitem>
329 </varlistentry>
330
331 <varlistentry id="finch">
332 <term><command>finch</command></term>
333 <listitem>
334 <para>
335 is a text-based instant messaging client.
336 </para>
337 <indexterm zone="pidgin finch">
338 <primary sortas="b-finch">finch</primary>
339 </indexterm>
340 </listitem>
341 </varlistentry>
342
343 </variablelist>
344
345 </sect2>
346
347</sect1>
Note: See TracBrowser for help on using the repository browser.