source: xsoft/graphweb/seamonkey.xml@ 3dc0e42b

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 3dc0e42b was 3dc0e42b, checked in by Douglas R. Reno <renodr@…>, 3 years ago

Update to seamonkey-2.53.7 (Security Update)

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

  • Property mode set to 100644
File size: 15.6 KB
RevLine 
[f939f05]1<?xml version="1.0" encoding="ISO-8859-1"?>
[6732c094]2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
[f939f05]4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
[c9b986ed]7 <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
[74887424]8 <!ENTITY seamonkey-download-ftp " ">
[3dc0e42b]9 <!ENTITY seamonkey-md5sum "e76560a6d62e211a0001ea2149cd0681">
10 <!ENTITY seamonkey-size "270 MB">
11 <!ENTITY seamonkey-buildsize "6.8 GB (158 MB installed)">
12 <!ENTITY seamonkey-time "17 SBU (on a 4-core machine)">
[a41f643]13]>
[f939f05]14
[d59969b]15<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
[b5eb704]16 <?dbhtml filename="seamonkey.html" ?>
[88dd2f52]17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
[d59969b]23 <title>SeaMonkey-&seamonkey-version;</title>
[88dd2f52]24
[b5eb704]25 <indexterm zone="seamonkey">
[d59969b]26 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
[88dd2f52]27 </indexterm>
28
29 <sect2 role="package">
[d59969b]30 <title>Introduction to SeaMonkey</title>
[88dd2f52]31
[a0d389d]32 <para>
33 <application>SeaMonkey</application> is a browser suite, the Open Source
34 sibling of <application>Netscape</application>. It includes the browser,
35 composer, mail and news clients, and an IRC client. It is the follow-on
36 to the Mozilla browser suite.
37 </para>
38
39 <para>
40 The Mozilla project also hosts two subprojects that aim to satisfy the
41 needs of users who don't need the complete browser suite or prefer to have
42 separate applications for browsing and e-mail. These subprojects are
43 <xref linkend="firefox"/> and <xref linkend="thunderbird"/>. Both are
44 based on the <application>Mozilla</application> source code.
45 </para>
[88cec02]46
[776cb5c3]47 &lfs101_checked;
[88dd2f52]48
49 <bridgehead renderas="sect3">Package Information</bridgehead>
50 <itemizedlist spacing="compact">
[d2e21cb0]51 <listitem>
[a0d389d]52 <para>
53 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
54 </para>
[d2e21cb0]55 </listitem>
[88dd2f52]56 <listitem>
[a0d389d]57 <para>
58 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
59 </para>
[88dd2f52]60 </listitem>
61 <listitem>
[a0d389d]62 <para>
63 Download MD5 sum: &seamonkey-md5sum;
64 </para>
[88dd2f52]65 </listitem>
66 <listitem>
[a0d389d]67 <para>
68 Download size: &seamonkey-size;
69 </para>
[88dd2f52]70 </listitem>
71 <listitem>
[a0d389d]72 <para>
73 Estimated disk space required: &seamonkey-buildsize;
74 </para>
[88dd2f52]75 </listitem>
76 <listitem>
[a0d389d]77 <para>
78 Estimated build time: &seamonkey-time;
79 </para>
[88dd2f52]80 </listitem>
81 </itemizedlist>
[69d1a8e]82
[3bf5de79]83<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
[82a27795]84 <itemizedlist spacing="compact">
85 <listitem>
86 <para>
[3b3720a8]87 Required patch:
88 <ulink url="&patch-root;/seamonkey-&seamonkey-version;-security_fixes-1.patch"/>
[82a27795]89 </para>
90 </listitem>
[3bf5de79]91 </itemizedlist>-->
[69d1a8e]92
[f06c692]93 <note>
94 <para>
95 The tarball
96 <emphasis>seamonkey-&seamonkey-version;.source.tar.xz</emphasis> will
97 untar to <emphasis>seamonkey-&seamonkey-version;</emphasis> directory.
98 </para>
99 </note>
100
[d59969b]101 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
[88dd2f52]102
103 <bridgehead renderas="sect4">Required</bridgehead>
[a0d389d]104 <para role="required">
[e0ba182]105 <xref linkend="autoconf213"/>,
[2245ae0]106 both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
[bf5fb94]107 <xref linkend="python2"/>,
[57daeab9]108 <xref linkend="rust"/>,
[01cd3461]109 <xref linkend="unzip"/>,
110 <xref linkend="yasm"/>, and
111 <xref linkend="zip"/>
[a0d389d]112 </para>
[b5eb704]113
114 <bridgehead renderas="sect4">Recommended</bridgehead>
[a0d389d]115 <para role="recommended">
[566fcae]116 <xref linkend="icu"/>,
117 <xref linkend="libevent"/>,
[57daeab9]118 <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox -->
[3bf5de79]119 <xref linkend="libwebp"/>
120 <xref linkend="nasm"/>,
[2e3b77b]121 <xref linkend="nspr"/>,
[3bf5de79]122 <xref linkend="nss"/>, and
123 <xref linkend="pulseaudio"/>
124 <!-- <xref linkend="sqlite"/> system version no longer supported -->
[82a27795]125 </para>
[3a00b7b8]126<!--
[82a27795]127 <bridgehead renderas="sect4">Optional</bridgehead>
128 <para role="optional">
129 <xref linkend="sqlite"/> (not recommended due to potential
130 security concerns)
[a0d389d]131 </para>
[3a00b7b8]132-->
[316d9591]133 <note>
134 <para>
[566fcae]135 If you don't install recommended dependencies, then internal copies of
136 those packages will be used. They might be tested to work, but they can
137 be out of date or contain security holes.
138 </para>
139 </note>
[94b42903]140<!--
[566fcae]141 <note>
142 <para>
143 You must have installed <application>Openssl</application> before
144 <application>Python 2</application> or the build system will quickly
145 fail with output including "ImportError: cannot import name
146 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
147 an older version of Seamonkey), check if
[0c3e9be8]148 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
149 exists. If it does not, reinstall <xref linkend="python2"/> (after
150 installing <xref linkend="openssl"/>. The latest version of any
[566fcae]151 <emphasis>currently maintained</emphasis> version of Openssl should be
[58b7101]152 satisfactory if already installed.
[566fcae]153 </para>
154 </note>
[94b42903]155-->
[88dd2f52]156 <bridgehead renderas="sect4">Optional</bridgehead>
[a0d389d]157 <para role="optional">
[2c13ebe]158 <xref linkend="alsa-lib"/>,
[566fcae]159 <xref linkend="curl"/>,
[a0d389d]160 <xref linkend="dbus-glib"/>,
161 <xref linkend="doxygen"/>,
[89cdb63d]162 <xref linkend="GConf"/>,
[3a00b7b8]163 <xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),
[1c69133]164 <xref linkend="openjdk"/>,
[566fcae]165 <xref linkend="startup-notification"/>,
166 <xref linkend="valgrind"/>,
167 <xref linkend="wget"/>,
[33befb9]168 <xref linkend="wireless_tools"/>,
169 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and
170 <ulink url="https://facebook.github.io/watchman/">Watchman</ulink>
[a0d389d]171 </para>
172
173 <para condition="html" role="usernotes">
174 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
175 </para>
[566fcae]176
[88dd2f52]177 </sect2>
178
179 <sect2 role="installation">
[d59969b]180 <title>Installation of SeaMonkey</title>
[6a79dc72]181
[a0d389d]182 <para>
183 The configuration of <application>SeaMonkey</application> is accomplished
184 by creating a <filename>mozconfig</filename> file containing the desired
185 configuration options. A default <filename>mozconfig</filename> file is
186 created below. To see the entire list of available configuration options
187 (and an abbreviated description of each one), issue
188 <command>./configure --help</command>. You may also wish to review the
189 entire file and uncomment any other desired options. Create the file by
190 issuing the following command:
191 </para>
[7f588e9a]192
[4def8b6]193<screen><?dbfo keep-together="auto"?><userinput>cat &gt; mozconfig &lt;&lt; "EOF"
[566fcae]194<literal># If you have a multicore machine, all cores will be used by default.
[637f310]195# If desired, you can reduce the number of cores used, e.g. to 1, by
[566fcae]196# uncommenting the next line and setting a valid number of CPU cores.
197#mk_add_options MOZ_MAKE_FLAGS="-j1"
[d59969b]198
[566fcae]199# If you have installed DBus-Glib comment out this line:
[88cec02]200ac_add_options --disable-dbus
[7f588e9a]201
[566fcae]202# If you have installed dbus-glib, and you have installed (or will install)
203# wireless-tools, and you wish to use geolocation web services, comment out
204# this line
[88cec02]205ac_add_options --disable-necko-wifi
[d59969b]206
[566fcae]207# Uncomment these lines if you have installed optional dependencies:
208#ac_add_options --enable-system-hunspell
209#ac_add_options --enable-startup-notification
210
[2c13ebe]211# Uncomment the following option if you have not installed PulseAudio
212#ac_add_options --disable-pulseaudio
213# and uncomment this if you installed alsa-lib instead of PulseAudio
214#ac_add_options --enable-alsa
[89cdb63d]215
216# Comment out following option if you have gconf installed
217ac_add_options --disable-gconf
[3bf5de79]218<!-- comments cause a blank line, following was for icu in the past
219 seems OK with icu-60, seamonkey-2.49
220 line below was with comment and explanation
221# Use the internal version of icu due to execution problems-->
[566fcae]222# Comment out following options if you have not installed
223# recommended dependencies:
[3bf5de79]224ac_add_options --with-system-icu
[566fcae]225ac_add_options --with-system-libevent
226ac_add_options --with-system-nspr
227ac_add_options --with-system-nss
[3bf5de79]228ac_add_options --with-system-webp
[566fcae]229
[0c3d3e5]230# The elf-hack is reported to cause failed installs (after successful builds)
231# on some machines. It is supposed to improve startup time and it shrinks
232# libxul.so by a few MB - comment this if you know your machine is not affected.
233ac_add_options --disable-elf-hack
234
[566fcae]235# The BLFS editors recommend not changing anything below this line:
236ac_add_options --prefix=/usr
[33befb9]237ac_add_options --enable-application=comm/suite
[d59969b]238
[a45062d]239ac_add_options --disable-crashreporter
240ac_add_options --disable-updater
[566fcae]241ac_add_options --disable-tests
242
[9a78b166]243ac_add_options --enable-optimize="-O2"
[566fcae]244ac_add_options --enable-strip
245ac_add_options --enable-install-strip
246ac_add_options --enable-official-branding
247
[2c13ebe]248# From firefox-40 (and the corresponding version of seamonkey),
249# using system cairo caused seamonkey to crash
250# frequently when it was doing background rendering in a tab.
251# This appears to again work in seamonkey-2.49.2
252ac_add_options --enable-system-cairo
[a45062d]253ac_add_options --enable-system-ffi
[566fcae]254ac_add_options --enable-system-pixman
255
256ac_add_options --with-system-bz2
[a0ace670]257ac_add_options --with-system-jpeg
258ac_add_options --with-system-png
[2e3b77b]259ac_add_options --with-system-zlib</literal>
[2d237fa]260EOF</userinput></screen>
[d59969b]261
[5b0a978e]262 <note>
263 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
264 href="../../xincludes/mozshm.xml"/>
265 <!-- if this package switches to using ./mach, replace the
266 folliowing by including mozmach.xml -->
267 <para>
268 Second, either as the <systemitem class="username">root</systemitem>
269 user export the <envar>$SHELL</envar> environment variable using
270 <command>export SHELL=/bin/sh</command> or else prepend
271 <envar>SHELL=/bin/sh</envar> when running the first
272 <command>make</command> command.
273 </para>
274 </note>
[566fcae]275
[3bf5de79]276<!--<para>
[3b3720a8]277 Apply a patch to fix a 0day vulnerability in Seamonkey:
[69d1a8e]278 </para>
279
[909e238]280
[3b3720a8]281<screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-security_fixes-1.patch</userinput></screen>
282
[909e238]283
[f03e2e6c]284 <para>
[5e0a98c]285 Remove a deprecated include which breaks the build with glibc-2.32:
[f03e2e6c]286 </para>
287
[3bf5de79]288<screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
[ec2353a]289
[a0d389d]290 <para>
291 Compile <application>SeaMonkey</application> by running the following
[82a27795]292 commands:
[a0d389d]293 </para>
[b0ed6bdf]294
[909e238]295<screen><userinput>CC=gcc CXX=g++ make -f client.mk</userinput></screen>
[82a27795]296
[909e238]297 <note>
298 <para>
299 The CC and CXX variables above are only needed if
300 <xref linkend="llvm"/> is installed and you do not want to use clang.
301 </para>
302 </note>
[7f588e9a]303
[a0d389d]304 <para>
[72ac7f2]305 This package does not come with a test suite.
[a0d389d]306 </para>
[87c2868]307
[a0d389d]308 <para>
309 Install <application>SeaMonkey</application> by issuing the following
310 commands as the <systemitem class="username">root</systemitem> user:
311 </para>
[7f588e9a]312
[3cdb31d]313
[3551afa]314<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
[6e5b1606]315chown -R 0:0 /usr/lib/seamonkey &amp;&amp;
[2e3b77b]316
317cp -v $(find -name seamonkey.1 | head -n1) /usr/share/man/man1</userinput></screen>
[3551afa]318
[7f588e9a]319 </sect2>
320
321 <sect2 role="commands">
322 <title>Command Explanations</title>
[8a89491]323
[a0d389d]324 <para>
325 <command>make -f client.mk</command>: Mozilla products are packaged to
326 allow the use of a configuration file which can be used to pass the
327 configuration settings to the <command>configure</command> command.
328 <command>make</command> uses the <filename>client.mk</filename> file to
329 get initial configuration and setup parameters.
330 </para>
331
[88dd2f52]332 </sect2>
333
334 <sect2 role="configuration">
[d59969b]335 <title>Configuring SeaMonkey</title>
[2e3b77b]336
[a0d389d]337 <para>
[33befb9]338 For installing various <application>SeaMonkey</application> add-ons, refer
339 to <ulink url="https://addons.thunderbird.net/en-US/seamonkey/">Add-ons
340 for Seamonkey</ulink>.
[a0d389d]341 </para>
342
343 <para>
344 Along with using the <quote>Preferences</quote> menu to configure
345 <application>SeaMonkey</application>'s options and preferences to suit
346 individual tastes, finer grain control of many options is only available
347 using a tool not available from the general menu system. To access this
348 tool, you'll need to open a browser window and enter
349 <systemitem role="url">about:config</systemitem> in the address bar. This
350 will display a list of the configuration preferences and information
[33befb9]351 related to each one. You can use the <quote>Search:</quote> bar to enter
[a0d389d]352 search criteria and narrow down the listed items. Changing a preference
353 can be done using two methods. One, if the preference has a boolean value
354 (True/False), simply double-click on the preference to toggle the value
355 and two, for other preferences simply right-click on the desired line,
356 choose <quote>Modify</quote> from the menu and change the value. Creating
357 new preference items is accomplished in the same way, except choose
358 <quote>New</quote> from the menu and provide the desired data into the
359 fields when prompted.
360 </para>
[7f588e9a]361
[33befb9]362<!-- The URL no longer exists.
[7f588e9a]363 <tip>
[a0d389d]364 <para>
365 There is a multitude of configuration parameters you can tweak to
366 customize <application>SeaMonkey</application>. A very extensive list of
367 these parameters can be found at
368 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
369 </para>
[7f588e9a]370 </tip>
[33befb9]371-->
[a0d389d]372 <para>
373 If you use a desktop environment like <application>Gnome</application> or
374 <application>KDE</application> you may wish to create a
375 <filename>seamonkey.desktop</filename> file so that
[b83d289]376 <application>SeaMonkey</application> appears in the panel's menus. If you
[a0d389d]377 didn't enable <application>Startup-Notification</application> in your
378 mozconfig change the StartupNotify line to false. As the
379 <systemitem class="username">root</systemitem> user:
380 </para>
[5e2fb70]381
[4520f55]382<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
[fc9245e]383
[f002c3c]384cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF"
[51dfb3e]385<literal>[Desktop Entry]
[5e2fb70]386Encoding=UTF-8
387Type=Application
[b83d289]388Name=SeaMonkey
[5e2fb70]389Comment=The Mozilla Suite
390Icon=seamonkey
391Exec=seamonkey
392Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
393StartupNotify=true
[51dfb3e]394Terminal=false</literal>
[5e2fb70]395EOF
[fc9245e]396
[5dde2656]397ln -sfv /usr/lib/seamonkey/chrome/icons/default/default128.png \
[7226770c]398 /usr/share/pixmaps/seamonkey.png</userinput></screen>
[88dd2f52]399 </sect2>
400
401 <sect2 role="content">
402 <title>Contents</title>
403
404 <segmentedlist>
[7f588e9a]405 <segtitle>Installed Programs</segtitle>
[88dd2f52]406 <segtitle>Installed Libraries</segtitle>
[c5f005b]407 <segtitle>Installed Directory</segtitle>
[88dd2f52]408
409 <seglistitem>
[88cec02]410 <seg>seamonkey</seg>
[a0d389d]411 <seg>
412 Numerous libraries, browser, and email/newsgroup components, plugins,
[4c24eb0a]413 extensions, and helper modules installed in
414 <filename class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
[a0d389d]415 </seg>
[7498751]416 <seg>
[33befb9]417 /usr/lib/seamonkey
[7498751]418 </seg>
[88dd2f52]419 </seglistitem>
420 </segmentedlist>
421
422 <variablelist>
423 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
424 <?dbfo list-presentation="list"?>
425 <?dbhtml list-presentation="table"?>
426
[b5eb704]427 <varlistentry id="seamonkey-prog">
428 <term><command>seamonkey</command></term>
[88dd2f52]429 <listitem>
[a0d389d]430 <para>
[4c24eb0a]431 is the Mozilla browser/email/newsgroup/chat client suite
[a0d389d]432 </para>
[b5eb704]433 <indexterm zone="seamonkey seamonkey-prog">
434 <primary sortas="b-seamonkey">seamonkey</primary>
[88dd2f52]435 </indexterm>
436 </listitem>
437 </varlistentry>
438 </variablelist>
439 </sect2>
[4c24eb0a]440
[f45b1953]441</sect1>
Note: See TracBrowser for help on using the repository browser.