Changeset 7694f49 for xsoft


Ignore:
Timestamp:
07/12/2015 10:39:30 PM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 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, nosym, 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:
d9ac568
Parents:
264db1d
Message:

Update to thunderbird-38.1.0.
Update to stunnel-5.20.
Update to libidn-1.31.
Update to perl module Unicode-Collate-1.14.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • xsoft/other/thunderbird.xml

    r264db1d r7694f49  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "0a740cdeee86d3ab49c635c6070c4b06">
    12   <!ENTITY thunderbird-size              "194 MB">
    13   <!ENTITY thunderbird-buildsize         "3.9 GB (73 MB installed)">
    14   <!ENTITY thunderbird-time              "8.7 SBU (with -j4)">
     11  <!ENTITY thunderbird-md5sum            "dd161196c6bd444643d2de54d1222d31">
     12  <!ENTITY thunderbird-size              "195 MB">
     13  <!ENTITY thunderbird-buildsize         "4.5 GB (68 MB installed)">
     14  <!ENTITY thunderbird-time              "5.5 SBU (with -j12, estimated 30 SBU with -j1)">
    1515]>
    1616
     
    185185# GStreamer is necessary for H.264 video playback in HTML5 Video Player;
    186186# to be enabled, also remember to set "media.gstreamer.enabled" to "true"
    187 # in about:config. If you have installed GStreamer 1.x.y, uncomment this line:
     187# in about:config. If you have GStreamer 1.x.y, comment out this line and
     188# uncomment the following one:
     189ac_add_options --disable-gstreamer
    188190#ac_add_options --enable-gstreamer=1.0
    189191
     
    259261    </para></note>
    260262
    261 <screen><userinput>make -f client.mk<!--
    262 make -C thunderbuild/mail/installer--></userinput></screen>
     263<screen><userinput>make -f client.mk</userinput></screen>
    263264
    264265    <para>
     
    270271      commands as the <systemitem class="username">root</systemitem> user:
    271272    </para>
    272 
    273 <!--<screen role="root"><userinput>mkdir -pv /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    274 tar -xvf thunderbuild/mozilla/dist/thunderbird-&thunderbird-version;.en-US.linux-$(uname -m).tar.bz2 \
    275     -C /usr/lib/thunderbird-&thunderbird-version; -\-strip-components=1 &amp;&amp;
    276 ln -sfv ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin</userinput></screen>-->
    277273
    278274<screen role="root"><userinput>make -f client.mk install INSTALL_SDK= &amp;&amp;
     
    300296      optimization, the install fails with a Python error.  This command will
    301297      fix i686 builds and preserve the optimization on x86_64.
    302     </para>-->
    303 <!--
    304     <para>
    305       <command>mkdir -vp mozilla/thunderbuild</command>: fixes a build failure
    306       of Makefile at the beginning of build, where a file cannot be found.
    307298    </para>-->
    308299
Note: See TracChangeset for help on using the changeset viewer.