source: xsoft/other/pidgin.xml@ d5595930

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since d5595930 was a20b14d6, checked in by Krejzi <krejzi@…>, 11 years ago

Package upgrades and minor fixes.

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

  • Property mode set to 100644
File size: 10.1 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 "a0ebb55083e2dfc22a75c504acde6a07">
10 <!ENTITY pidgin-size "9.6 MB">
11 <!ENTITY pidgin-buildsize "255 MB">
12 <!ENTITY pidgin-time "3.0 SBU">
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 &lfs72_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"/> and
79 <xref linkend="perl-xml-parser"/>
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-glib"/>,
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="intltool"/>,
110 <xref linkend="libidn"/>,
111 <ulink url="http://toxygen.net/libgadu/">libgadu</ulink>,
112 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
113 (required for Sametime protocol support),
114 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
115 module),
116 <xref linkend="NetworkManager"/>,
117 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
118 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
119 <xref linkend="startup-notification"/>,
120 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
121 plugin),
122 <xref linkend="tcl"/> and
123 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>
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 Compile <application>Pidgin</application> by running the following
136 commands:
137 </para>
138
139<screen><userinput>./configure --prefix=/usr \
140 --sysconfdir=/etc \
141 --disable-avahi \
142 --disable-dbus \
143 --disable-gtkspell \
144 --disable-gstreamer \
145 --disable-meanwhile \
146 --disable-idn \
147 --disable-nm \
148 --disable-vv \
149 --disable-tcl &amp;&amp;
150make</userinput></screen>
151
152 <para>
153 If you have <xref linkend="doxygen"/> installed
154 (<xref linkend="graphviz"/> can be used also) and you wish to create the
155 API documentation, issue: <command>make docs</command>
156 </para>
157
158 <para>
159 To test the results, issue: <command>make check</command>.
160 </para>
161
162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
165
166<screen role="root"><userinput>make install &amp;&amp;
167mkdir /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
168cp README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
169
170 <para>
171 If you created the API documentation, install it using the following
172 commands as the <systemitem class="username">root</systemitem> user:
173 </para>
174
175<screen role="root"><userinput>mkdir /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
176cp doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
177 </sect2>
178
179 <sect2 role="commands">
180 <title>Command Explanations</title>
181
182 <para>
183 <option>--disable-avahi</option>: Remove this option if you've
184 installed <xref linkend="avahi"/>.
185 </para>
186
187 <para>
188 <option>--disable-dbus</option>: Remove this option if you've installed
189 <xref linkend="dbus"/>.
190 </para>
191
192 <para>
193 <option>--disable-gtkspell</option>: Spellchecking. Remove this option if
194 you've installed
195 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
196 </para>
197
198 <para>
199 <option>--disable-gstreamer</option>: Sounds. Remove this option if you've
200 installed <xref linkend="gstreamer"/>.
201 </para>
202
203 <para>
204 <option>--disable-meanwhile</option>: Remove this option if you've
205 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
206 </para>
207
208 <para>
209 <option>--disable-idn</option>: Remove this option if you've installed
210 <xref linkend="libidn"/>.
211 </para>
212
213 <para>
214 <option>--disable-nm</option>: Remove this option if you've installed
215 <xref linkend="NetworkManager"/>.
216 </para>
217
218 <para>
219 <option>--disable-vv</option>: Video and voice. Remove this option if
220 you've installed <xref linkend="farstream"/>.
221 </para>
222
223 <para>
224 <option>--disable-tcl</option>: Remove this option if you've installed
225 <xref linkend="tcl"/>.
226 </para>
227
228 </sect2>
229
230 <sect2 role="configuration">
231 <title>Configuring Pidgin</title>
232
233 <sect3 id="pidgin-config">
234 <title>Config Files</title>
235 <para>
236 <filename>~/.purple/*</filename> and
237 <filename>~/.gtkrc-02</filename>
238 </para>
239
240 <indexterm zone="pidgin pidgin-config">
241 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
242 </indexterm>
243
244 <indexterm zone="pidgin pidgin-config">
245 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
246 </indexterm>
247 </sect3>
248
249 <sect3><title>Configuration Information</title>
250
251 <para>
252 Most configuration can be accomplished by using the various preference
253 settings inside the programs. Additionally, you can create a
254 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
255 settings that affect <application>Pidgin</application> and other Gtk+ 2
256 applications. Note that an example <filename>gtkrc-02</filename> file
257 was installed during the package installation and can be used as a
258 starting point or reference.
259 </para>
260
261 </sect3>
262
263 </sect2>
264
265 <sect2 role="content">
266 <title>Contents</title>
267
268 <segmentedlist>
269 <segtitle>Installed Programs</segtitle>
270 <segtitle>Installed Library</segtitle>
271 <segtitle>Installed Directories</segtitle>
272
273 <seglistitem>
274 <seg>
275 finch, pidgin, purple-client-example,
276 purple-remote, purple-send, purple-send-async and
277 purple-url-handler
278 </seg>
279 <seg>
280 libgnt.so, libpurple.so and libpurple-client.so
281 </seg>
282 <seg>
283 /usr/include/finch,
284 /usr/include/gnt,
285 /usr/include/libpurple,
286 /usr/include/pidgin,
287 /usr/lib/finch,
288 /usr/lib/gnt,
289 /usr/lib/pidgin,
290 /usr/lib/purple-2,
291 /usr/share/doc/pidgin-&pidgin-version;,
292 /usr/share/pixmaps/pidgin,
293 /usr/share/purple and
294 /usr/share/sounds/purple
295 </seg>
296 </seglistitem>
297 </segmentedlist>
298
299 <variablelist>
300 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
301 <?dbfo list-presentation="list"?>
302 <?dbhtml list-presentation="table"?>
303
304 <varlistentry id="pidgin-prog">
305 <term><command>pidgin</command></term>
306 <listitem>
307 <para>
308 is a GTK+ 2 instant messaging client.
309 </para>
310 <indexterm zone="pidgin pidgin-prog">
311 <primary sortas="b-pidgin">pidgin</primary>
312 </indexterm>
313 </listitem>
314 </varlistentry>
315
316 <varlistentry id="finch">
317 <term><command>finch</command></term>
318 <listitem>
319 <para>
320 is a text-based instant messaging client.
321 </para>
322 <indexterm zone="pidgin finch">
323 <primary sortas="b-finch">finch</primary>
324 </indexterm>
325 </listitem>
326 </varlistentry>
327
328 </variablelist>
329
330 </sect2>
331
332</sect1>
Note: See TracBrowser for help on using the repository browser.