Changeset d7654ac for xsoft


Ignore:
Timestamp:
04/27/2007 01:45:54 PM (17 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 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
Children:
4ea8ecd1
Parents:
acac7412
Message:

Updated to firefox-2.0.0.3, finally

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    racac7412 rd7654ac  
    77  <!ENTITY firefox-download-http "http://releases.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    88  <!ENTITY firefox-download-ftp  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;-source.tar.bz2">
    9   <!ENTITY firefox-md5sum        "383d3f3a17ba819ead94c2edc6739773">
    10   <!ENTITY firefox-size          "34.0 MB">
    11   <!ENTITY firefox-buildsize     "548 MB">
    12   <!ENTITY firefox-time          "13.9 SBU">
     9  <!ENTITY firefox-md5sum        "24398e3d98673a2a92a01a8f771ca12a">
     10  <!ENTITY firefox-size          "35.4 MB">
     11  <!ENTITY firefox-buildsize     "455 MB">
     12  <!ENTITY firefox-time          "9.9 SBU">
    1313]>
    1414
     
    166166ac_add_options --enable-official-branding
    167167
    168 # This option specifies to include support for rendering the HTML
    169 # &lt;canvas&gt;&lt;/canvas&gt; tag in the Firefox browser.
    170 ac_add_options --enable-canvas
    171 
    172168# This option is used to enable support for rendering SVG files in the
    173169# Firefox browser. Comment out the line to disable the option.
     
    229225EOF</userinput></screen>
    230226
    231     <para>If you wish to use <application>Pango</application> for font
    232     rendering and have uncommented the appropriate option in
    233     <filename>.mozconfig</filename>, apply the following patch:</para>
    234 
    235 <screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-pangoxft-1.patch</userinput></screen>
    236 
    237     <para>If you have system-installed Network Security Services (NSS) and
    238     Netscape Portable Runtime (NSPR) libraries and you uncommented the
    239     appropriate lines in the <filename>.mozconfig</filename> file to utilize
    240     them, apply the following patch:</para>
    241 
    242 <screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_nss-1.patch</userinput></screen>
    243 
    244227    <para>Compile <application>Firefox</application> by issuing the
    245228    following commands:</para>
    246229
    247 <screen><userinput>sed -i "s/^    enum$/&amp; xptinfo_enum_1/" \
     230<screen><userinput>cat &gt;&gt; layout/build/Makefile.in &lt;&lt; "EOF" &amp;&amp;
     231ifdef MOZ_ENABLE_CANVAS
     232EXTRA_DSO_LDOPTS += -lX11 -lXrender
     233endif
     234EOF
     235sed -i "s/^    enum$/&amp; xptinfo_enum_1/" \
    248236    xpcom/reflect/xptinfo/public/xptinfo.h &amp;&amp;
    249237make -f client.mk build</userinput></screen>
     
    302290  <sect2 role="commands">
    303291    <title>Command Explanations</title>
     292
     293    <para><command>'EXTRA_DSO_LDOPTS' += -lX11 -lXrender ...</command>:
     294    Building the layout backend will break when the canvas element is enabled
     295    without adding these two required libraries.</para>
    304296
    305297    <para><command>sed -i "s/^    enum$/&amp; xptinfo_enum_1/" ...</command>:
Note: See TracChangeset for help on using the changeset viewer.