Changeset c011125


Ignore:
Timestamp:
06/12/2014 01:18:38 PM (10 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.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:
b4f8b750
Parents:
dcfe40e
Message:

xulrunner/firefox-30.0
thunderbird-24.6.0

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rdcfe40e rc011125  
    582582<!ENTITY webkitgtk-version            "1.10.2">   <!-- Even minors only -->
    583583<!ENTITY webkitgtk2-version           "2.4.3">    <!-- Even minors only -->
    584 <!ENTITY xulrunner-version            "29.0.1">
     584<!ENTITY xulrunner-version            "30.0">
    585585
    586586<!ENTITY gtk2-libdir                  "2.0/2.10.0">
     
    748748<!ENTITY rox-filer-version            "2.11">
    749749<!ENTITY rxvt-unicode-version         "9.20">
    750 <!ENTITY thunderbird-version          "24.5.0">
     750<!ENTITY thunderbird-version          "24.6.0">
    751751<!ENTITY transmission-version         "2.83">
    752752<!ENTITY xchat-version                "2.8.8">
  • introduction/welcome/changelog.xml

    rdcfe40e rc011125  
    4949      <itemizedlist>
    5050        <listitem>
     51          <para>[fernando] - thunderbird-24.6.0. Fixes
     52          <ulink url="&blfs-ticket-root;5160">#5160</ulink>.</para>
     53        </listitem>
     54        <listitem>
     55          <para>[fernando] - xulrunner/firefox-30.0. Fixes
     56          <ulink url="&blfs-ticket-root;5155">#5155</ulink>.</para>
     57        </listitem>
     58        <listitem>
    5159          <para>[bdubbs] - Update to kde-4.13.2. Fixes
    5260          <ulink url="&blfs-ticket-root;5161">#5161</ulink>.</para>
  • x/lib/xulrunner.xml

    rdcfe40e rc011125  
    1111  <!ENTITY xulrunner-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY xulrunner-md5sum        "ca37addc3a69ef30247e00375dd93cd0">
     13  <!ENTITY xulrunner-md5sum        "ac7e8c801ded4e6195182bf54c81acb6">
    1414  <!ENTITY xulrunner-size          "137 MB">
    15   <!ENTITY xulrunner-buildsize     "4.6 GB (148 MB installed)">
    16   <!ENTITY xulrunner-time          "43 SBU">
     15  <!ENTITY xulrunner-buildsize     "3.5 GB (137 MB installed)">
     16  <!ENTITY xulrunner-time          "42 SBU">
    1717]>
    1818
     
    116116      <xref linkend="gst-plugins-base"/> (with
    117117      <xref linkend="gst-plugins-good"/> and
    118       <xref linkend="gst-ffmpeg"/> at runtime),
     118      <xref linkend="gst-ffmpeg"/> at runtime), or
     119      <xref linkend="gst10-plugins-base"/> (with
     120      <xref linkend="gst10-plugins-good"/> and
     121      <xref linkend="gst10-libav"/> at runtime),
    119122      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    120123      <xref linkend="libnotify"/>,
     
    163166# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    164167# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    165 # in about:config. If you have installed GStreamer comment out this line:
    166 ac_add_options --disable-gstreamer
     168# in about:config. If you have GStreamer 0.x.y, uncomment this line:
     169#ac_add_options --enable-gstreamer
     170# or uncomment this line, if you have GStreamer 1.x.y
     171#ac_add_options --enable-gstreamer=1.0
    167172
    168173# Uncomment these lines if you have installed optional dependencies:
     
    204209ac_add_options --enable-system-pixman
    205210
    206 ac_add_options --enable-shared-js
     211# shared-js broken by WeakMapPtr visibility
     212#ac_add_options --enable-shared-js
    207213ac_add_options --with-pthreads
    208214
  • xsoft/graphweb/firefox.xml

    rdcfe40e rc011125  
    1111  <!ENTITY firefox-download-ftp
    1212           "ftp://ftp.mozilla.org/pub/mozilla.org/firefox/releases/&firefox-version;/source/firefox-&firefox-version;.source.tar.bz2">
    13   <!ENTITY firefox-md5sum        "ca37addc3a69ef30247e00375dd93cd0">
     13  <!ENTITY firefox-md5sum        "ac7e8c801ded4e6195182bf54c81acb6">
    1414  <!ENTITY firefox-size          "137 MB">
    15   <!ENTITY firefox-buildsize     "4.6 GB (57 MB installed) (or 928 MB and 5.5 MB if using Xulrunner)">
    16   <!ENTITY firefox-time          "43 SBU (0.3 SBU if using Xulrunner)">
     15  <!ENTITY firefox-buildsize     "3.7 GB (77 MB installed) (or 943 MB and 6.0 MB if using Xulrunner)">
     16  <!ENTITY firefox-time          "44 SBU (0.3 SBU if using Xulrunner)">
    1717]>
    1818
     
    113113      <xref linkend="gst-plugins-base"/> (with
    114114      <xref linkend="gst-plugins-good"/> and
    115       <xref linkend="gst-ffmpeg"/> at runtime),
     115      <xref linkend="gst-ffmpeg"/> at runtime), or
     116      <xref linkend="gst10-plugins-base"/> (with
     117      <xref linkend="gst10-plugins-good"/> and
     118      <xref linkend="gst10-libav"/> at runtime),
    116119      <ulink url="http://hunspell.sourceforge.net/">Hunspell</ulink>,
    117120      <xref linkend="libnotify"/>,
     
    174177# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    175178# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    176 # in about:config. If you have installed GStreamer comment out this line:
    177 ac_add_options --disable-gstreamer
     179# in about:config. If you have GStreamer 0.x.y, uncomment this line:
     180#ac_add_options --enable-gstreamer
     181# or uncomment this line, if you have GStreamer 1.x.y
     182#ac_add_options --enable-gstreamer=1.0
    178183
    179184# Uncomment these lines if you have installed optional dependencies:
  • xsoft/other/thunderbird.xml

    rdcfe40e rc011125  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "dbe164c48e42c04b4959910eda2e52ca">
     11  <!ENTITY thunderbird-md5sum            "12945d4aefdf79ea59ae6d641e0983ef">
    1212  <!ENTITY thunderbird-size              "134 MB">
    1313  <!ENTITY thunderbird-buildsize         "3.8 GB (58 MB installed)">
    14   <!ENTITY thunderbird-time              "65 SBU">
     14  <!ENTITY thunderbird-time              "64 SBU">
    1515]>
    1616
Note: See TracChangeset for help on using the changeset viewer.