source: xsoft/other/pidgin.xml@ f4002c5

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt 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 f4002c5 was f4002c5, checked in by Bruce Dubbs <bdubbs@…>, 4 years ago

Archive expect, dejagnu, and tcl which are now included in LFS.

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

  • Property mode set to 100644
File size: 14.3 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
[8dfc5c3]7 <!ENTITY pidgin-download-http "&sourceforge-dl;/pidgin/pidgin-&pidgin-version;.tar.bz2">
[d8b2c89e]8 <!ENTITY pidgin-download-ftp " ">
[209ca23]9 <!ENTITY pidgin-md5sum "e135798bcf952ddb3c9e030c4b160c3e">
[a88d9f3c]10 <!ENTITY pidgin-size "8.4 MB">
11 <!ENTITY pidgin-buildsize "277 MB (with tests and docs)">
[209ca23]12 <!ENTITY pidgin-time "0.7 SBU (using parallelism=4; with tests and 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
[c9ea6c54]38 &lfs91_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">
[e2abf328]83 <xref linkend="libgcrypt"/>,
84 <xref linkend="gstreamer10"/> (required for audio support), and
[6e31dd9]85 <xref linkend="gnutls"/> or
[cac7f93]86 <xref role="nodep" linkend="nss"/>
[6e31dd9]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
[c627795]92 preferred method (the Mozilla NSS API is more likely to change and this
[6e31dd9]93 can cause problems).
94 </para>
[d8b2c89e]95
96 <bridgehead renderas="sect4">Optional</bridgehead>
[6e31dd9]97 <para role="optional">
[c627795]98 <xref linkend="avahi"/> (required for the Bonjour plugin),
99 <xref linkend="cyrus-sasl"/>,
[54666831]100 <xref linkend="dbus"/>,
[1d23596]101 <xref linkend="evolution-data-server"/>,
[761b96b]102 <xref linkend="GConf"/>,
[58cbbbb2]103 <xref linkend="libidn"/> (required, if you wish to run the test suite),
[761b96b]104 <xref linkend="NetworkManager"/>,
105 <xref linkend="sqlite"/> (required for the Contact Availability Prediction
106 plugin),
107 <xref linkend="startup-notification"/>,
[f4002c5]108 <!-- <xref linkend="tcl"/>, -->
[761b96b]109 <xref linkend="tk"/>,
[a20b14d6]110 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
111 Farstream (Version 0.1)</ulink>
112 (required for video and voice support),
[6e31dd9]113 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
[a754ee2b]114 <ulink url="http://libgadu.net/">libgadu</ulink>,
[c627795]115 <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>
116 (required for Sametime protocol support),
[a88d9f3c]117 <ulink url="https://www.mono-project.com/">Mono</ulink>,
118 <ulink url="http://silcnet.org/client.html">SILC Client</ulink>,
119 <ulink url="http://silcnet.org/client.html">SILC Toolkit</ulink>,
[761b96b]120 <ulink url="http://packages.debian.org/stable/source/zephyr">Zephyr</ulink>, and
121 <xref linkend="mitkrb"/> (required for Kerberos support in the Zephyr
[6dc0583]122 module)
[6e31dd9]123 </para>
[d8b2c89e]124
[89af2e1]125 <bridgehead renderas="sect4">Optional (runtime)</bridgehead>
126 <para role="optional">
[c8b93dfd]127 <xref role="runtime" linkend="xdg-utils"/>
[89af2e1]128 </para>
129
[6e31dd9]130 <para condition="html" role="usernotes">
131 User Notes: <ulink url="&blfs-wiki;/pidgin"/>
132 </para>
[d8b2c89e]133 </sect2>
134
135 <sect2 role="installation">
136 <title>Installation of Pidgin</title>
137
[6e31dd9]138 <para>
[58cbbbb2]139 If you wish to run the test suite, make sure that <xref
140 linkend="libidn"/> is installed and remove the switch
141 <quote>--disable-idn</quote>. Compile <application>Pidgin</application>
142 by running the following commands:
[6e31dd9]143 </para>
[d8b2c89e]144
[a88d9f3c]145<!-- - -with-gstreamer=1.0 is removed and gstreamer support is disabled
146 because of a build problem when both this and - -disable-vv are present.
147 See https://hastebin.com/utiwijizad.rb for more details, and check again
148 at the next version (2.14.1 or 3.0 - whichever is next). -->
149
[e2abf328]150<screen><userinput>./configure --prefix=/usr \
151 --sysconfdir=/etc \
[a88d9f3c]152 --disable-gstreamer \
[e2abf328]153 --disable-avahi \
154 --disable-gtkspell \
155 --disable-meanwhile \
156 --disable-idn \
157 --disable-nm \
[f4002c5]158 --disable-vv &amp;&amp;
[d8b2c89e]159make</userinput></screen>
160
[6e31dd9]161 <para>
162 If you have <xref linkend="doxygen"/> installed
163 (<xref linkend="graphviz"/> can be used also) and you wish to create the
[2f3e3de9]164 API documentation, issue:
[6e31dd9]165 </para>
[d8b2c89e]166
[2f3e3de9]167<screen remap="doc"><userinput>make docs</userinput></screen>
168
[c627795]169 <para>
[58cbbbb2]170 Remember the remarks before <command>configure</command>. To test the
171 results, issue: <command>make check</command>.
[c627795]172 </para>
[d8b2c89e]173
[6e31dd9]174 <para>
175 Now, as the <systemitem class="username">root</systemitem> user:
176 </para>
[d8b2c89e]177
178<screen role="root"><userinput>make install &amp;&amp;
[3ca4dbc]179mkdir -pv /usr/share/doc/pidgin-&pidgin-version; &amp;&amp;
180cp -v README doc/gtkrc-2.0 /usr/share/doc/pidgin-&pidgin-version;</userinput></screen>
[d8b2c89e]181
[6e31dd9]182 <para>
183 If you created the API documentation, install it using the following
184 commands as the <systemitem class="username">root</systemitem> user:
185 </para>
[d8b2c89e]186
[2f3e3de9]187<screen role="root"
188 remap="doc"><userinput>mkdir -pv /usr/share/doc/pidgin-&pidgin-version;/api &amp;&amp;
[3ca4dbc]189cp -v doc/html/* /usr/share/doc/pidgin-&pidgin-version;/api</userinput></screen>
190
[3284a283]191 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
192 href="../../xincludes/update-icons-and-desktop.xml"/>
193
[d8b2c89e]194 </sect2>
195
196 <sect2 role="commands">
197 <title>Command Explanations</title>
198
[a88d9f3c]199<!--
[e2abf328]200 <para>
[a88d9f3c]201 <parameter>- -with-gstreamer=1.0</parameter>: Remove this switch
202 and add <option>- -disable-gstreamer</option>
[f3429309]203 if you've not installed <xref linkend="gstreamer10"/>.
[e2abf328]204 </para>
[a88d9f3c]205-->
206 <para>
207 <parameter>--disable-gstreamer</parameter>: This switch disables gstreamer
208 support because there are problems with the build when Voice/Video support
209 is disabled, and gstreamer is enabled.
210 <!-- The problems exist within gst_device_monitor. See
211 https://hastebin.com/utiwijizad.rb for more details.
212 FIXME: Check this at the next release of pidgin, or if we ever add
213 Farstream. -->
214 </para>
[e2abf328]215
[6e31dd9]216 <para>
[c33c599]217 <parameter>--disable-avahi</parameter>: Remove this switch if you've
[c627795]218 installed <xref linkend="avahi"/>.
[dc1cfc46]219 </para>
220
[6e31dd9]221 <para>
[a88d9f3c]222 <parameter>--disable-gtkspell</parameter>: Remove this
[c33c599]223 switch if you've installed
[a88d9f3c]224 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink> and wish
225 to enable spellchecking support.
[6e31dd9]226 </para>
[62431cb3]227
[6e31dd9]228 <para>
[c33c599]229 <parameter>--disable-meanwhile</parameter>: Remove this switch if you've
[3ca4dbc]230 installed <ulink url="http://meanwhile.sourceforge.net/">Meanwhile</ulink>.
[6e31dd9]231 </para>
[62431cb3]232
[6e31dd9]233 <para>
[c33c599]234 <parameter>--disable-idn</parameter>: Remove this switch if you've
235 installed <xref linkend="libidn"/>.
[6e31dd9]236 </para>
[62431cb3]237
[6e31dd9]238 <para>
[c33c599]239 <parameter>--disable-nm</parameter>: Remove this switch if you've
240 installed <xref linkend="NetworkManager"/>.
[6e31dd9]241 </para>
[dc1cfc46]242
[6e31dd9]243 <para>
[a88d9f3c]244 <parameter>--disable-vv</parameter>: Remove this
[c33c599]245 switch if you've installed
[3ca4dbc]246 <ulink url="http://www.freedesktop.org/wiki/Software/Farstream">
[a88d9f3c]247 Farstream (Version 0.1)</ulink> and wish to enable voice and video
248 communication support. You should also remove the --disable-gstreamer
249 flag.
[6e31dd9]250 </para>
[f4002c5]251<!--
[6e31dd9]252 <para>
[f4002c5]253 <parameter>- -disable-tcl</parameter>: Remove this switch if you've
[c33c599]254 installed <xref linkend="tcl"/>.
[6e31dd9]255 </para>
[f4002c5]256i-->
[3ca4dbc]257 <para>
258 <option>--enable-cyrus-sasl</option>: Use this switch if you've installed
259 <xref linkend="cyrus-sasl"/> and wish to build
260 <application>Pidgin</application> with SASL support.
261 </para>
262
263 <para>
264 <option>--disable-gnutls</option>: Use this switch if you've got both
265 <xref linkend="gnutls"/> and <xref linkend="nss"/> installed, but want
266 to use <xref linkend="nss"/> for the SSL support.
267 </para>
268
[d8b2c89e]269 </sect2>
270
271 <sect2 role="configuration">
272 <title>Configuring Pidgin</title>
273
274 <sect3 id="pidgin-config">
275 <title>Config Files</title>
[c627795]276 <para>
277 <filename>~/.purple/*</filename> and
[209ca23]278 <filename>~/.gtkrc-2.0</filename>
[c627795]279 </para>
[d8b2c89e]280
281 <indexterm zone="pidgin pidgin-config">
[73dd9a12]282 <primary sortas="e-AA.purple-*">~/.purple/*</primary>
[d8b2c89e]283 </indexterm>
284
285 <indexterm zone="pidgin pidgin-config">
[209ca23]286 <primary sortas="e-AA.gtkrc-20">~/.gtkrc-2.0</primary>
[d8b2c89e]287 </indexterm>
288 </sect3>
289
290 <sect3><title>Configuration Information</title>
291
[6e31dd9]292 <para>
293 Most configuration can be accomplished by using the various preference
294 settings inside the programs. Additionally, you can create a
[209ca23]295 <filename>~/.gtkrc-2.0</filename> file which can store gtk+-2 theme
[6e31dd9]296 settings that affect <application>Pidgin</application> and other Gtk+ 2
[209ca23]297 applications. Note that an example <filename>gtkrc-2.0</filename> file
[6e31dd9]298 was installed during the package installation and can be used as a
299 starting point or reference.
300 </para>
[c627795]301
[d8b2c89e]302 </sect3>
[c627795]303
[d8b2c89e]304 </sect2>
305
306 <sect2 role="content">
307 <title>Contents</title>
308
309 <segmentedlist>
310 <segtitle>Installed Programs</segtitle>
311 <segtitle>Installed Library</segtitle>
312 <segtitle>Installed Directories</segtitle>
313
314 <seglistitem>
[6e31dd9]315 <seg>
[a88d9f3c]316 <!--finch,--> pidgin, purple-client-example,
[11a83b18]317 purple-remote, purple-send, purple-send-async, and
[6e31dd9]318 purple-url-handler
319 </seg>
320 <seg>
[a88d9f3c]321 <!--libgnt.so,--> libpurple.so, and libpurple-client.so
[6e31dd9]322 </seg>
323 <seg>
[a88d9f3c]324 <!--
[6e31dd9]325 /usr/include/finch,
326 /usr/include/gnt,
[a88d9f3c]327 -->
[6e31dd9]328 /usr/include/libpurple,
329 /usr/include/pidgin,
[a88d9f3c]330 <!--
[6e31dd9]331 /usr/lib/finch,
332 /usr/lib/gnt,
[a88d9f3c]333 -->
[6e31dd9]334 /usr/lib/pidgin,
335 /usr/lib/purple-2,
336 /usr/share/doc/pidgin-&pidgin-version;,
337 /usr/share/pixmaps/pidgin,
[11a83b18]338 /usr/share/purple, and
[6e31dd9]339 /usr/share/sounds/purple
340 </seg>
[d8b2c89e]341 </seglistitem>
342 </segmentedlist>
343
344 <variablelist>
345 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
346 <?dbfo list-presentation="list"?>
347 <?dbhtml list-presentation="table"?>
348
[a88d9f3c]349 <!-- Seems to be removed with 2.14.0
[28370fe]350 <varlistentry id="finch">
351 <term><command>finch</command></term>
352 <listitem>
353 <para>
354 is a text-based instant messaging client.
355 </para>
356 <indexterm zone="pidgin finch">
357 <primary sortas="b-finch">finch</primary>
358 </indexterm>
359 </listitem>
360 </varlistentry>
[a88d9f3c]361-->
[d8b2c89e]362 <varlistentry id="pidgin-prog">
363 <term><command>pidgin</command></term>
364 <listitem>
[c627795]365 <para>
[3ca4dbc]366 is a <application>GTK+</application> 2 instant messaging client.
[c627795]367 </para>
[d8b2c89e]368 <indexterm zone="pidgin pidgin-prog">
369 <primary sortas="b-pidgin">pidgin</primary>
370 </indexterm>
371 </listitem>
372 </varlistentry>
373
[28370fe]374 <varlistentry id="purple-client-example">
375 <term><command>purple-client-example</command></term>
[d8b2c89e]376 <listitem>
[c627795]377 <para>
[28370fe]378 is an example that demonstrate how to use libpurple-client
379 to communicate with purple.
[c627795]380 </para>
[28370fe]381 <indexterm zone="pidgin purple-client-example">
382 <primary sortas="b-purple-client-example">purple-client-example</primary>
383 </indexterm>
384 </listitem>
385 </varlistentry>
386
387 <varlistentry id="purple-remote">
388 <term><command>purple-remote</command></term>
389 <listitem>
390 <para>
[a88d9f3c]391 sends remote commands to Pidgin/Finch.
[28370fe]392 </para>
393 <indexterm zone="pidgin purple-remote">
394 <primary sortas="b-purple-remote">purple-remote</primary>
395 </indexterm>
396 </listitem>
397 </varlistentry>
398
399 <varlistentry id="purple-send">
400 <term><command>purple-send</command></term>
401 <listitem>
402 <para>
403 calls purple API functions using DBus and prints the return value.
404 </para>
405 <indexterm zone="pidgin purple-send">
406 <primary sortas="b-purple-send">purple-send</primary>
407 </indexterm>
408 </listitem>
409 </varlistentry>
410
411 <varlistentry id="purple-send-async">
412 <term><command>purple-send-async</command></term>
413 <listitem>
414 <para>
[f3429309]415 calls purple API functions using DBus. As opposed to
[28370fe]416 <command>purple-send</command>, it does not print the return value.
417 </para>
418 <indexterm zone="pidgin purple-send-async">
419 <primary sortas="b-purple-send-async">purple-send-async</primary>
420 </indexterm>
421 </listitem>
422 </varlistentry>
423
424 <varlistentry id="purple-url-handler">
425 <term><command>purple-url-handler</command></term>
426 <listitem>
427 <para>
[a88d9f3c]428 is a python script to handle URLs with purple.
[28370fe]429 </para>
430 <indexterm zone="pidgin purple-url-handler">
431 <primary sortas="b-purple-url-handler">purple-url-handler</primary>
[d8b2c89e]432 </indexterm>
433 </listitem>
434 </varlistentry>
[c627795]435
[d8b2c89e]436 </variablelist>
[c627795]437
[d8b2c89e]438 </sect2>
[c627795]439
[d8b2c89e]440</sect1>
Note: See TracBrowser for help on using the repository browser.