Changeset b9b7146


Ignore:
Timestamp:
07/27/2012 11:50:10 PM (12 years ago)
Author:
Ken Moffat <ken@…>
Branches:
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
Children:
f524a8f
Parents:
9411847
Message:

firefox-14.0.1

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

Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    r9411847 rb9b7146  
    693693<!ENTITY startup-notification-version "0.12">
    694694<!ENTITY webkitgtk-version            "1.8.1">
    695 <!ENTITY xulrunner-version            "13.0.1">
     695<!ENTITY xulrunner-version            "14.0.1">
    696696
    697697<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    976976<!-- Chapter 36 -->
    977977<!ENTITY seamonkey-version            "2.10.1">
    978 <!ENTITY firefox-version              "13.0.1">
     978<!ENTITY firefox-version              "14.0.1">
    979979
    980980<!-- Obsolete
  • introduction/welcome/changelog.xml

    r9411847 rb9b7146  
    5151          <ulink url="&blfs-ticket-root;3420">#3420</ulink>.</para>
    5252        </listitem>
     53        <listitem>
     54          <para>[ken] - Update to firefox- and xulrunner- 14.0.1.</para>
     55        </listitem>
    5356      </itemizedlist>
    5457    </listitem>
  • x/lib/xulrunner.xml

    r9411847 rb9b7146  
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    1111  <!-- md5sum and size should match firefox, but the buildsize and time will differ -->
    12   <!ENTITY xulrunner-md5sum        "f50ca7656eec47030b396f39075fa980">
    13   <!ENTITY xulrunner-size          "76 MB">
    14   <!ENTITY xulrunner-buildsize     "1 GB (95 MB installed)">
    15   <!ENTITY xulrunner-time          "25 SBU">
     12  <!ENTITY xulrunner-md5sum        "c2f884f0f6c41c65cf20f678a1ee7191">
     13  <!ENTITY xulrunner-size          "79 MB">
     14  <!ENTITY xulrunner-buildsize     "1 GB (100 MB installed)">
     15  <!ENTITY xulrunner-time          "14 SBU">
    1616]>
    1717
     
    135135mk_add_options MOZ_MAKE_FLAGS="-j4"
    136136
    137 # If you have installed Yasm delete this option:
    138 ac_add_options --disable-webm
     137# If you have not installed Yasm, uncomment this option:
     138# ac_add_options --disable-webm
    139139
    140140# If you have installed DBus-Glib delete this option:
     
    195195ln -sv ../mozilla/plugins /usr/lib/xulrunner-&xulrunner-version; &amp;&amp;
    196196
    197 for library in /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so
    198 do ln -sfv ${library#/usr/lib/} /usr${library#*sdk}
     197for library in /usr/lib/xulrunner-&xulrunner-version;/*.so
     198do ln -sfv $library /usr/lib
    199199done</userinput></screen>
    200200  </sect2>
     
    221221    <para>
    222222      <command>for library in
    223       /usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib/*.so; do ln -sfv
    224       ${library#/usr/lib/} /usr${library#*sdk}; done</command>: The libraries
    225       shipped with this package are installed into
    226       <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;</filename>
     223      /usr/lib/xulrunner-&xulrunner-version;/*.so; do ln -sfv $library /usr/lib;
     224      done</command>: The libraries shipped with this package are installed into
     225      <filename class="directory">/usr/lib/xulrunner-&xulrunner-version;</filename>
    227226      which means they will not be found at runtime. These commands make
    228227      relative symbolic links to the shared libraries from
    229       <filename class="directory">/usr/lib</filename>.
     228      <filename class="directory">/usr/lib</filename>.  Debug versions of some,
     229      but not all, of these libraries can also be found in
     230 <filename class="directory">/usr/lib/xulrunner-devel-&xulrunner-version;/sdk/lib</filename>.
    230231    </para>
    231232  </sect2>
  • xsoft/graphweb/firefox.xml

    r9411847 rb9b7146  
    99  <!ENTITY firefox-download-ftp
    1010    "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    11   <!ENTITY firefox-md5sum        "82deadb501c7fc0e9fa6b025f51f05a1">
    12   <!ENTITY firefox-size          "76 MB">
    13   <!ENTITY firefox-buildsize     "2.9 GB (31 MB installed)">
    14   <!ENTITY firefox-time          "29 SBU (0.3 SBU if using xulrunner)">
     11  <!ENTITY firefox-md5sum        "c2f884f0f6c41c65cf20f678a1ee7191">
     12  <!ENTITY firefox-size          "79 MB">
     13  <!ENTITY firefox-buildsize     "3.1 GB (36 MB installed) (or 582MB and 3.3MB if using xulrunner)">
     14  <!ENTITY firefox-time          "18 SBU (0.3 SBU if using xulrunner)">
    1515]>
    1616
     
    136136      abbreviated description of each one), issue <command>./configure
    137137      --help</command>. You may also wish to review the entire file and
    138       uncomment any other desired options. Create the file by issuing the
    139       following command:
     138      uncomment any other desired options. The commented line for
     139      <literal>--with-libxul-sdk</literal> has an escaped dollar sign - if you
     140      have chosed to paste the entries into a <filename>mozconfig</filename> file
     141      in your editor, you do not need the escape, it is only necessary when invoking
     142      a subshell in a HERE document. Create the file by issuing the following command:
    140143    </para>
    141144
     
    145148mk_add_options MOZ_MAKE_FLAGS="-j4"
    146149
    147 # If you have installed Yasm delete this option:
    148 ac_add_options --disable-webm
     150# If you have not installed Yasm, uncomment this option:
     151# ac_add_options --disable-webm
    149152
    150153# If you have installed DBus-Glib delete this option:
     
    159162# If you have installed xulrunner uncomment these two lines:
    160163# ac_add_options --with-system-libxul
    161 # ac_add_options --with-libxul-sdk=$(pkg-config --variable=sdkdir libxul)
     164# ac_add_options --with-libxul-sdk=\$(pkg-config --variable=sdkdir libxul)
    162165
    163166# Uncomment these if you have installed them:
     
    192195
    193196    <para>
     197      If you are building a stand-alone <application>firefox</application> with
     198      system versions of <application>nspr</application>,
     199      <application>nss</application>, or <application>sqlite</application>
     200      issue the following command:
     201    </para>
     202
     203<screen><userinput>sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' \
     204  browser/installer/Makefile.in &amp;&amp;</userinput></screen>
     205
     206    <para>
    194207      Compile <application>Firefox</application> by issuing the following
    195208      commands:
     
    259272  <sect2 role="commands">
    260273    <title>Command Explanations</title>
     274
     275    <para>
     276      <command>sed -i 's/\(MOZ_PKG_FATAL_WARNINGS =\).*/\1 0/' ...</command>: This
     277      sed fixes an error in the internal packaging check..
     278    </para>
    261279
    262280    <para>
Note: See TracChangeset for help on using the changeset viewer.