source: xsoft/graphweb/seamonkey.xml@ 01cd3461

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 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 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 01cd3461 was 01cd3461, checked in by Bruce Dubbs <bdubbs@…>, 8 years ago

Add KF5 okular-12.15.3 and libkexiv2-15.12.3.
Minor edits
Archive old KDE files

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

  • Property mode set to 100644
File size: 15.6 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 "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
8<!-- <!ENTITY seamonkey-download-ftp "&mozilla-ftp;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">-->
9 <!ENTITY seamonkey-download-ftp " ">
10 <!ENTITY seamonkey-md5sum "eb571346b1ad00d3197d48aa0a906102">
11 <!ENTITY seamonkey-size "175 MB">
12 <!ENTITY seamonkey-buildsize "4.3 GB (84 MB installed)">
13 <!ENTITY seamonkey-time "10 SBU (using parallelism=4)">
14]>
15
16<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
17 <?dbhtml filename="seamonkey.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>SeaMonkey-&seamonkey-version;</title>
25
26 <indexterm zone="seamonkey">
27 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to SeaMonkey</title>
32
33 <para>
34 <application>SeaMonkey</application> is a browser suite, the Open Source
35 sibling of <application>Netscape</application>. It includes the browser,
36 composer, mail and news clients, and an IRC client. It is the follow-on
37 to the Mozilla browser suite.
38 </para>
39
40 <para>
41 The Mozilla project also hosts two subprojects that aim to satisfy the
42 needs of users who don't need the complete browser suite or prefer to have
43 separate applications for browsing and e-mail. These subprojects are
44 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
45 based on the <application>Mozilla</application> source code.
46 </para>
47
48 &lfs79_checked;
49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
52 <listitem>
53 <para>
54 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
55 </para>
56 </listitem>
57 <listitem>
58 <para>
59 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
60 </para>
61 </listitem>
62 <listitem>
63 <para>
64 Download MD5 sum: &seamonkey-md5sum;
65 </para>
66 </listitem>
67 <listitem>
68 <para>
69 Download size: &seamonkey-size;
70 </para>
71 </listitem>
72 <listitem>
73 <para>
74 Estimated disk space required: &seamonkey-buildsize;
75 </para>
76 </listitem>
77 <listitem>
78 <para>
79 Estimated build time: &seamonkey-time;
80 </para>
81 </listitem>
82 </itemizedlist>
83
84 <note>
85 <para>
86 The tarball
87 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
88 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
89 </para>
90 </note>
91
92 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
93
94 <bridgehead renderas="sect4">Required</bridgehead>
95 <para role="required">
96 <xref linkend="alsa-lib"/>,
97 <xref linkend="gtk2"/>,
98 <xref linkend="unzip"/>,
99 <xref linkend="yasm"/>, and
100 <xref linkend="zip"/>
101 </para>
102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
104 <para role="recommended">
105 <xref linkend="icu"/>,
106 <xref linkend="libevent"/>,
107 <xref linkend="libvpx"/>,
108 <xref linkend="nspr"/>,
109 <xref linkend="nss"/>, and
110 <xref linkend="sqlite"/>
111 </para>
112
113 <note>
114 <para>
115 If you don't install recommended dependencies, then internal copies of
116 those packages will be used. They might be tested to work, but they can
117 be out of date or contain security holes.
118 </para>
119 </note>
120
121 <note>
122 <para>
123 You must have installed <application>Openssl</application> before
124 <application>Python 2</application> or the build system will quickly
125 fail with output including "ImportError: cannot import name
126 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
127 an older version of Seamonkey), check if
128 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
129 exists. If it does not, reinstall <xref linkend="python2"/> (after
130 installing <xref linkend="openssl"/>. The latest version of any
131 <emphasis>currently maintained</emphasis> version of Openssl should be
132 satisfactory if already installed.
133 </para>
134 </note>
135
136 <bridgehead renderas="sect4">Optional</bridgehead>
137 <para role="optional">
138 <xref linkend="curl"/>,
139 <xref linkend="dbus-glib"/>,
140 <xref linkend="doxygen"/>,
141 <xref linkend="GConf"/>,
142 <xref linkend="gst10-plugins-base"/> (with
143 <xref linkend="gst10-plugins-good"/> and
144 <xref linkend="gst10-libav"/> at runtime),
145 <xref linkend="openjdk"/>,
146 <xref linkend="pulseaudio"/>,
147 <xref linkend="startup-notification"/>,
148 <xref linkend="valgrind"/>,
149 <xref linkend="wget"/>,
150 <xref linkend="wireless_tools"/>, and
151 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
152 </para>
153
154 <para condition="html" role="usernotes">
155 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
156 </para>
157
158 </sect2>
159
160 <sect2 role="installation">
161 <title>Installation of SeaMonkey</title>
162
163 <para>
164 The configuration of <application>SeaMonkey</application> is accomplished
165 by creating a <filename>mozconfig</filename> file containing the desired
166 configuration options. A default <filename>mozconfig</filename> file is
167 created below. To see the entire list of available configuration options
168 (and an abbreviated description of each one), issue
169 <command>./configure --help</command>. You may also wish to review the
170 entire file and uncomment any other desired options. Create the file by
171 issuing the following command:
172 </para>
173
174<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
175<literal># If you have a multicore machine, all cores will be used by default.
176# If desired, you can reduce the number of cores used, e.g. to 1, by
177# uncommenting the next line and setting a valid number of CPU cores.
178#mk_add_options MOZ_MAKE_FLAGS="-j1"
179
180# If you have installed DBus-Glib comment out this line:
181ac_add_options --disable-dbus
182
183# If you have installed dbus-glib, and you have installed (or will install)
184# wireless-tools, and you wish to use geolocation web services, comment out
185# this line
186ac_add_options --disable-necko-wifi
187
188# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
189# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
190# in about:config. If you have GStreamer 1.x.y, uncomment this line:
191#ac_add_options --enable-gstreamer=1.0
192
193# Uncomment these lines if you have installed optional dependencies:
194#ac_add_options --enable-system-hunspell
195#ac_add_options --enable-startup-notification
196
197# Comment out following option if you have PulseAudio installed
198ac_add_options --disable-pulseaudio
199
200# Comment out following option if you have gconf installed
201ac_add_options --disable-gconf
202
203# Comment out following options if you have not installed
204# recommended dependencies:
205ac_add_options --enable-system-sqlite
206ac_add_options --with-system-libevent
207ac_add_options --with-system-libvpx
208ac_add_options --with-system-nspr
209ac_add_options --with-system-nss
210ac_add_options --with-system-icu
211
212# The BLFS editors recommend not changing anything below this line:
213ac_add_options --prefix=/usr
214ac_add_options --enable-application=suite
215
216ac_add_options --disable-crashreporter
217ac_add_options --disable-updater
218ac_add_options --disable-tests
219
220ac_add_options --enable-optimize
221ac_add_options --enable-strip
222ac_add_options --enable-install-strip
223
224ac_add_options --enable-gio
225ac_add_options --enable-official-branding
226ac_add_options --enable-safe-browsing
227ac_add_options --enable-url-classifier
228
229# Use internal cairo due to reports of unstable execution with
230# system cairo
231#ac_add_options --enable-system-cairo
232ac_add_options --enable-system-ffi
233ac_add_options --enable-system-pixman
234
235ac_add_options --with-pthreads
236
237ac_add_options --with-system-bz2
238ac_add_options --with-system-jpeg
239ac_add_options --with-system-png
240ac_add_options --with-system-zlib
241
242mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir</literal>
243EOF</userinput></screen>
244
245 <para>
246 First, fix building with system freetype-2.6 or later:
247 </para>
248
249<screen><userinput>sed -e '/^ftglyph.h/i ftfntfmt.h' \
250 -e '/^freetype\/ftcache.h/a freetype\/ftfntfmt.h' \
251 -i mozilla/config/system-headers</userinput></screen>
252
253 <note><para>
254 If you are compiling <application>SeaMonkey</application> in chroot, make
255 sure you have the <envar>SHELL</envar> environment variable set or prepend
256 <envar>SHELL=/bin/sh</envar> to the first make command below.
257 </para></note>
258
259 <para>
260 The moz-build-dir directory needs to exist and match the value used in
261 mozconfig (above) for the object directory (MOZ_OBJDIR):
262 </para>
263
264<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
265
266 <para>
267 Compile <application>SeaMonkey</application> by running the following
268 command:
269 </para>
270<!-- Should not be needed if Xorg setup instructions were followed
271 <note><para>If you did not install Xorg in /usr, be sure to specify the
272 location with:</para>
273
274 <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
275export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
276 </note>
277-->
278<screen><userinput>make -f client.mk</userinput></screen>
279
280 <para>
281 This package does not come with a test suite.
282 </para>
283
284 <para>
285 Install <application>SeaMonkey</application> by issuing the following
286 commands as the <systemitem class="username">root</systemitem> user:
287 </para>
288
289<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
290chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
291cp -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
292
293 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
294 All the Development Libraries and Headers
295 </bridgehead>
296
297 <para>
298 If you want to install the full <application>SeaMonkey</application>
299 development environment, as the
300 <systemitem class="username">root</systemitem> user:
301 </para>
302
303<screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
304 </sect2>
305
306 <sect2 role="commands">
307 <title>Command Explanations</title>
308
309 <para>
310 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
311 of Makefile at the beginning of the build, where a file cannot be found.
312 </para>
313
314 <para>
315 <command>make -f client.mk</command>: Mozilla products are packaged to
316 allow the use of a configuration file which can be used to pass the
317 configuration settings to the <command>configure</command> command.
318 <command>make</command> uses the <filename>client.mk</filename> file to
319 get initial configuration and setup parameters.
320 </para>
321
322 </sect2>
323
324 <sect2 role="configuration">
325 <title>Configuring SeaMonkey</title>
326<!-- This worked for me without the extra configuration
327 <para>
328 If you did not add the <option>- -disable-webm</option> option to your
329 <filename>mozconfig</filename>, your <application>SeaMonkey</application>
330 can play most youtube videos without the need for the flash plugin. To
331 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
332 on 'Join the HTML5 Trial' (needs cookies enabled).
333 </para>
334-->
335 <para>
336 For installing various <application>SeaMonkey</application> plugins, refer
337 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
338 Project</ulink>.
339 </para>
340
341 <para>
342 Along with using the <quote>Preferences</quote> menu to configure
343 <application>SeaMonkey</application>'s options and preferences to suit
344 individual tastes, finer grain control of many options is only available
345 using a tool not available from the general menu system. To access this
346 tool, you'll need to open a browser window and enter
347 <systemitem role="url">about:config</systemitem> in the address bar. This
348 will display a list of the configuration preferences and information
349 related to each one. You can use the <quote>Filter:</quote> bar to enter
350 search criteria and narrow down the listed items. Changing a preference
351 can be done using two methods. One, if the preference has a boolean value
352 (True/False), simply double-click on the preference to toggle the value
353 and two, for other preferences simply right-click on the desired line,
354 choose <quote>Modify</quote> from the menu and change the value. Creating
355 new preference items is accomplished in the same way, except choose
356 <quote>New</quote> from the menu and provide the desired data into the
357 fields when prompted.
358 </para>
359
360 <tip>
361 <para>
362 There is a multitude of configuration parameters you can tweak to
363 customize <application>SeaMonkey</application>. A very extensive list of
364 these parameters can be found at
365 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
366 </para>
367 </tip>
368
369 <para>
370 If you use a desktop environment like <application>Gnome</application> or
371 <application>KDE</application> you may wish to create a
372 <filename>seamonkey.desktop</filename> file so that
373 <application>SeaMonkey</application> appears in the panel's menus. If you
374 didn't enable <application>Startup-Notification</application> in your
375 mozconfig change the StartupNotify line to false. As the
376 <systemitem class="username">root</systemitem> user:
377 </para>
378
379<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
380
381cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF" &amp;&amp;
382[Desktop Entry]
383Encoding=UTF-8
384Type=Application
385Name=SeaMonkey
386Comment=The Mozilla Suite
387Icon=seamonkey
388Exec=seamonkey
389Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
390StartupNotify=true
391Terminal=false
392EOF
393
394ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
395 /usr/share/pixmaps</userinput></screen>
396 </sect2>
397
398 <sect2 role="content">
399 <title>Contents</title>
400
401 <segmentedlist>
402 <segtitle>Installed Programs</segtitle>
403 <segtitle>Installed Libraries</segtitle>
404 <segtitle>Installed Directory</segtitle>
405
406 <seglistitem>
407 <seg>seamonkey</seg>
408 <seg>
409 Numerous libraries, browser, and email/newsgroup components, plugins,
410 extensions, and helper modules installed in <filename
411 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
412 </seg>
413 <seg>
414 /usr/lib/seamonkey-&seamonkey-version;
415 </seg>
416 </seglistitem>
417 </segmentedlist>
418
419 <variablelist>
420 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
421 <?dbfo list-presentation="list"?>
422 <?dbhtml list-presentation="table"?>
423
424 <varlistentry id="seamonkey-prog">
425 <term><command>seamonkey</command></term>
426 <listitem>
427 <para>
428 is the Mozilla browser/email/newsgroup/chat client suite.
429 </para>
430 <indexterm zone="seamonkey seamonkey-prog">
431 <primary sortas="b-seamonkey">seamonkey</primary>
432 </indexterm>
433 </listitem>
434 </varlistentry>
435 </variablelist>
436 </sect2>
437</sect1>
Note: See TracBrowser for help on using the repository browser.