Changeset b5155c56


Ignore:
Timestamp:
07/04/2006 04:57:19 PM (18 years ago)
Author:
Dan Nichilson <dnicholson@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 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:
4e4fa01
Parents:
ee05358
Message:

Updated to {firefox,thunderbird}-1.5.0.4. Added patches to fix
the builds with --enable-pango.

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    ree05358 rb5155c56  
    525525<!ENTITY mozilla-version              "1.7.12">
    526526<!ENTITY seamonkey-version            "1.0.1">
    527 <!ENTITY firefox-version              "1.5.0.3">
     527<!ENTITY firefox-version              "1.5.0.4">
    528528<!ENTITY galeon-version               "2.0.1">
    529529<!ENTITY dillo-version                "0.8.5">
    530530
    531531<!-- Chapter 37 -->
    532 <!ENTITY thunderbird-version          "1.5.0.2">
     532<!ENTITY thunderbird-version          "1.5.0.4">
    533533<!ENTITY pan-version                  "0.14.2">
    534534<!ENTITY balsa-version                "2.3.12">
  • introduction/welcome/changelog.xml

    ree05358 rb5155c56  
    4646      <itemizedlist>
    4747        <listitem>
     48          <para>[dnicholson] - Updated Firefox and Thunderbird to version
     49          1.5.0.4. Added a patch to fix the builds with --enable-pango.</para>
     50        </listitem>
     51        <listitem>
    4852          <para>[randy] - Added a command to the Linux-PAM instructions to
    4953          alter the unix_chkpwd password helper setuid, thanks to Jürg Billeter
  • xsoft/graphweb/firefox.xml

    ree05358 rb5155c56  
    77  <!ENTITY firefox-download-http "http://ftp.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        "30e99f7ac4f4cc1c8c69a6895292ef3c">
    10   <!ENTITY firefox-size          "33.6 MB">
     9  <!ENTITY firefox-md5sum        "4cb3d7c1b5345585750766c589308b5e">
     10  <!ENTITY firefox-size          "33.7 MB">
    1111  <!ENTITY firefox-buildsize     "548 MB">
    1212  <!ENTITY firefox-time          "13.9 SBU">
     
    6262        <ulink
    6363        url="&patch-root;/firefox-&firefox-version;-system_nss-1.patch"/>
     64        </para>
     65      </listitem>
     66      <listitem>
     67        <para>Required patch (if enabling <application>Pango</application>
     68        font rendering):
     69        url="&patch-root;/firefox-&firefox-version;-pangoxft-1.patch"/>
    6470        </para>
    6571      </listitem>
     
    209215#ac_add_options --with-system-nspr
    210216
     217# Complex scripts such as Thai can only be rendered in Firefox with the
     218# help of Pango. This option significantly slows rendering, so only use
     219# it if necessary.
     220#ac_add_options --enable-pango
     221
    211222# This option identifies the default binary directory of the Firefox
    212223# installation and is used to locate Firefox's installed files. This
     
    223234
    224235<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-system_nss-1.patch</userinput></screen>
     236
     237    <para>If you wish to use <application>Pango</application> for font
     238    rendering and have uncommented the appropriate option in
     239    <filename>.mozconfig</filename>, apply the following patch:</para>
     240
     241<screen><userinput>patch -Np1 -i ../firefox-&firefox-version;-pangoxft-1.patch</userinput></screen>
    225242
    226243    <para>Compile <application>Firefox</application> by issuing the
  • xsoft/other/thunderbird.xml

    ree05358 rb5155c56  
    1919  <!ENTITY thunderbird-download-http     "http://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    2020  <!ENTITY thunderbird-download-ftp      "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;-source.tar.bz2">
    21   <!ENTITY thunderbird-md5sum            "3f32b847330c9d58297147be19714962">
     21  <!ENTITY thunderbird-md5sum            "ada9c163f5b26fe81958e7a85340811e">
    2222  <!ENTITY thunderbird-size              "34.2 MB">
    2323  <!ENTITY thunderbird-buildsize         "597 MB">
     
    7979        <ulink
    8080        url="&patch-root;/thunderbird-&thunderbird-version;-system_nss-1.patch"/>
     81        </para>
     82      </listitem>
     83      <listitem>
     84        <para>Required patch (if enabling <application>Pango</application>
     85        font rendering):
     86        url="&patch-root;/thunderbird-&thunderbird-version;-pangoxft-1.patch"/>
    8187        </para>
    8288      </listitem>
     
    225231#ac_add_options --enable-xinerama
    226232
     233# Complex scripts such as Thai can only be rendered in Thunderbird with
     234# the help of Pango. This option significantly slows rendering, so only
     235# use it if necessary.
     236#ac_add_options --enable-pango
     237
    227238# These two options enable support for building Thunderbird with
    228239# system-installed versions of the Network Security Services (NSS)
     
    246257
    247258<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-system_nss-1.patch</userinput></screen>
     259
     260    <para>If you wish to use <application>Pango</application> for font
     261    rendering and have uncommented the appropriate option in
     262    <filename>.mozconfig</filename>, apply the following patch:</para>
     263
     264<screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-pangoxft-1.patch</userinput></screen>
    248265
    249266    <para>Compile <application>Thunderbird</application> by
Note: See TracChangeset for help on using the changeset viewer.