Changeset 59a6b63 for xsoft


Ignore:
Timestamp:
08/08/2015 01:03:10 AM (9 years ago)
Author:
Fernando de Oliveira <fernando@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 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
Children:
604bf744
Parents:
037fc0be
Message:
  • Update to tcsh-6.19.00.
  • Update to fribidi-0.19.7.
  • Update to subversion-1.9.0.
  • Update to mariadb-10.0.21.
  • Update to firefox-39.0.3.
  • SDL-1.2.15: Move "--disable-sdl-dlopen" to option.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/firefox.xml

    r037fc0be r59a6b63  
    55  %general-entities;
    66
    7   <!ENTITY firefox-download-http
    8            "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    9   <!ENTITY firefox-download-ftp
    10            "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "34d9841bc9b8a85aaf06e311cf1cb263">
     7  <!ENTITY firefox-download-http "&mozilla-http;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
     8<!-- 550 Permission denied.
     9  <!ENTITY firefox-download-ftp "&mozilla-ftp;/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2"> -->
     10  <!ENTITY firefox-download-ftp " ">
     11  <!ENTITY firefox-md5sum        "6ef31cbd34d9905a0648104d916269cb">
    1212  <!ENTITY firefox-size          "172 MB">
    1313  <!ENTITY firefox-buildsize     "3.7 GB (74 MB installed)">
    14   <!ENTITY firefox-time          "5.6 SBU (using parallelism=10)">
     14  <!ENTITY firefox-time          "8.2 SBU (using parallelism=4)">
    1515]>
    1616
     
    7979      <xref linkend="alsa-lib"/>,
    8080      <xref linkend="gtk2"/>,
    81       <xref linkend="nss"/>, 
    82       <xref linkend="unzip"/>, 
     81      <xref linkend="nss"/>,
     82      <xref linkend="unzip"/>,
    8383      <xref linkend="yasm"/>, and
    8484      <xref linkend="zip"/>
     
    113113        installing <xref linkend="openssl"/>.  The latest version of any
    114114        <emphasis>currently maintained</emphasis> version of Openssl should be
    115         satisfactory if already installed. 
     115        satisfactory if already installed.
    116116      </para>
    117117    </note>
     
    126126      <xref linkend="gst10-libav"/> at runtime),
    127127      <xref linkend="libnotify"/>,
    128       <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
    129128      <xref linkend="openjdk"/>,
    130129      <xref linkend="pulseaudio"/>,
     
    133132      <xref linkend="wget"/>,
    134133      <xref linkend="wireless_tools"/>,
    135       <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>, and
    136       <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>
     134      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
     135      <ulink url="http://sourceforge.net/projects/liboauth/files/">liboauth</ulink>, and
     136      <ulink url="https://code.google.com/p/libproxy/">libproxy</ulink>,
    137137    </para>
    138138
     
    231231
    232232    <para>
    233       First, fix building with system freetype-2.6 or later:
    234     </para>
    235 
    236 <screen><userinput>sed -i '/^ftglyph.h/ i ftfntfmt.h' config/system-headers</userinput></screen>
    237 
    238     <para>
    239233      Compile <application>Firefox</application> by issuing the following
    240234      commands:
Note: See TracChangeset for help on using the changeset viewer.