source: xsoft/other/pidgin.xml@ 1b7cd05

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

Mark some more packages as LFS 7.2 checked. Fix alsa-plugins compilation.

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

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