Ignore:
Timestamp:
11/15/2020 08:40:47 AM (3 years ago)
Author:
Ken Moffat <ken@…>
Branches:
10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, 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:
44a03dd
Parents:
544b6a3
Message:

seamonkey-2.53.5

Changed recommended deps - remove sqlite3, add libwebp.
Also moved them into order in the mozconfig.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r544b6a3 r3bf5de79  
    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        "bbf02af3586f1d488e77517f8cd9f439">
    10   <!ENTITY seamonkey-size          "281 MB">
    11   <!ENTITY seamonkey-buildsize     "6.8 GB (145 MB installed)">
    12   <!ENTITY seamonkey-time          "18 SBU (on a 4-core machine)">
     9  <!ENTITY seamonkey-md5sum        "7d3e4e15da9d78ae756d9403982111f0">
     10  <!ENTITY seamonkey-size          "273 MB">
     11  <!ENTITY seamonkey-buildsize     "6.9 GB (149 MB installed)">
     12  <!ENTITY seamonkey-time          "19 SBU (on a 4-core machine)">
    1313]>
    1414
     
    8181    </itemizedlist>
    8282
    83     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
     83<!--<bridgehead renderas="sect3">Additional Downloads</bridgehead>
    8484    <itemizedlist spacing="compact">
    8585      <listitem>
     
    8989        </para>
    9090      </listitem>
    91     </itemizedlist>
     91    </itemizedlist>-->
    9292
    9393    <note>
     
    117117      <xref linkend="libevent"/>,
    118118      <!--<xref linkend="libvpx"/>, Causes build failures similar to Firefox -->
     119      <xref linkend="libwebp"/>
     120      <xref linkend="nasm"/>,
    119121      <xref linkend="nspr"/>,
    120       <xref linkend="nss"/>,
    121       <xref linkend="pulseaudio"/>, and
    122       <xref linkend="sqlite"/>
     122      <xref linkend="nss"/>, and
     123      <xref linkend="pulseaudio"/>
     124      <!-- <xref linkend="sqlite"/> system version no longer supported -->
    123125    </para>
    124126<!--
     
    213215# Comment out following option if you have gconf installed
    214216ac_add_options --disable-gconf
    215 
     217<!-- comments cause a blank line, following was for icu in the past
     218     seems OK with icu-60, seamonkey-2.49
     219     line below was with comment and explanation
     220# Use the internal version of icu due to execution problems-->
    216221# Comment out following options if you have not installed
    217222# recommended dependencies:
    218 ac_add_options --enable-system-sqlite
     223ac_add_options --with-system-icu
    219224ac_add_options --with-system-libevent
    220225ac_add_options --with-system-nspr
    221226ac_add_options --with-system-nss
    222 ac_add_options --with-system-icu
    223 <!-- seems OK with icu-60, seamonkey-2.49
    224 # Use the internal version of icu due to execution problems-->
     227ac_add_options --with-system-webp
    225228
    226229# The BLFS editors recommend not changing anything below this line:
     
    271274    </note>
    272275
    273     <para>
     276<!--<para>
    274277      Apply a patch to fix a 0day vulnerability in Seamonkey:
    275278    </para>
     
    283286    </para>
    284287
    285 <screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>
     288<screen><userinput>sed /sysctl/d -i mozilla/memory/build/mozjemalloc.cpp</userinput></screen>-->
    286289
    287290    <para>
Note: See TracChangeset for help on using the changeset viewer.