source: xsoft/other/gaim.xml@ 1e6b5f64

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 6.3 6.3-rc1 6.3-rc2 6.3-rc3 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 1e6b5f64 was 1e6b5f64, checked in by Randy McMurchy <randy@…>, 17 years ago

Modified the D-Bus dependency in several packages to account for the new D-Bus core and bindings separation

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

  • Property mode set to 100644
File size: 6.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 gaim-download-http "http://downloads.sourceforge.net/gaim/gaim-1.5.0.tar.bz2">
8 <!ENTITY gaim-download-ftp " ">
9 <!ENTITY gaim-md5sum "9205321ac11fad271c90f2f0d7c5e7ce">
10 <!ENTITY gaim-size "6.0 MB">
11 <!ENTITY gaim-buildsize "179 MB">
12 <!ENTITY gaim-time "1.2 SBU">
13]>
14
15<sect1 id="gaim" xreflabel="Gaim-&gaim-version;">
16 <?dbhtml filename="gaim.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>Gaim-&gaim-version;</title>
24
25 <indexterm zone="gaim">
26 <primary sortas="a-Gaim">Gaim</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to Gaim</title>
31
32 <para><application>Gaim</application> is an instant messaging client that
33 can connect with a wide range of networks including AIM, ICQ, MSN, Jabber,
34 IRC, Napster, Gadu-Gadu, Zephyr and Yahoo!</para>
35
36 <bridgehead renderas="sect3">Package Information</bridgehead>
37 <itemizedlist spacing="compact">
38 <listitem>
39 <para>Download (HTTP): <ulink url="&gaim-download-http;"/></para>
40 </listitem>
41 <listitem>
42 <para>Download (FTP): <ulink url="&gaim-download-ftp;"/></para>
43 </listitem>
44 <listitem>
45 <para>Download MD5 sum: &gaim-md5sum;</para>
46 </listitem>
47 <listitem>
48 <para>Download size: &gaim-size;</para>
49 </listitem>
50 <listitem>
51 <para>Estimated disk space required: &gaim-buildsize;</para>
52 </listitem>
53 <listitem>
54 <para>Estimated build time: &gaim-time;</para>
55 </listitem>
56 </itemizedlist>
57
58 <bridgehead renderas="sect3">Gaim Dependencies</bridgehead>
59
60 <bridgehead renderas="sect4">Required</bridgehead>
61 <para role="required"><xref linkend="gtk2"/></para>
62
63 <bridgehead renderas="sect4">Optional</bridgehead>
64 <para role="optional"><xref linkend="libao"/>,
65 <ulink url="http://ftp.gnupg.org/gcrypt/gnutls/">GnuTLS</ulink> (requires
66 <ulink url="http://ftp.gnupg.org/gcrypt/libgpg-error/">libgpg-error</ulink>
67 then <ulink url="http://ftp.gnupg.org/gcrypt/libgcrypt/">libgcrypt</ulink>),
68 <ulink url="http://gtkspell.sourceforge.net/">Gtkspell</ulink>,
69 <xref linkend="tcl"/>,
70 <xref linkend="tk"/>,
71 <xref linkend="startup-notification"/>,
72 <xref linkend="audiofile"/>,
73 <xref linkend="mitkrb"/>,
74 <xref linkend="nas"/>,
75 <xref linkend="doxygen"/>, and
76 <ulink url="http://www.avahi.org">Avahi</ulink>
77
78</para>
79
80 <para condition="html" role="usernotes">User Notes:
81 <ulink url="&blfs-wiki;/gaim"/></para>
82
83 </sect2>
84
85 <sect2 role="installation">
86 <title>Installation of Gaim</title>
87
88 <para>To connect with MSN you will need to compile
89 <application>Gaim</application> with SSL support. For this you will need to
90 have already installed <application>libgpg-error</application>,
91 <application>libgcrypt</application>
92 and <application>GnuTLS</application> compiled in that order. Use of the
93 <application>Mozilla</application> SSL library is deprecated.</para>
94
95 <para>To compile <application>Gaim</application> with audio support, first
96 install <xref linkend="libao"/>.</para>
97
98 <para>Compile <application>Gaim</application> by running the following
99 commands:</para>
100
101<screen><userinput>./configure --prefix=/usr &amp;&amp;
102make</userinput></screen>
103
104 <!-- <para>If you want to compile <application>Gaim</application> with support
105 for <xref linkend="nas"/>, configure it like this:</para>
106
107<screen><userinput>CPPFLAGS="-I/usr/X11R6/include" ./configure -prefix=/usr \
108 -enable-nas &amp;&amp;
109make</userinput></screen> -->
110
111 <para>To test the results, issue: <command>make check</command>.</para>
112
113 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
114
115<screen role="root"><userinput>make install</userinput></screen>
116
117 </sect2>
118
119 <!-- <sect2 role="commands">
120 <title>Command Explanations</title>
121
122 <para><command>CPPFLAGS=...-enable-nas</command>: To avoid a compilation
123 error the <filename>configure</filename> script needs to be told to look
124 for the <application>NAS</application> header files in /usr/X11R6/include.
125 </para>
126
127 </sect2> -->
128
129 <sect2 role="content">
130 <title>Contents</title>
131
132 <segmentedlist>
133 <segtitle>Installed Programs</segtitle>
134 <segtitle>Installed Library</segtitle>
135 <segtitle>Installed Directories</segtitle>
136
137 <seglistitem>
138 <seg>gaim and gaim-remote</seg>
139 <seg>libgaim-remote.so</seg>
140 <seg>/usr/include/gaim, /usr/lib/gaim, /usr/share/pixmaps/gaim, and
141 /usr/share/sounds/gaim</seg>
142 </seglistitem>
143 </segmentedlist>
144
145 <variablelist>
146 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
147 <?dbfo list-presentation="list"?>
148 <?dbhtml list-presentation="table"?>
149
150 <varlistentry id="gaim-prog">
151 <term><command>gaim</command></term>
152 <listitem>
153 <para> is an instant messaging client</para>
154 <indexterm zone="gaim gaim-prog">
155 <primary sortas="b-gaim">gaim</primary>
156 </indexterm>
157 </listitem>
158 </varlistentry>
159
160 <varlistentry id="gaim-remote">
161 <term><command>gaim-remote</command></term>
162 <listitem>
163 <para> is a command-line interface for controlling an already running
164 instance of <command>gaim</command></para>
165 <indexterm zone="gaim gaim-remote">
166 <primary sortas="b-gaim-remote">gaim-remote</primary>
167 </indexterm>
168 </listitem>
169 </varlistentry>
170
171 <varlistentry id="libgaim-remote">
172 <term><filename class='libraryfile'>libgaim-remote.so</filename></term>
173 <listitem>
174 <para> contains functions that are used by gaim-remote</para>
175 <indexterm zone="gaim libgaim-remote">
176 <primary sortas="c-libgaim-remote">libgaim-remote.so</primary>
177 </indexterm>
178 </listitem>
179 </varlistentry>
180
181 </variablelist>
182
183 </sect2>
184
185</sect1>
Note: See TracBrowser for help on using the repository browser.