source: xsoft/graphweb/seamonkey.xml@ 89cdb63d

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

Fix issues in mozilla apps with freetype-2.6.1 and gconf dependencies.

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

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