source: xsoft/other/pidgin.xml@ 0d61665

systemd-11177
Last change on this file since 0d61665 was 0d61665, checked in by Krejzi <krejzi@…>, 10 years ago

Package checks and updates.

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

  • Property mode set to 100644
File size: 10.7 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 "10a4a69d077893f6dd3438cd8af94e81">
10 <!ENTITY pidgin-size "9.7 MB">
11 <!ENTITY pidgin-buildsize "238 MB (additional 2MB for the tests and
12 90 MB for API docs)">
13 <!ENTITY pidgin-time "1.7 SBU (additional 0.1 SBU for API docs)">
14]>
15
16<sect1 id="pidgin" xreflabel="Pidgin-&pidgin-version;">
17 <?dbhtml filename="pidgin.html"?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Pidgin-&pidgin-version;</title>
25
26 <indexterm zone="pidgin">
27 <primary sortas="a-Pidgin">Pidgin</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Pidgin</title>
32
33 <para>
34 <application>Pidgin</application> is a Gtk+ 2 instant messaging client
35 that can connect with a wide range of networks including AIM, ICQ,
36 GroupWise, MSN, Jabber, IRC, Napster, Gadu-Gadu, SILC, Zephyr and Yahoo!
37 </para>
38
39 &lfs75_checked;
40
41 <bridgehead renderas="sect3">Package Information</bridgehead>
42 <itemizedlist spacing="compact">
43 <listitem>
44 <para>
45 Download (HTTP): <ulink url="&pidgin-download-http;"/>
46 </para>
47 </listitem>
48 <listitem>
49 <para>
50 Download (FTP): <ulink url="&pidgin-download-ftp;"/>
51 </para>
52 </listitem>
53 <listitem>
54 <para>
55 Download MD5 sum: &pidgin-md5sum;
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download size: &pidgin-size;
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Estimated disk space required: &pidgin-buildsize;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Estimated build time: &pidgin-time;
71 </para>
72 </listitem>
73 </itemizedlist>
74
75 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
76
77 <bridgehead renderas="sect4">Required</bridgehead>
78 <para role="required">
79 <xref linkend="gtk2"/>
80 </para>
81
82 <bridgehead renderas="sect4">Recommended</bridgehead>
83 <para role="recommended">
84 <xref linkend="libgcrypt"/> 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 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
104 Farstream (Version 0.1)</ulink>
105 (required for video and voice support),
106 <xref linkend="GConf"/>,
107 <xref linkend="gstreamer"/> (required for audio support),
108 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
109 <xref linkend="libidn"/>,
110 <ulink url="http://libgadu.net/">libgadu</ulink>,
111 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
112 (required for Sametime protocol support),
113 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
114 module),
115 <xref linkend="NetworkManager"/>,
116 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
117 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
118 <xref linkend="startup-notification"/>,
119 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
120 plugin),
121 <xref linkend="tcl"/>, and
122 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>
123 </para>
124
125 <para condition="html" role="usernotes">
126 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
127 </para>
128 </sect2>
129
130 <sect2 role="installation">
131 <title>Installation of Pidgin</title>
132
133 <para>
134 Compile <application>Pidgin</application> by running the following
135 commands:
136 </para>
137
138<screen><userinput>./configure --prefix=/usr \
139 --sysconfdir=/etc \
140 --disable-avahi \
141 --disable-gtkspell \
142 --disable-gstreamer \
143 --disable-meanwhile \
144 --disable-idn \
145 --disable-nm \
146 --disable-vv \
147 --disable-tcl &amp;&amp;
148make</userinput></screen>
149
150 <para>
151 If you have <xref linkend="doxygen"/> installed
152 (<xref linkend="graphviz"/> can be used also) and you wish to create the
153 API documentation, issue: <command>make docs</command>
154 </para>
155
156 <para>
157 To test the results, issue: <command>make check</command>.
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, libpurple-client.so, and
292 plugins under /usr/lib/{finch,gnt,pidgin,purple-2}
293 </seg>
294 <seg>
295 /usr/include/finch,
296 /usr/include/gnt,
297 /usr/include/libpurple,
298 /usr/include/pidgin,
299 /usr/lib/finch,
300 /usr/lib/gnt,
301 /usr/lib/pidgin,
302 /usr/lib/purple-2,
303 /usr/share/doc/pidgin-&pidgin-version;,
304 /usr/share/pixmaps/pidgin,
305 /usr/share/purple, and
306 /usr/share/sounds/purple
307 </seg>
308 </seglistitem>
309 </segmentedlist>
310
311 <variablelist>
312 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
313 <?dbfo list-presentation="list"?>
314 <?dbhtml list-presentation="table"?>
315
316 <varlistentry id="pidgin-prog">
317 <term><command>pidgin</command></term>
318 <listitem>
319 <para>
320 is a <application>GTK+</application> 2 instant messaging client.
321 </para>
322 <indexterm zone="pidgin pidgin-prog">
323 <primary sortas="b-pidgin">pidgin</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 <varlistentry id="finch">
329 <term><command>finch</command></term>
330 <listitem>
331 <para>
332 is a text-based instant messaging client.
333 </para>
334 <indexterm zone="pidgin finch">
335 <primary sortas="b-finch">finch</primary>
336 </indexterm>
337 </listitem>
338 </varlistentry>
339
340 </variablelist>
341
342 </sect2>
343
344</sect1>
Note: See TracBrowser for help on using the repository browser.