Changeset c011125 for x


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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
Note: See TracChangeset for help on using the changeset viewer.