Changeset 222df76


Ignore:
Timestamp:
06/13/2015 09:11:10 PM (9 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.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:
55be034
Parents:
af5248e2
Message:

Update to thunderbird-38.0.1.

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

Files:
3 edited

Legend:

Unmodified
Added
Removed
  • introduction/welcome/changelog.xml

    raf5248e2 r222df76  
    4848      <para>June 13th, 2015</para>
    4949      <itemizedlist>
     50        <listitem>
     51          <para>[fernando] - Update to thunderbird-38.0.1. Fixes
     52          <ulink url="&blfs-ticket-root;6593">#6593</ulink>.</para>
     53        </listitem>
    5054        <listitem>
    5155          <para>[fernando] - More short descriptions. 
  • packages.ent

    raf5248e2 r222df76  
    615615<!ENTITY rox-filer-version            "2.11">
    616616<!ENTITY rxvt-unicode-version         "9.21">
    617 <!ENTITY thunderbird-version          "31.7.0">
     617<!ENTITY thunderbird-version          "38.0.1">
    618618<!ENTITY tigervnc-version             "1.4.3">
    619619<!ENTITY transmission-version         "2.84">
  • xsoft/other/thunderbird.xml

    raf5248e2 r222df76  
    99  <!ENTITY thunderbird-download-ftp
    1010           "&mozilla-ftp;/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "dcf14a6d4aaba2f695a1ec30c296e356">
    12   <!ENTITY thunderbird-size              "164 MB">
    13   <!ENTITY thunderbird-buildsize         "4.9 GB (62 MB installed)">
    14   <!ENTITY thunderbird-time              "15 SBU (with -j4)">
     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)">
    1515]>
    1616
     
    7373      </listitem>
    7474    </itemizedlist>
    75 
     75<!--
    7676    <bridgehead renderas="sect3">Additional Downloads</bridgehead>
    7777    <itemizedlist spacing="compact">
     
    8282        </para>
    8383      </listitem>
    84     </itemizedlist>
     84    </itemizedlist>-->
    8585
    8686    <bridgehead renderas="sect3">Thunderbird Dependencies</bridgehead>
     
    217217# The BLFS editors recommend not changing anything below this line:
    218218ac_add_options --prefix=/usr
     219ac_add_options --enable-application=mail
    219220
    220221ac_add_options --disable-crashreporter
     
    242243ac_add_options --with-system-jpeg
    243244ac_add_options --with-system-png
    244 ac_add_options --with-system-zlib</literal>
     245ac_add_options --with-system-zlib
     246
     247# Build broken with system freetype-2.6
     248ac_add_options --enable-tree-freetype</literal>
    245249EOF</userinput></screen>
    246250<!--
     
    253257test $(uname -m) = "i686" && sed -i 's/enable-optimize/disable-optimize/' mozconfig || true &&-\->
    254258<screen><userinput>mkdir -vp mozilla/thunderbuild</userinput></screen>-->
    255 
    256     <para>Fix some code when building with libvpx-1.4.0 and later:</para>
    257 
    258 <screen><userinput>cd mozilla/media/webrtc/trunk/webrtc/modules/video_coding/codecs/vp8 &amp;&amp;
    259   sed -e 's/IMG_FMT_I420/VPX_&amp;/'    \
    260       -e 's/\[PLANE_/\[VPX_PLANE_/' \
    261       -i  vp8_impl.cc               &amp;&amp;
    262 cd -</userinput></screen>
    263 
    264     <para>Fix some code when building with gcc-5:</para>
    265 
    266 <screen><userinput>patch -Np1 -i ../thunderbird-&thunderbird-version;-gcc5-1.patch</userinput></screen>
    267259
    268260    <para>
Note: See TracChangeset for help on using the changeset viewer.