source: xsoft/graphweb/seamonkey.xml@ 85fcce6

systemd-13485
Last change on this file since 85fcce6 was 85fcce6, checked in by Christopher Gregory <cjg@…>, 10 years ago

Updated to glib-networking-2.42.1 and merged seamonkey-2.31 update from trunk.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/branches/systemd@15166 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 13.2 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 seamonkey-download-http
8 "https://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
9 <!ENTITY seamonkey-download-ftp
10 "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
11 <!ENTITY seamonkey-md5sum "44b6f9cfc2a95fd08dba35ff236d306e">
12 <!ENTITY seamonkey-size "180 MB">
13 <!ENTITY seamonkey-buildsize "4.1 GB (77 MB installed)">
14 <!ENTITY seamonkey-time "17 SBU (using parallelism=4)">
15]>
16
17<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
18 <?dbhtml filename="seamonkey.html" ?>
19
20 <sect1info>
21 <othername>$LastChangedBy$</othername>
22 <date>$Date$</date>
23 </sect1info>
24
25 <title>SeaMonkey-&seamonkey-version;</title>
26
27 <indexterm zone="seamonkey">
28 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
29 </indexterm>
30
31 <sect2 role="package">
32 <title>Introduction to SeaMonkey</title>
33
34 <para>
35 <application>SeaMonkey</application> is a browser suite, the Open Source
36 sibling of <application>Netscape</application>. It includes the browser,
37 composer, mail and news clients, and an IRC client. It is the follow-on
38 to the Mozilla browser suite.
39 </para>
40
41 <para>
42 The Mozilla project also hosts two subprojects that aim to satisfy the
43 needs of users who don't need the complete browser suite or prefer to have
44 separate applications for browsing and e-mail. These subprojects are
45 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
46 based on the <application>Mozilla</application> source code.
47 </para>
48
49 &lfs76_checked;
50
51 <bridgehead renderas="sect3">Package Information</bridgehead>
52 <itemizedlist spacing="compact">
53 <listitem>
54 <para>
55 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
56 </para>
57 </listitem>
58 <listitem>
59 <para>
60 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
61 </para>
62 </listitem>
63 <listitem>
64 <para>
65 Download MD5 sum: &seamonkey-md5sum;
66 </para>
67 </listitem>
68 <listitem>
69 <para>
70 Download size: &seamonkey-size;
71 </para>
72 </listitem>
73 <listitem>
74 <para>
75 Estimated disk space required: &seamonkey-buildsize;
76 </para>
77 </listitem>
78 <listitem>
79 <para>
80 Estimated build time: &seamonkey-time;
81 </para>
82 </listitem>
83 </itemizedlist>
84
85 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
86
87 <bridgehead renderas="sect4">Required</bridgehead>
88 <para role="required">
89 <xref linkend="alsa-lib"/>,
90 <xref linkend="gtk2"/>,
91 <xref linkend="zip"/>, and
92 <xref linkend="unzip"/>.
93 </para>
94
95 <bridgehead renderas="sect4">Recommended</bridgehead>
96 <para role="recommended">
97 <xref linkend="yasm"/> or <xref linkend="libvpx"/>
98 (to allow <application>SeaMonkey</application> to play webm videos).
99 </para>
100
101 <bridgehead renderas="sect4">Optional</bridgehead>
102 <para role="optional">
103 <xref linkend="dbus-glib"/>,
104 <xref linkend="startup-notification"/>,
105 <xref linkend="sqlite"/>,
106 <xref linkend="libevent"/>,
107 <xref linkend="doxygen"/>,
108 <xref linkend="gst-plugins-base"/> (with
109 <xref linkend="gst-plugins-good"/> and
110 <xref linkend="gst-ffmpeg"/> at runtime),
111 <xref linkend="libnotify"/>,
112 <xref linkend="nspr"/>,
113 <xref linkend="nss"/>,
114 <xref linkend="openjdk"/>,
115 <xref linkend="pulseaudio"/>,
116 <xref linkend="wireless_tools"/>,
117 <xref linkend="valgrind"/> (only for testing the jemalloc code),
118 <xref linkend="wget"/>, and
119 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
120 </para>
121
122 <para condition="html" role="usernotes">
123 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
124 </para>
125 </sect2>
126
127 <sect2 role="installation">
128 <title>Installation of SeaMonkey</title>
129<!--
130 <para>
131 If you have not installed <xref linkend="wireless_tools"/>, apply the
132 patch or the installer will fail:
133 </para>
134
135<screen><userinput>patch -p1 &lt; ../seamonkey-&seamonkey-version;-necko-wifi-1.patch</userinput></screen>
136-->
137 <para>
138 The configuration of <application>SeaMonkey</application> is accomplished
139 by creating a <filename>mozconfig</filename> file containing the desired
140 configuration options. A default <filename>mozconfig</filename> file is
141 created below. To see the entire list of available configuration options
142 (and an abbreviated description of each one), issue
143 <command>./configure --help</command>. You may also wish to review the
144 entire file and uncomment any other desired options. Create the file by
145 issuing the following command:
146 </para>
147
148<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; EOF
149<literal># If you have a multicore machine you can speed up the build by running
150# several jobs at once, but if you have a single core, delete this line:
151mk_add_options MOZ_MAKE_FLAGS="-j$(getconf _NPROCESSORS_ONLN)"
152
153# If you have installed Yasm delete this option:
154ac_add_options --disable-webm
155
156# If you have installed DBus-Glib delete this option:
157ac_add_options --disable-dbus
158
159# If you have installed wireless-tools delete this option:
160ac_add_options --disable-necko-wifi
161
162# If you have installed libnotify delete this option:
163ac_add_options --disable-libnotify
164
165# Comment out following option if you have PulseAudio installed
166ac_add_options --disable-pulseaudio
167
168# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
169# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
170# in about:config. If you do *not* have GStreamer 0.x.y, uncomment this line:
171#ac_add_options --disable-gstreamer
172
173# Uncomment these if you have installed them:
174# ac_add_options --enable-startup-notification
175# ac_add_options --enable-system-hunspell
176# ac_add_options --enable-system-sqlite
177# ac_add_options --with-system-libevent
178# ac_add_options --with-system-libvpx
179# ac_add_options --with-system-nspr
180# ac_add_options --with-system-nss
181
182mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir
183ac_add_options --disable-crashreporter
184ac_add_options --disable-debug
185ac_add_options --disable-debug-symbols
186ac_add_options --disable-installer
187ac_add_options --disable-static
188ac_add_options --disable-tests
189ac_add_options --disable-updater
190ac_add_options --enable-application=suite
191ac_add_options --enable-shared
192ac_add_options --enable-system-cairo
193ac_add_options --enable-system-ffi
194ac_add_options --prefix=/usr
195ac_add_options --with-pthreads
196ac_add_options --with-system-jpeg
197ac_add_options --with-system-png
198ac_add_options --with-system-zlib</literal>
199EOF</userinput></screen>
200
201 <para>
202 The moz-build-dir directory needs to exist and match the value used in
203 mozconfig (above) for the object directory (MOZ_OBJDIR):
204 </para>
205
206<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
207
208 <para>
209 Compile <application>SeaMonkey</application> by running the following
210 command:
211 </para>
212
213<screen><userinput>make -f client.mk</userinput></screen>
214
215 <para>
216 This package does not come with a test suite. However, if
217 <application>X</application> is running it can be launched
218 from the build directory before installing with the command line:
219 <userinput>moz-build-dir/mozilla/dist/seamonkey/seamonkey</userinput>
220 </para>
221
222 <para>
223 Install <application>SeaMonkey</application> by issuing the following
224 commands as the <systemitem class="username">root</systemitem> user:
225 </para>
226
227<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
228cp -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
229
230 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
231 All the Development Libraries and Headers
232 </bridgehead>
233
234 <para>
235 If you want to install the full <application>SeaMonkey</application>
236 development environment, as the
237 <systemitem class="username">root</systemitem> user:
238 </para>
239
240<screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
241 </sect2>
242
243 <sect2 role="commands">
244 <title>Command Explanations</title>
245
246 <para>
247 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
248 at the beginning of the build.
249 </para>
250
251 <para>
252 <command>make -f client.mk</command>: Mozilla products are packaged to
253 allow the use of a configuration file which can be used to pass the
254 configuration settings to the <command>configure</command> command.
255 <command>make</command> uses the <filename>client.mk</filename> file to
256 get initial configuration and setup parameters.
257 </para>
258
259 </sect2>
260
261 <sect2 role="configuration">
262 <title>Configuring SeaMonkey</title>
263
264 <para>
265 If you deleted the <option>--disable-webm</option> option from your
266 <filename>mozconfig</filename>, your <application>SeaMonkey</application>
267 can play most youtube videos without the need for the flash plugin. To
268 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
269 on 'Join the HTML5 Trial' (needs cookies enabled).
270 </para>
271
272 <para>
273 For installing various <application>SeaMonkey</application> plugins, refer
274 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
275 Project</ulink>.
276 </para>
277
278 <para>
279 Along with using the <quote>Preferences</quote> menu to configure
280 <application>SeaMonkey</application>'s options and preferences to suit
281 individual tastes, finer grain control of many options is only available
282 using a tool not available from the general menu system. To access this
283 tool, you'll need to open a browser window and enter
284 <systemitem role="url">about:config</systemitem> in the address bar. This
285 will display a list of the configuration preferences and information
286 related to each one. You can use the <quote>Filter:</quote> bar to enter
287 search criteria and narrow down the listed items. Changing a preference
288 can be done using two methods. One, if the preference has a boolean value
289 (True/False), simply double-click on the preference to toggle the value
290 and two, for other preferences simply right-click on the desired line,
291 choose <quote>Modify</quote> from the menu and change the value. Creating
292 new preference items is accomplished in the same way, except choose
293 <quote>New</quote> from the menu and provide the desired data into the
294 fields when prompted.
295 </para>
296
297 <tip>
298 <para>
299 There is a multitude of configuration parameters you can tweak to
300 customize <application>SeaMonkey</application>. A very extensive list of
301 these parameters can be found at
302 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
303 </para>
304 </tip>
305
306 <para>
307 If you use a desktop environment like <application>Gnome</application> or
308 <application>KDE</application> you may wish to create a
309 <filename>seamonkey.desktop</filename> file so that
310 <application>SeaMonkey</application> appears in the panel's menus. If you
311 didn't enable <application>Startup-Notification</application> in your
312 mozconfig change the StartupNotify line to false. As the
313 <systemitem class="username">root</systemitem> user:
314 </para>
315
316<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
317
318cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF" &amp;&amp;
319[Desktop Entry]
320Encoding=UTF-8
321Type=Application
322Name=SeaMonkey
323Comment=The Mozilla Suite
324Icon=seamonkey
325Exec=seamonkey
326Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
327StartupNotify=true
328Terminal=false
329EOF
330
331ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
332 /usr/share/pixmaps</userinput></screen>
333 </sect2>
334
335 <sect2 role="content">
336 <title>Contents</title>
337
338 <segmentedlist>
339 <segtitle>Installed Programs</segtitle>
340 <segtitle>Installed Libraries</segtitle>
341 <segtitle>Installed Directory</segtitle>
342
343 <seglistitem>
344 <seg>seamonkey</seg>
345 <seg>
346 None
347 </seg>
348 <seg>
349 /usr/lib/seamonkey-&seamonkey-version;.
350 </seg>
351 </seglistitem>
352 </segmentedlist>
353
354 <variablelist>
355 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
356 <?dbfo list-presentation="list"?>
357 <?dbhtml list-presentation="table"?>
358
359 <varlistentry id="seamonkey-prog">
360 <term><command>seamonkey</command></term>
361 <listitem>
362 <para>
363 is the Mozilla browser/email/newsgroup/chat client suite.
364 </para>
365 <indexterm zone="seamonkey seamonkey-prog">
366 <primary sortas="b-seamonkey">seamonkey</primary>
367 </indexterm>
368 </listitem>
369 </varlistentry>
370 </variablelist>
371 </sect2>
372</sect1>
Note: See TracBrowser for help on using the repository browser.