Changeset 9831a90 for xsoft


Ignore:
Timestamp:
04/22/2017 09:15:33 PM (7 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 8.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:
4e0e3828
Parents:
870e9f05
Message:

Update to libepoxy-1.4.1.
Update to nss-3.30.2.
Update to bind9-9.11.1.
Update to poppler-0.54.0.
Update to thunderbird-52.0.1.
Update to emacs-25.2.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r870e9f05 r9831a90  
    88<!--  <!ENTITY thunderbird-download-ftp "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.xz">-->
    99  <!ENTITY thunderbird-download-ftp " ">
    10   <!ENTITY thunderbird-md5sum            "4e04b1618273f946f00f8ea547578895">
    11   <!ENTITY thunderbird-size              "192 MB">
    12   <!ENTITY thunderbird-buildsize         "3.6 GB (85 MB installed)">
    13   <!ENTITY thunderbird-time              "12 SBU (with -j4, about 34 SBU with -j1)">
     10  <!ENTITY thunderbird-md5sum            "e66a1f513258a515089eed70a7d2a509">
     11  <!ENTITY thunderbird-size              "218 MB">
     12  <!ENTITY thunderbird-buildsize         "4.1 GB (92 MB installed)">
     13  <!ENTITY thunderbird-time              "17 SBU (with -j4, estimated 40 SBU with -j1)">
    1414]>
    1515
     
    174174ac_add_options --disable-necko-wifi
    175175
    176 # GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    177 # to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    178 # in about:config. If you have GStreamer 1.x.y, comment out this line and
    179 # uncomment the following one:
    180 ac_add_options --disable-gstreamer
    181 #ac_add_options --enable-gstreamer=1.0
    182 
    183176# Uncomment these lines if you have installed optional dependencies:
    184177#ac_add_options --enable-system-hunspell
     
    190183# Comment out following option if you have gconf installed
    191184ac_add_options --disable-gconf
    192 <!-- Uncommenting does not work
    193 # If you have not installed Yasm then uncomment this line:
    194 #ac_add_options - -disable-webm
    195 -->
     185
    196186# If you want to compile the Mozilla Calendar, uncomment this line:
    197187#ac_add_options --enable-calendar
     
    217207
    218208ac_add_options --disable-crashreporter
    219 ac_add_options --disable-installer
    220209ac_add_options --disable-updater
    221210ac_add_options --disable-debug
     
    245234EOF</userinput></screen>
    246235
    247 <!-- might be necessary
    248 test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-->
    249 
    250236    <para>
    251237      Compile <application>Thunderbird</application> by issuing the following
     
    258244    </para></note>
    259245
    260 <screen><userinput>sed -e '/#include/i\
    261     print OUT "#define _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
    262     -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    263 
    264 sed -e '/#include/a\
    265     print OUT "#undef _GLIBCXX_INCLUDE_NEXT_C_HEADERS\\n"\;' \
    266     -i mozilla/nsprpub/config/make-system-wrappers.pl &amp;&amp;
    267 
    268 make -f client.mk</userinput></screen>
     246<screen><userinput>make -f client.mk</userinput></screen>
    269247
    270248    <para>
     
    303281      fix i686 builds and preserve the optimization on x86_64.
    304282    </para>-->
    305 
    306     <para>
    307       <command>sed ...</command>: These commands correct the source to be
    308       compatible with gcc6 by preventing c++ scope errors.
    309     </para>
    310283
    311284    <para>
     
    421394        </seg>
    422395        <seg>
    423           None
     396          libldap60.so, liblgpllibs.so, libmozgtk.so, libmozsandbox.so,
     397          libprldap60.so, and libxul.so
    424398        </seg>
    425399        <seg>
Note: See TracChangeset for help on using the changeset viewer.