source: x/lib/xulrunner.xml@ f40ee79

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 7.10 7.4 7.5 7.6 7.6-blfs 7.6-systemd 7.7 7.8 7.9 8.0 8.1 8.2 8.3 8.4 9.0 9.1 basic bdubbs/svn elogind gnome kde5-13430 kde5-14269 kde5-14686 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts krejzi/svn lazarus lxqt nosym perl-modules plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition systemd-11177 systemd-13485 trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since f40ee79 was f40ee79, checked in by Ken Moffat <ken@…>, 14 years ago

Update firefox (and xulrunner) to match the updated libpng. Tested on LFS-6.6 x86_64.

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

  • Property mode set to 100644
File size: 16.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 xulrunner-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
8 <!ENTITY xulrunner-download-ftp "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
9 <!-- md5sum and size should match firefox, but the buildize and time will differ -->
10 <!ENTITY xulrunner-md5sum "0ee5f14fd8be07513d16131027ebcb61">
11 <!ENTITY xulrunner-size "49 MB">
12 <!ENTITY xulrunner-buildsize "820 MB">
13 <!ENTITY xulrunner-time "12 SBU">
14]>
15
16<sect1 id="xulrunner" xreflabel="Xulrunner-&xulrunner-version;">
17 <?dbhtml filename="xulrunner.html" ?>
18
19 <sect1info>
20 <othername>$LastChangedBy$</othername>
21 <date>$Date$</date>
22 </sect1info>
23
24 <title>Xulrunner-&xulrunner-version;</title>
25
26 <indexterm zone="xulrunner">
27 <primary sortas="a-Xulrunner">Xulrunner</primary>
28 </indexterm>
29
30 <sect2 role="package">
31 <title>Introduction to Xulrunner</title>
32
33 <para><application>Xulrunner</application> is a runtime environment for XUL
34 applications, and forms the major part of the <application>Mozilla</application>
35 codebase. In particular, it provides the gecko engine together with pkgconfig
36 files so that applications such as <application>Yelp</application> can find
37 and use it. However, be aware that Gnome applications are transitioning to
38 <application>Webkit</application> instead of gecko.</para>
39
40 <bridgehead renderas="sect3">Package Information</bridgehead>
41 <itemizedlist spacing="compact">
42 <listitem>
43 <para>Download (HTTP): <ulink url="&xulrunner-download-http;"/></para>
44 </listitem>
45 <listitem>
46 <para>Download (FTP): <ulink url="&xulrunner-download-ftp;"/></para>
47 <tip><para>When a new version of <application>Firefox</application> is
48 released, sometimes a corresponding new version of
49 <application>Xulrunner</application> appears at the same time. At other
50 times it appears several days later or not at all. So far in the
51 <application>Firefox-3.x</application> series, every new release has
52 created xulrunner libraries with a corresponding new version. Whenever
53 a separate Xulrunner tarball has been released, it has been bitwise
54 identical to the corresponding Firefox tarball. Use the
55 <application>Firefox</application> tarball to save downloading this
56 large package twice.</para></tip>
57 </listitem>
58 <listitem>
59 <para>Download MD5 sum: &xulrunner-md5sum;</para>
60 </listitem>
61 <listitem>
62 <para>Download size: &xulrunner-size;</para>
63 </listitem>
64 <listitem>
65 <para>Estimated disk space required: &xulrunner-buildsize; (using
66 recommended dependencies)</para>
67 </listitem>
68 <listitem>
69 <para>Estimated build time: &xulrunner-time; (using recommended
70 dependencies)</para>
71 </listitem>
72 </itemizedlist>
73
74 <bridgehead renderas="sect3">Additional Downloads</bridgehead>
75 <itemizedlist spacing="compact">
76 <listitem>
77 <para>Optional patch: <ulink
78 url="&patch-root;/firefox-&firefox-version;-provide_system_nspr_nss-1.patch"/>
79 (Required if using the included NSPR and NSS libs as system versions for
80 other packages)</para>
81 </listitem>
82 </itemizedlist>
83
84 <bridgehead renderas="sect3">Xulrunner Dependencies</bridgehead>
85
86 <bridgehead renderas="sect4">Required</bridgehead>
87 <para role="required"><xref linkend="alsa-lib"/>
88 <xref linkend="gtk2"/>,
89 <xref linkend="libidl"/>,
90 <xref linkend="pango"/>,
91 <xref linkend="python"/>, and
92 <xref linkend="zip"/></para>
93
94 <para>Note: <application>libjpeg</application> should have been installed
95 before <application>GTK+</application> and should exist on your system. If
96 for some reason you haven't installed <application>libjpeg</application>,
97 you should remove the <option>--with-system-jpeg</option> option from the
98 <filename>.mozconfig</filename> file created below.</para>
99
100 <bridgehead renderas="sect4">Recommended</bridgehead>
101 <para role="recommended"><xref linkend="sqlite"/> (internal sqlite is
102 incompatable with existing or future installations)</para>
103
104 <bridgehead renderas="sect4">Optional</bridgehead>
105 <para role="optional"><xref linkend="dbus-glib"/>,
106 <xref linkend="doxygen"/>,
107 <xref linkend="curl"/> (only for crash-reporter),
108 <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
109 (for gnome integration),
110 <xref linkend="libnotify"/>,
111 <xref linkend="libpng"/> (patched for apng support),
112 <!-- Redundant as NSS requires this
113 <xref linkend="nspr"/> (recommended if you build any other Mozilla.org
114 packages), -->
115 <xref linkend="nss"/> (recommended if you build any other Mozilla.org
116 packages),
117 <xref linkend="startup-notification"/>,
118 <xref linkend="unzip"/>,
119 <ulink url="http://www.valgrind.org/">Valgrind</ulink> (only for testing the
120 jemalloc code), and
121 <xref linkend="wget"/></para>
122
123 <para condition="html" role="usernotes">User Notes:
124 <ulink url="&blfs-wiki;/xulrunner"/></para>
125
126 </sect2>
127
128 <sect2 role="installation">
129 <title>Installation of Xulrunner</title>
130
131 <para>The configuration of <application>Xulrunner</application> is
132 accomplished by creating a <filename>.mozconfig</filename> file containing
133 the desired configuration options. A default <filename>.mozconfig</filename>
134 is created below. To see the entire list of available configuration options
135 (and an abbreviated description of each one), issue
136 <command>./configure --help</command>. You should review the entire file
137 and comment or uncomment options as necessary. If you would prefer to
138 download the file instead of creating it by typing or cut-and-pasting, you
139 can find it at
140 <ulink url="&files-anduin;/xulrunner-&xulrunner-version;-mozconfig"/>
141 (the file must be installed in the root of the source tree,
142 <!-- directory name changes depending on version of Xulrunner
143 <filename class='directory'>mozilla</filename> directory,--> and named
144 <filename>.mozconfig</filename> or <filename>mozconfig</filename>).</para>
145
146<screen><?dbfo keep-together="auto"?><userinput>cat &gt; .mozconfig &lt;&lt; "EOF"
147<literal># This file contains the options used in the Xulrunner build. You may
148# need to specify additional options for your specific build needs.
149# Use the information provided by running './configure --help' to
150# help you determine if you need to add any additional options.
151# Some additional options can be added by uncommenting the examples
152# in this file or adding options by inserting a line containing
153# 'ac_add_options --some-option-you-need'. Be aware that some accepted
154# options, such as '--with-system-bz2', do not affect the build.
155
156# specify that we want to build xulrunner
157ac_add_options --enable-application=xulrunner
158
159# Create an object directory and specify to build the package in that
160# directory. If desired, modify the location of the object directory
161# to a directory inside the source tree by removing '../' from the
162# line below.
163mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../xulrunner-build
164
165# Specify the installation prefix. If you would prefer Xulrunner
166# installed in a different prefix, modify the line below to fit
167# your needs (the config will always be written to /etc/gre.d)
168ac_add_options --prefix=/usr
169
170# apply a minimal level of optimization (-O)
171ac_add_options --enable-optimize
172
173# These options are used so that the Xulrunner binaries are linked to
174# the system-installed copies of the specified libraries instead of
175# the source tree code which may not be the most recent versions.
176# With the exception of libsqlite3, the libraries are statically linked.
177
178# (Options to use system installed libraries)
179# Using the shipped version of libsqlite3 has been reported to cause
180# problems with other applications which were using sqlite3.
181# Only comment this line if you know exactly what you are doing!
182ac_add_options --enable-system-sqlite
183
184# Comment this only if you want to use whatever patched version of cairo
185# is in the shipped mozilla tree, together with the system headers.
186ac_add_options --enable-system-cairo
187
188# Comment this if you did not build libjpeg before GTK+-2.
189ac_add_options --with-system-jpeg
190
191# These two options enable support for building Xulrunner with
192# system-installed versions of the Network Security Services (NSS)
193# and Netscape Portable Runtime (NSPR) libraries. Comment them if
194# you wish to use the included copies (not recommended).
195ac_add_options --with-system-nspr
196ac_add_options --with-system-nss
197
198# Comment this if you have not built png with the apng patch.
199ac_add_options --with-system-png
200
201# The pthreads option is only used when building nspr
202# Uncomment this if you build the included nspr.
203#ac_add_options --with-pthreads
204
205# zlib is included in LFS. Do not comment this line.
206ac_add_options --with-system-zlib
207
208# (Options to disable parts of the package)
209# This option is used to disable the a11y support in the Xulrunner
210# binaries. Comment out this option if you require a11y support.
211ac_add_options --disable-accessibility
212
213# Uncomment this if you did not build curl.
214#ac_add_options --disable-crashreporter
215
216# Comment this if you have built dbus-glib.
217ac_add_options --disable-dbus
218
219# Comment this if you have gnome-vfs and libgnomeui, and wish to
220# integrate xulrunner into your gnome desktop
221ac_add_options --disable-gnomevfs
222
223# Comment this if you have wireless-tools installed and wish to use the new
224# Necko WiFi scanning.
225ac_add_options --disable-necko-wifi
226
227# Comment this if you have installed libnotify.
228ac_add_options --disable-libnotify
229
230# This option is added so that the Mozilla Installer program is not
231# built or installed. The program is not required for a BLFS
232# installation of Xulrunner.
233ac_add_options --disable-installer
234
235# If you enable javaxpcom, you must have a java compiler installed.
236ac_add_options --disable-javaxpcom
237
238# This option is added so that test libraries and programs are not
239# built. These would only be required for debugging purposes.
240ac_add_options --disable-tests
241
242# Disable the updater, which is not appropriate if you build from source
243ac_add_options --disable-updater
244
245# (options to add extra parts of the package)
246# Use the anti-phishing measures (a blacklist of sites).
247ac_add_options --enable-safe-browsing
248
249# This option is used so that the debugging symbols are removed from
250# the installed binaries during the installation process. Comment out
251# this option if you may have a need to retain the debugging symbols
252# in the installed binaries (the resulting binaries will be about 7MB
253# bigger).
254ac_add_options --enable-strip
255
256# Uncomment this option if you desire support for dual-monitor
257# display using the X-Window Xinerama libraries.
258#ac_add_options --enable-xinerama
259
260# This option identifies the default binary directory of the Xulrunner
261# installation and is used to locate Xulrunner's installed files. This
262# option is is only used for development purposes.
263#ac_add_options --with-default-mozilla-five-home=/usr/lib/xulrunner-&xulrunner-version;</literal>
264
265
266EOF</userinput></screen>
267
268 <para>If you did not install <xref linkend="nspr"/> and
269 <xref linkend="nss"/>, then apply the patch with the following
270 command:</para>
271
272<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-provide_system_nss_nspr-1.patch</userinput></screen>
273
274 <para>Install <application>Xulrunner</application> by issuing the
275 following commands:</para>
276
277<screen><userinput>sed 's@stable@unstable@' \
278 -i xulrunner/installer/mozilla-js.pc.in &amp;&amp;
279echo "Requires: nspr" >>xulrunner/installer/libxul-embedding.pc.in &amp;&amp;
280make -f client.mk build</userinput></screen>
281
282 <para>This package does not come with a test suite.</para>
283
284 <para>Now, as the <systemitem class="username">root</systemitem> user:</para>
285
286<screen role="root"><userinput>make -f client.mk install &amp;&amp;
287install -v -d-m644 /usr/lib/mozilla &amp;&amp;
288ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins \
289 /usr/lib/mozilla &amp;&amp;
290chown -Rv root:root /usr/lib/xulrunner-* \
291 /usr/bin/xulrunner &amp;&amp;
292ln -sfv xulrunner-devel-&xulrunner-version;/lib/lib{xul,xpcom,mozjs}.so \
293 /usr/lib</userinput></screen>
294
295 <para>If you've elected to use the included NSPR and NSS, while still the
296 <systemitem class="username">root</systemitem> user, complete the
297 installation with the following commands:</para>
298
299<screen role="root"><userinput>for DL in \
300 libnss3.so libnssutil3.so libsmime3.so libssl3.so libsoftokn3.so \
301 libplds4.so libplc4.so libnspr4.so
302do
303 ln -sv xulrunner-&xulrunner-version;/$DL /usr/lib
304done</userinput></screen>
305
306 </sect2>
307
308 <sect2 role="commands">
309 <title>Command Explanations</title>
310
311 <para><command>echo "Requires: nspr"
312 >>xulrunner/installer/libxul-embedding.pc.in</command>: If you try to build
313 <application>Yelp</application> without this, the
314 prtypes header from NSPR will not be found. It is arguable whose error this
315 is (the code presumably works on earlier geckos), but this fix is unlikely
316 to cause any damage in other packages.</para>
317
318 <para><command>make -f client.mk ...</command>: Mozilla products are
319 packaged to allow the use of a configuration file which can be used to
320 pass the configuration settings to the <command>configure</command>
321 command. <command>make</command> uses the <filename>client.mk</filename>
322 file to get initial configuration and setup parameters, then depending on
323 the target parameter (<parameter>build</parameter> or
324 <parameter>install</parameter>), either runs the
325 <command>configure</command> script and compiles the package or installs
326 the package.</para>
327
328 <para><command>for DL in ...</command>: The NSPR and NSS libraries shipped
329 with this package are installed into
330 <filename class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename>
331 which means they will not be found at runtime. By using symbolic links from
332 <filename class="directory">/usr/lib</filename> the libraries will be found
333 and the links can be easily changed to point to a newer version during an
334 upgrade.</para>
335
336 <para><command>ln -sv /usr/lib/xulrunner-&xulrunner-version;/plugins
337 /usr/lib/mozilla</command>: Some packages will install browser plugins
338 into <filename class='directory'>/usr/lib/mozilla/plugins</filename>.
339 Creating this as a symlink to the <application>Xulrunner</application>
340 plugins keeps additional plugins in a common directory.</para>
341
342 <note>
343 <para>When you upgrade Xulrunner, remember to update the symlinks and to
344 copy any additional plugins compiled against this series of Xulrunner to the
345 new plugin directory.</para>
346 </note>
347
348 </sect2>
349
350 <sect2 role="content">
351 <title>Contents</title>
352
353 <segmentedlist>
354 <segtitle>Installed Programs</segtitle>
355 <segtitle>Installed Libraries</segtitle>
356 <segtitle>Installed Directories</segtitle>
357
358 <seglistitem>
359 <seg>xulrunner, and optionally nspr-config</seg>
360 <seg>Numerous libraries, browser components, plugins, extensions, and
361 helper modules installed in <filename
362 class='directory'>/usr/lib/xulrunner-&xulrunner-version;</filename></seg>
363 <seg>/etc/gre.d, /usr/include/xulrunner-&xulrunner-version;,
364 /usr/lib/xulrunner-&xulrunner-version;, and
365 /usr/lib/xulrunner-devel-&xulrunner-version;</seg>
366 </seglistitem>
367 </segmentedlist>
368
369 <variablelist>
370 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
371 <?dbfo list-presentation="list"?>
372 <?dbhtml list-presentation="table"?>
373
374 <varlistentry id="xulrunner-prog">
375 <term><command>xulrunner</command></term>
376 <listitem>
377 <para>is a shell script, useful for identifying the version
378 installed.</para>
379 <indexterm zone="xulrunner xulrunner-prog">
380 <primary sortas="b-xulrunner">xulrunner</primary>
381 </indexterm>
382 </listitem>
383 </varlistentry>
384
385 </variablelist>
386
387 </sect2>
388
389</sect1>
Note: See TracBrowser for help on using the repository browser.