source: xsoft/other/pidgin.xml@ 838cd0f

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 krejzi/svn 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 838cd0f was 6571737b, checked in by Fernando de Oliveira <fernando@…>, 10 years ago

Update to pidgin-2.10.10.
Update to gtk+-3.14.4.

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

  • Property mode set to 100644
File size: 10.7 KB
RevLine 
[d8b2c89e]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
[c627795]7 <!ENTITY pidgin-download-http "&sourceforge-repo;/pidgin/pidgin-&pidgin-version;.tar.bz2">
[d8b2c89e]8 <!ENTITY pidgin-download-ftp " ">
[6571737b]9 <!ENTITY pidgin-md5sum "5030d4750c73b211c7e82bb67ea3d016">
10 <!ENTITY pidgin-size "9.0 MB">
11 <!ENTITY pidgin-buildsize "215 MB (additional 1 MB for the tests and 90 MB for API docs)">
12 <!ENTITY pidgin-time "1.8 SBU (additional 0.1 SBU for API docs)">
[d8b2c89e]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
[6e31dd9]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>
[dc1cfc46]37
[9ed46c0]38 &lfs76_checked;
[d8b2c89e]39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
[c627795]43 <para>
44 Download (HTTP): <ulink url="&pidgin-download-http;"/>
45 </para>
[d8b2c89e]46 </listitem>
47 <listitem>
[c627795]48 <para>
49 Download (FTP): <ulink url="&pidgin-download-ftp;"/>
50 </para>
[d8b2c89e]51 </listitem>
52 <listitem>
[c627795]53 <para>
54 Download MD5 sum: &pidgin-md5sum;
55 </para>
[d8b2c89e]56 </listitem>
57 <listitem>
[c627795]58 <para>
59 Download size: &pidgin-size;
60 </para>
[d8b2c89e]61 </listitem>
62 <listitem>
[c627795]63 <para>
64 Estimated disk space required: &pidgin-buildsize;
65 </para>
[d8b2c89e]66 </listitem>
67 <listitem>
[c627795]68 <para>
69 Estimated build time: &pidgin-time;
70 </para>
[d8b2c89e]71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Pidgin Dependencies</bridgehead>
75
76 <bridgehead renderas="sect4">Required</bridgehead>
[6e31dd9]77 <para role="required">
[56605b9]78 <xref linkend="gtk2"/>
[6e31dd9]79 </para>
80
81 <bridgehead renderas="sect4">Recommended</bridgehead>
82 <para role="recommended">
[a20b14d6]83 <xref linkend="libgcrypt"/> and
[6e31dd9]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
[c627795]91 preferred method (the Mozilla NSS API is more likely to change and this
[6e31dd9]92 can cause problems).
93 </para>
[d8b2c89e]94
95 <bridgehead renderas="sect4">Optional</bridgehead>
[6e31dd9]96 <para role="optional">
[c627795]97 <xref linkend="avahi"/> (required for the Bonjour plugin),
98 <xref linkend="check"/> (only used during the test suite),
99 <xref linkend="cyrus-sasl"/>,
[54666831]100 <xref linkend="dbus"/>,
[761b96b]101 <xref linkend="GConf"/>,
102 <xref linkend="libidn"/>,
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"/>,
[665ac79f]110 <ulink url="&gnome-download-http;/evolution-data-server/">
111 Evolution Data Server</ulink>,
[a20b14d6]112 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
113 Farstream (Version 0.1)</ulink>
114 (required for video and voice support),
[6e31dd9]115 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
[a754ee2b]116 <ulink url="http://libgadu.net/">libgadu</ulink>,
[c627795]117 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
118 (required for Sametime protocol support),
[6e31dd9]119 <ulink url="http://silcnet.org/software/">SILC Client</ulink>,
120 <ulink url="http://silcnet.org/software/">SILC Toolkit</ulink>,
[761b96b]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),
[6e31dd9]124 </para>
[d8b2c89e]125
[6e31dd9]126 <para condition="html" role="usernotes">
127 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
128 </para>
[d8b2c89e]129 </sect2>
130
131 <sect2 role="installation">
132 <title>Installation of Pidgin</title>
133
[6e31dd9]134 <para>
135 Compile <application>Pidgin</application> by running the following
136 commands:
137 </para>
[d8b2c89e]138
[c627795]139<screen><userinput>./configure --prefix=/usr \
[1b7cd05]140 --sysconfdir=/etc \
[c627795]141 --disable-avahi \
142 --disable-gtkspell \
143 --disable-gstreamer \
144 --disable-meanwhile \
145 --disable-idn \
146 --disable-nm \
147 --disable-vv \
148 --disable-tcl &amp;&amp;
[d8b2c89e]149make</userinput></screen>
150
[6e31dd9]151 <para>
152 If you have <xref linkend="doxygen"/> installed
153 (<xref linkend="graphviz"/> can be used also) and you wish to create the
154 API documentation, issue: <command>make docs</command>
155 </para>
[d8b2c89e]156
[c627795]157 <para>
[6571737b]158 <!--To test the results, issue: <command>make -k check</command>. -->For
159 unknown reasons, the test suite fails.
[c627795]160 </para>
[d8b2c89e]161
[6e31dd9]162 <para>
163 Now, as the <systemitem class="username">root</systemitem> user:
164 </para>
[d8b2c89e]165
166<screen role="root"><userinput>make install &amp;&amp;
[3ca4dbc]167mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
168cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
[d8b2c89e]169
[6e31dd9]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>
[d8b2c89e]174
[3ca4dbc]175<screen role="root"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
176cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
177
[3284a283]178 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
179 href="../../xincludes/update-icons-and-desktop.xml"/>
180
[d8b2c89e]181 </sect2>
182
183 <sect2 role="commands">
184 <title>Command Explanations</title>
185
[6e31dd9]186 <para>
[3ca4dbc]187 <option>--disable-avahi</option>: Remove this switch if you've
[c627795]188 installed <xref linkend="avahi"/>.
[dc1cfc46]189 </para>
190
[6e31dd9]191 <para>
[3ca4dbc]192 <option>--disable-gtkspell</option>: Spellchecking. Remove this switch if
[c627795]193 you've installed
194 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>.
[6e31dd9]195 </para>
[62431cb3]196
[6e31dd9]197 <para>
[3ca4dbc]198 <option>--disable-gstreamer</option>: Sounds. Remove this switch if you've
[6e31dd9]199 installed <xref linkend="gstreamer"/>.
200 </para>
[62431cb3]201
[6e31dd9]202 <para>
[3ca4dbc]203 <option>--disable-meanwhile</option>: Remove this switch if you've
204 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
[6e31dd9]205 </para>
[62431cb3]206
[6e31dd9]207 <para>
[3ca4dbc]208 <option>--disable-idn</option>: Remove this switch if you've installed
[c627795]209 <xref linkend="libidn"/>.
[6e31dd9]210 </para>
[62431cb3]211
[6e31dd9]212 <para>
[3ca4dbc]213 <option>--disable-nm</option>: Remove this switch if you've installed
[c627795]214 <xref linkend="NetworkManager"/>.
[6e31dd9]215 </para>
[dc1cfc46]216
[6e31dd9]217 <para>
[3ca4dbc]218 <option>--disable-vv</option>: Video and voice. Remove this switch if
219 you've installed
220 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
221 Farstream (Version 0.1)</ulink>.
[6e31dd9]222 </para>
[d8b2c89e]223
[6e31dd9]224 <para>
[3ca4dbc]225 <option>--disable-tcl</option>: Remove this switch if you've installed
[c627795]226 <xref linkend="tcl"/>.
[6e31dd9]227 </para>
[c627795]228
[3ca4dbc]229 <para>
230 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
231 <xref linkend="cyrus-sasl"/> and wish to build
232 <application>Pidgin</application> with SASL support.
233 </para>
234
235 <para>
236 <option>--disable-gnutls</option>: Use this switch if you've got both
237 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
238 to use <xref linkend="nss"/> for the SSL support.
239 </para>
240
[d8b2c89e]241 </sect2>
242
243 <sect2 role="configuration">
244 <title>Configuring Pidgin</title>
245
246 <sect3 id="pidgin-config">
247 <title>Config Files</title>
[c627795]248 <para>
249 <filename>~/.purple/*</filename> and
250 <filename>~/.gtkrc-02</filename>
251 </para>
[d8b2c89e]252
253 <indexterm zone="pidgin pidgin-config">
[73dd9a12]254 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
[d8b2c89e]255 </indexterm>
256
257 <indexterm zone="pidgin pidgin-config">
[73dd9a12]258 <primary sortas="e-AA.gtkrc-02">~/.gtkrc-02</primary>
[d8b2c89e]259 </indexterm>
260 </sect3>
261
262 <sect3><title>Configuration Information</title>
263
[6e31dd9]264 <para>
265 Most configuration can be accomplished by using the various preference
266 settings inside the programs. Additionally, you can create a
267 <filename>~/.gtkrc-02</filename> file which can store gtk+-2 theme
268 settings that affect <application>Pidgin</application> and other Gtk+ 2
269 applications. Note that an example <filename>gtkrc-02</filename> file
270 was installed during the package installation and can be used as a
271 starting point or reference.
272 </para>
[c627795]273
[d8b2c89e]274 </sect3>
[c627795]275
[d8b2c89e]276 </sect2>
277
278 <sect2 role="content">
279 <title>Contents</title>
280
281 <segmentedlist>
282 <segtitle>Installed Programs</segtitle>
283 <segtitle>Installed Library</segtitle>
284 <segtitle>Installed Directories</segtitle>
285
286 <seglistitem>
[6e31dd9]287 <seg>
[c627795]288 finch, pidgin, purple-client-example,
[11a83b18]289 purple-remote, purple-send, purple-send-async, and
[6e31dd9]290 purple-url-handler
291 </seg>
292 <seg>
[6571737b]293 libgnt.so, libpurple.so, and libpurple-client.so
[6e31dd9]294 </seg>
295 <seg>
296 /usr/include/finch,
297 /usr/include/gnt,
298 /usr/include/libpurple,
299 /usr/include/pidgin,
300 /usr/lib/finch,
301 /usr/lib/gnt,
302 /usr/lib/pidgin,
303 /usr/lib/purple-2,
304 /usr/share/doc/pidgin-&pidgin-version;,
305 /usr/share/pixmaps/pidgin,
[11a83b18]306 /usr/share/purple, and
[6e31dd9]307 /usr/share/sounds/purple
308 </seg>
[d8b2c89e]309 </seglistitem>
310 </segmentedlist>
311
312 <variablelist>
313 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
314 <?dbfo list-presentation="list"?>
315 <?dbhtml list-presentation="table"?>
316
317 <varlistentry id="pidgin-prog">
318 <term><command>pidgin</command></term>
319 <listitem>
[c627795]320 <para>
[3ca4dbc]321 is a <application>GTK+</application> 2 instant messaging client.
[c627795]322 </para>
[d8b2c89e]323 <indexterm zone="pidgin pidgin-prog">
324 <primary sortas="b-pidgin">pidgin</primary>
325 </indexterm>
326 </listitem>
327 </varlistentry>
328
[dc1cfc46]329 <varlistentry id="finch">
330 <term><command>finch</command></term>
[d8b2c89e]331 <listitem>
[c627795]332 <para>
333 is a text-based instant messaging client.
334 </para>
[dc1cfc46]335 <indexterm zone="pidgin finch">
336 <primary sortas="b-finch">finch</primary>
[d8b2c89e]337 </indexterm>
338 </listitem>
339 </varlistentry>
[c627795]340
[d8b2c89e]341 </variablelist>
[c627795]342
[d8b2c89e]343 </sect2>
[c627795]344
[d8b2c89e]345</sect1>
Note: See TracBrowser for help on using the repository browser.