Ignore:
Timestamp:
04/24/2012 11:15:27 AM (12 years ago)
Author:
Andrew Benton <andy@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.4, 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:
17fd9b0
Parents:
2d7d257e
Message:

Seamonkey 2.9 and NSS 3.13.4

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/graphweb/seamonkey.xml

    r2d7d257e ra45062d  
    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        "a7128f6bcd16bebed4a7c3487b69c38f">
    12   <!ENTITY seamonkey-size          "97 MB">
    13   <!ENTITY seamonkey-buildsize     "3 GB (46 MB installed)">
     11  <!ENTITY seamonkey-md5sum        "4af38acf517a8ab850e6aa7a6b085325">
     12  <!ENTITY seamonkey-size          "98 MB">
     13  <!ENTITY seamonkey-buildsize     "3.1 GB (46 MB installed)">
    1414  <!ENTITY seamonkey-time          "26.6 SBU">
    1515]>
     
    130130      <xref linkend="doxygen"/>,
    131131      <xref linkend="gnome-vfs"/> and <xref linkend="libgnomeui"/>
    132       (for integration with the old version of <application>Gnome</application>),
     132      (for integration with <application>Gnome 2</application>),
    133133      <xref linkend="libnotify"/>,
    134134      <xref linkend="nspr"/>,
     
    177177
    178178# Uncomment these if you have installed them:
     179# ac_add_options --enable-startup-notification
     180# ac_add_options --enable-system-hunspell
     181# ac_add_options --enable-system-sqlite
     182# ac_add_options --with-system-libevent
     183# ac_add_options --with-system-libvpx
    179184# ac_add_options --with-system-nspr
    180185# ac_add_options --with-system-nss
    181 # ac_add_options --enable-system-sqlite
    182 # ac_add_options --with-system-libvpx
    183 # ac_add_options --enable-startup-notification
    184 # ac_add_options --enable-system-hunspell
    185 # ac_add_options --with-system-libevent
    186186
    187187mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/moz-build-dir
     188ac_add_options --disable-crashreporter
     189ac_add_options --disable-debug
     190ac_add_options --disable-installer
     191ac_add_options --disable-static
     192ac_add_options --disable-tests
     193ac_add_options --disable-updater
    188194ac_add_options --enable-application=suite
     195ac_add_options --enable-shared
     196ac_add_options --enable-system-cairo
     197ac_add_options --enable-system-ffi
    189198ac_add_options --prefix=/usr
    190199ac_add_options --with-pthreads
    191 ac_add_options --enable-system-ffi
    192200ac_add_options --with-system-jpeg
    193201ac_add_options --with-system-png
    194 ac_add_options --enable-system-cairo
    195202ac_add_options --with-system-zlib
    196 ac_add_options --enable-shared
    197 ac_add_options --disable-static
    198 ac_add_options --disable-debug
    199 ac_add_options --disable-crashreporter
    200 ac_add_options --disable-installer
    201 ac_add_options --disable-updater
    202 ac_add_options --disable-tests
    203203EOF</userinput></screen>
    204204
     
    209209
    210210<screen><userinput>patch -p1 &lt; ../seamonkey-&seamonkey-version;_gcc-4.7-1.patch &amp;&amp;
    211 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
    212   mozilla/configure &amp;&amp;
    213211make -f client.mk</userinput></screen>
    214212
     
    235233
    236234    <para>
    237       <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This fixes
    238       mozilla's <command>configure</command> script to properly detect
    239       <xref linkend="libvpx"/>. This sed is not needed if you have libvpx-v0.9.7
    240       or earlier installed or if you've not installed
    241       <application>Libvpx</application>.
     235      <command>patch -p1 &lt;
     236      ../seamonkey-&seamonkey-version;_gcc-4.7-1.patch</command>: This patch
     237      fixes various files to ensure that <application>Seamonkey</application>
     238      compiles with <application>GCC 4.7</application>.
    242239    </para>
    243240
Note: See TracChangeset for help on using the changeset viewer.