Changeset 2c13ebe for xsoft/graphweb


Ignore:
Timestamp:
02/19/2018 11:45:54 AM (6 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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, 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:
ce8983d8
Parents:
710bf3a
Message:

exim-4.90.1
seamonkey-2.49.2
libinput-1.10.0
libva-2.1.0
intel-vaapi-driver-2.1.0
Update mupdf dependencies, and add a security patch

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r710bf3a r2c13ebe  
    77  <!ENTITY seamonkey-download-http "&mozilla-http;/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.xz">
    88  <!ENTITY seamonkey-download-ftp " ">
    9   <!ENTITY seamonkey-md5sum        "c0ea3b8705975a12d9c4af966db1649f">
     9  <!ENTITY seamonkey-md5sum        "6390fa5e220aedfdfb4bd5005352280c">
    1010  <!ENTITY seamonkey-size          "219 MB">
    11   <!ENTITY seamonkey-buildsize     "4.6 GB (262 MB installed with devel env)">
    12   <!ENTITY seamonkey-time          "17 SBU (using parallelism=4)">
     11  <!ENTITY seamonkey-buildsize     "4.6 GB (260 MB installed with devel env)">
     12  <!ENTITY seamonkey-time          "19 SBU (using parallelism=4)">
    1313]>
    1414
     
    103103    <bridgehead renderas="sect4">Required</bridgehead>
    104104    <para role="required">
    105       <xref linkend="alsa-lib"/>,
    106105      <xref linkend="autoconf213"/>,
    107106      both <xref linkend="gtk2"/> and <xref linkend="gtk3"/>,
     
    117116      <xref linkend="libvpx"/>,
    118117      <xref linkend="nspr"/>,
    119       <xref linkend="nss"/>, and
     118      <xref linkend="nss"/>,
     119      <xref linkend="pulseaudio"/>, and
    120120      <xref linkend="sqlite"/>
    121121    </para>
     
    152152    <bridgehead renderas="sect4">Optional</bridgehead>
    153153    <para role="optional">
     154      <xref linkend="alsa-lib"/>,
    154155      <xref linkend="curl"/>,
    155156      <xref linkend="dbus-glib"/>,
     
    158159      <xref linkend="gst10-plugins-base"/> (and other plugins, only for tests),
    159160      <xref linkend="openjdk"/>,
    160       <xref linkend="pulseaudio"/>,
    161161      <xref linkend="startup-notification"/>,
    162162      <xref linkend="valgrind"/>,
     
    204204#ac_add_options --enable-startup-notification
    205205
    206 # Comment out the following option if you have PulseAudio installed
    207 ac_add_options --disable-pulseaudio
     206# Uncomment the following option if you have not installed PulseAudio
     207#ac_add_options --disable-pulseaudio
     208# and uncomment this if you installed alsa-lib instead of PulseAudio
     209#ac_add_options --enable-alsa
    208210
    209211# Comment out following option if you have gconf installed
     
    239241ac_add_options --enable-url-classifier
    240242
    241 # Use internal cairo due to reports of unstable execution with
    242 # system cairo
    243 #ac_add_options --enable-system-cairo
     243# From firefox-40 (and the corresponding version of seamonkey),
     244# using system cairo caused seamonkey to crash
     245# frequently when it was doing background rendering in a tab.
     246# This appears to again work in seamonkey-2.49.2
     247ac_add_options --enable-system-cairo
    244248ac_add_options --enable-system-ffi
    245249ac_add_options --enable-system-pixman
     
    264268    </para>
    265269
     270<!-- Seems to still be needed for 2.49.2 -->
    266271<screen><userinput>CFLAGS_HOLD=$CFLAGS           &amp;&amp;
    267272CXXFLAGS_HOLD=$CXXFLAGS       &amp;&amp;
Note: See TracChangeset for help on using the changeset viewer.