Ignore:
Timestamp:
12/13/2013 09:53:00 AM (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.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:
a754ee2b
Parents:
2bb6344e
Message:

Update seamonkey-2.23.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r2bb6344e r973d80cc  
    99  <!ENTITY seamonkey-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/&seamonkey-version;/source/seamonkey-&seamonkey-version;.source.tar.bz2">
    11   <!ENTITY seamonkey-md5sum        "3f848db22d23aed2cd03d37bdc5fb256">
     11  <!ENTITY seamonkey-md5sum        "74116d6a9b646fab7b8995f6c3339be0">
    1212  <!ENTITY seamonkey-size          "142 MB">
    13   <!ENTITY seamonkey-buildsize     "1.8 GB (56 MB installed)">
    14   <!ENTITY seamonkey-time          "44 SBU">
     13  <!ENTITY seamonkey-buildsize     "1.6 GB (60 MB installed)">
     14  <!ENTITY seamonkey-time          "35 SBU">
    1515]>
    1616
     
    7979        <para>
    8080          Estimated build time: &seamonkey-time;
    81         </para>
    82       </listitem>
    83     </itemizedlist>
    84 
    85     <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    86     <itemizedlist spacing="compact">
    87       <listitem>
    88         <para>
    89           Required patch:
    90           <ulink url="&patch-root;/seamonkey-&seamonkey-version;-freetype-1.patch"/>
    9181        </para>
    9282      </listitem>
     
    168158# If you have installed libnotify delete this option:
    169159ac_add_options --disable-libnotify
     160
     161# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
     162# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
     163# in about:config. If you have installed GStreamer comment out this line:
     164ac_add_options --disable-gstreamer
    170165
    171166# Uncomment this line if you compiled Cairo with --enable-tee switch and want
     
    212207    </note>
    213208
    214 <screen><userinput>patch -Np1 -i ../seamonkey-&seamonkey-version;-freetype-1.patch &amp;&amp;
    215 make -f client.mk &amp;&amp;
     209<screen><userinput>make -f client.mk &amp;&amp;
    216210make -C moz-build-dir/suite/installer</userinput></screen>
    217211
Note: See TracChangeset for help on using the changeset viewer.