source: xsoft/graphweb/seamonkey.xml@ f45fa1c

systemd-13485
Last change on this file since f45fa1c was 54aaa89, checked in by Douglas R. Reno <renodr@…>, 8 years ago

Sync to trunk r17213
Added entity for GNOME-3.20

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

  • Property mode set to 100644
File size: 15.3 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
[5e94b6c3]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 " ">
[54aaa89]10 <!ENTITY seamonkey-md5sum "5789df8f96e14577c275f10fdf8462f3">
11 <!ENTITY seamonkey-size "185 MB">
[5e94b6c3]12 <!ENTITY seamonkey-buildsize "4.3 GB (84 MB installed)">
[54aaa89]13 <!ENTITY seamonkey-time "13 SBU (using parallelism=4)">
[a41f643]14]>
[f939f05]15
[d59969b]16<sect1 id="seamonkey" xreflabel="SeaMonkey-&seamonkey-version;">
[b5eb704]17 <?dbhtml filename="seamonkey.html" ?>
[88dd2f52]18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
[d59969b]24 <title>SeaMonkey-&seamonkey-version;</title>
[88dd2f52]25
[b5eb704]26 <indexterm zone="seamonkey">
[d59969b]27 <primary sortas="a-SeaMonkey">SeaMonkey</primary>
[88dd2f52]28 </indexterm>
29
30 <sect2 role="package">
[d59969b]31 <title>Introduction to SeaMonkey</title>
[88dd2f52]32
[a0d389d]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>
[88cec02]47
[5e94b6c3]48 &lfs78_checked;
[88dd2f52]49
50 <bridgehead renderas="sect3">Package Information</bridgehead>
51 <itemizedlist spacing="compact">
[d2e21cb0]52 <listitem>
[a0d389d]53 <para>
54 Download (HTTP): <ulink url="&seamonkey-download-http;"/>
55 </para>
[d2e21cb0]56 </listitem>
[88dd2f52]57 <listitem>
[a0d389d]58 <para>
59 Download (FTP): <ulink url="&seamonkey-download-ftp;"/>
60 </para>
[88dd2f52]61 </listitem>
62 <listitem>
[a0d389d]63 <para>
64 Download MD5 sum: &seamonkey-md5sum;
65 </para>
[88dd2f52]66 </listitem>
67 <listitem>
[a0d389d]68 <para>
69 Download size: &seamonkey-size;
70 </para>
[88dd2f52]71 </listitem>
72 <listitem>
[a0d389d]73 <para>
74 Estimated disk space required: &seamonkey-buildsize;
75 </para>
[88dd2f52]76 </listitem>
77 <listitem>
[a0d389d]78 <para>
79 Estimated build time: &seamonkey-time;
80 </para>
[88dd2f52]81 </listitem>
82 </itemizedlist>
[4520f55]83
[5e94b6c3]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
[d59969b]92 <bridgehead renderas="sect3">SeaMonkey Dependencies</bridgehead>
[88dd2f52]93
94 <bridgehead renderas="sect4">Required</bridgehead>
[a0d389d]95 <para role="required">
96 <xref linkend="alsa-lib"/>,
97 <xref linkend="gtk2"/>,
[54aaa89]98 <xref linkend="unzip"/>,
99 <xref linkend="yasm"/>, and
100 <xref linkend="zip"/>
[a0d389d]101 </para>
[b5eb704]102
103 <bridgehead renderas="sect4">Recommended</bridgehead>
[a0d389d]104 <para role="recommended">
[ac38e9dc]105 <xref linkend="icu"/>,
106 <xref linkend="libevent"/>,
107 <xref linkend="libvpx"/>,
108 <xref linkend="nspr"/>,
[5e94b6c3]109 <xref linkend="nss"/>, and
[ac38e9dc]110 <xref linkend="sqlite"/>
[a0d389d]111 </para>
[88dd2f52]112
[ac38e9dc]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>
[5e94b6c3]123 You must have installed <application>Openssl</application> before
124 <application>Python 2</application> or the build system will quickly
[ac38e9dc]125 fail with output including "ImportError: cannot import name
126 HTTPSHandler". If you are in any doubt about this (e.g. upgrading from
[5e94b6c3]127 an older version of Seamonkey), check if
[ac38e9dc]128 <filename>/usr/lib/python&python2-majorver;/lib-dynload/_ssl.so</filename>
[5e94b6c3]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
[ac38e9dc]132 satisfactory if already installed.
133 </para>
134 </note>
135
[88dd2f52]136 <bridgehead renderas="sect4">Optional</bridgehead>
[a0d389d]137 <para role="optional">
[ac38e9dc]138 <xref linkend="curl"/>,
[a0d389d]139 <xref linkend="dbus-glib"/>,
140 <xref linkend="doxygen"/>,
[5e94b6c3]141 <xref linkend="GConf"/>,
[ac38e9dc]142 <xref linkend="gst10-plugins-base"/> (with
143 <xref linkend="gst10-plugins-good"/> and
144 <xref linkend="gst10-libav"/> at runtime),
[1c69133]145 <xref linkend="openjdk"/>,
146 <xref linkend="pulseaudio"/>,
[ac38e9dc]147 <xref linkend="startup-notification"/>,
148 <xref linkend="valgrind"/>,
149 <xref linkend="wget"/>,
[5e94b6c3]150 <xref linkend="wireless_tools"/>, and
[b9b0e28]151 <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>
[a0d389d]152 </para>
153
154 <para condition="html" role="usernotes">
155 User Notes: <ulink url="&blfs-wiki;/seamonkey"/>
156 </para>
[5e94b6c3]157
[88dd2f52]158 </sect2>
159
160 <sect2 role="installation">
[d59969b]161 <title>Installation of SeaMonkey</title>
[6a79dc72]162
[a0d389d]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>
[7f588e9a]173
[ac38e9dc]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"
[d59969b]179
[ac38e9dc]180# If you have installed DBus-Glib comment out this line:
[88cec02]181ac_add_options --disable-dbus
[7f588e9a]182
[ac38e9dc]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
[88cec02]186ac_add_options --disable-necko-wifi
[d59969b]187
[5e94b6c3]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:
[ac38e9dc]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
[5e94b6c3]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
[ac38e9dc]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
[d59969b]215
[a45062d]216ac_add_options --disable-crashreporter
217ac_add_options --disable-updater
[ac38e9dc]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
[5e94b6c3]229# Use internal cairo due to reports of unstable execution with
230# system cairo
231#ac_add_options --enable-system-cairo
[a45062d]232ac_add_options --enable-system-ffi
[ac38e9dc]233ac_add_options --enable-system-pixman
234
[a0ace670]235ac_add_options --with-pthreads
[ac38e9dc]236
237ac_add_options --with-system-bz2
[a0ace670]238ac_add_options --with-system-jpeg
239ac_add_options --with-system-png
[ac38e9dc]240ac_add_options --with-system-zlib
241
242mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir</literal>
[2d237fa]243EOF</userinput></screen>
[d59969b]244
[5e94b6c3]245 <note><para>
246 If you are compiling <application>SeaMonkey</application> in chroot, make
247 sure you have the <envar>SHELL</envar> environment variable set or prepend
248 <envar>SHELL=/bin/sh</envar> to the first make command below.
249 </para></note>
[ac38e9dc]250
[87dddd1e]251 <para>
[1023e8f]252 The moz-build-dir directory needs to exist and match the value used in
[5e94b6c3]253 mozconfig (above) for the object directory (MOZ_OBJDIR):
[87dddd1e]254 </para>
255
[5e94b6c3]256<screen><userinput>mkdir -vp mozilla/moz-build-dir</userinput></screen>
[87dddd1e]257
[a0d389d]258 <para>
259 Compile <application>SeaMonkey</application> by running the following
260 command:
261 </para>
[5e94b6c3]262<!-- Should not be needed if Xorg setup instructions were followed
263 <note><para>If you did not install Xorg in /usr, be sure to specify the
264 location with:</para>
[7f588e9a]265
[5e94b6c3]266 <screen><userinput>export CPLUS_INCLUDE_PATH=$XORG_PREFIX/include
267export C_INCLUDE_PATH=$XORG_PREFIX/include</userinput></screen>
268 </note>
269-->
[580988a]270<screen><userinput>make -f client.mk</userinput></screen>
[7f588e9a]271
[a0d389d]272 <para>
[ac38e9dc]273 This package does not come with a test suite.
[a0d389d]274 </para>
[87c2868]275
[a0d389d]276 <para>
277 Install <application>SeaMonkey</application> by issuing the following
278 commands as the <systemitem class="username">root</systemitem> user:
279 </para>
[7f588e9a]280
[5e94b6c3]281<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
282chown -R 0:0 /usr/lib/seamonkey-&seamonkey-version; &amp;&amp;
283cp -v moz-build-dir/dist/man/man1/seamonkey.1 /usr/share/man/man1</userinput></screen>
284
285 <bridgehead renderas="sect3" id="devel-seamonkey" xreflabel="SeaMonkey">
286 All the Development Libraries and Headers
287 </bridgehead>
[fc9245e]288
[7498751]289 <para>
[5e94b6c3]290 If you want to install the full <application>SeaMonkey</application>
291 development environment, as the
[495ebe07]292 <systemitem class="username">root</systemitem> user:
[7498751]293 </para>
294
[5e94b6c3]295<screen role="root"><userinput>make -C moz-build-dir install</userinput></screen>
[7f588e9a]296 </sect2>
297
298 <sect2 role="commands">
299 <title>Command Explanations</title>
[88cec02]300
[5e94b6c3]301 <para>
302 <command>mkdir -vp mozilla/moz-build-dir</command>: fixes a build failure
303 of Makefile at the beginning of the build, where a file cannot be found.
304 </para>
305
[a0d389d]306 <para>
307 <command>make -f client.mk</command>: Mozilla products are packaged to
308 allow the use of a configuration file which can be used to pass the
309 configuration settings to the <command>configure</command> command.
310 <command>make</command> uses the <filename>client.mk</filename> file to
311 get initial configuration and setup parameters.
312 </para>
313
[88dd2f52]314 </sect2>
315
316 <sect2 role="configuration">
[d59969b]317 <title>Configuring SeaMonkey</title>
[5e94b6c3]318<!-- This worked for me without the extra configuration
319 <para>
320 If you did not add the <option>- -disable-webm</option> option to your
321 <filename>mozconfig</filename>, your <application>SeaMonkey</application>
322 can play most youtube videos without the need for the flash plugin. To
323 enable this, go to <ulink url="http://www.youtube.com/html5"/> and click
324 on 'Join the HTML5 Trial' (needs cookies enabled).
325 </para>
326-->
[a0d389d]327 <para>
328 For installing various <application>SeaMonkey</application> plugins, refer
329 to <ulink url="http://plugindoc.mozdev.org/linux.html">Mozdev's PluginDoc
330 Project</ulink>.
331 </para>
332
333 <para>
334 Along with using the <quote>Preferences</quote> menu to configure
335 <application>SeaMonkey</application>'s options and preferences to suit
336 individual tastes, finer grain control of many options is only available
337 using a tool not available from the general menu system. To access this
338 tool, you'll need to open a browser window and enter
339 <systemitem role="url">about:config</systemitem> in the address bar. This
340 will display a list of the configuration preferences and information
341 related to each one. You can use the <quote>Filter:</quote> bar to enter
342 search criteria and narrow down the listed items. Changing a preference
343 can be done using two methods. One, if the preference has a boolean value
344 (True/False), simply double-click on the preference to toggle the value
345 and two, for other preferences simply right-click on the desired line,
346 choose <quote>Modify</quote> from the menu and change the value. Creating
347 new preference items is accomplished in the same way, except choose
348 <quote>New</quote> from the menu and provide the desired data into the
349 fields when prompted.
350 </para>
[7f588e9a]351
352 <tip>
[a0d389d]353 <para>
354 There is a multitude of configuration parameters you can tweak to
355 customize <application>SeaMonkey</application>. A very extensive list of
356 these parameters can be found at
357 <ulink url="http://preferential.mozdev.org/preferences.html"/>.
358 </para>
[7f588e9a]359 </tip>
360
[a0d389d]361 <para>
[5e94b6c3]362 If you use a desktop environment like <application>Gnome</application> or
363 <application>KDE</application> you may wish to create a
364 <filename>seamonkey.desktop</filename> file so that
365 <application>SeaMonkey</application> appears in the panel's menus. If you
366 didn't enable <application>Startup-Notification</application> in your
367 mozconfig change the StartupNotify line to false. As the
368 <systemitem class="username">root</systemitem> user:
[a0d389d]369 </para>
[5e2fb70]370
[5e94b6c3]371<screen role="root"><userinput>mkdir -pv /usr/share/{applications,pixmaps} &amp;&amp;
[fc9245e]372
[c099902d]373cat &gt; /usr/share/applications/seamonkey.desktop &lt;&lt; "EOF" &amp;&amp;
[5e2fb70]374[Desktop Entry]
375Encoding=UTF-8
376Type=Application
[b83d289]377Name=SeaMonkey
[5e2fb70]378Comment=The Mozilla Suite
379Icon=seamonkey
380Exec=seamonkey
381Categories=Network;GTK;Application;Email;Browser;WebBrowser;News;
382StartupNotify=true
383Terminal=false
384EOF
[fc9245e]385
[6a79dc72]386ln -sfv /usr/lib/seamonkey-&seamonkey-version;/chrome/icons/default/seamonkey.png \
387 /usr/share/pixmaps</userinput></screen>
[88dd2f52]388 </sect2>
389
390 <sect2 role="content">
391 <title>Contents</title>
392
393 <segmentedlist>
[7f588e9a]394 <segtitle>Installed Programs</segtitle>
[88dd2f52]395 <segtitle>Installed Libraries</segtitle>
[5e94b6c3]396 <segtitle>Installed Directory</segtitle>
[88dd2f52]397
398 <seglistitem>
[5e94b6c3]399 <seg>seamonkey</seg>
[ac38e9dc]400 <seg>
[5e94b6c3]401 Numerous libraries, browser, and email/newsgroup components, plugins,
402 extensions, and helper modules installed in <filename
403 class="directory">/usr/lib/seamonkey-&seamonkey-version;</filename>
[a0d389d]404 </seg>
[7498751]405 <seg>
[ac38e9dc]406 /usr/lib/seamonkey-&seamonkey-version;
[7498751]407 </seg>
[88dd2f52]408 </seglistitem>
409 </segmentedlist>
410
411 <variablelist>
412 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
413 <?dbfo list-presentation="list"?>
414 <?dbhtml list-presentation="table"?>
415
[b5eb704]416 <varlistentry id="seamonkey-prog">
417 <term><command>seamonkey</command></term>
[88dd2f52]418 <listitem>
[a0d389d]419 <para>
[de930747]420 is the Mozilla browser/email/newsgroup/chat client suite.
[a0d389d]421 </para>
[b5eb704]422 <indexterm zone="seamonkey seamonkey-prog">
423 <primary sortas="b-seamonkey">seamonkey</primary>
[88dd2f52]424 </indexterm>
425 </listitem>
426 </varlistentry>
427 </variablelist>
428 </sect2>
[f45b1953]429</sect1>
Note: See TracBrowser for help on using the repository browser.