source: xsoft/other/pidgin.xml@ c627795

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 c627795 was c627795, checked in by Krejzi <krejzi@…>, 12 years ago

Upgraded several packages. See BLFS ChangeLog for more information.

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

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