Changeset 5f5dcc2


Ignore:
Timestamp:
04/23/2012 12:11:11 PM (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:
34db90b
Parents:
d9cf59b
Message:

Thunderbird 12.0

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

Files:
5 edited

Legend:

Unmodified
Added
Removed
  • general.ent

    rd9cf59b r5f5dcc2  
    44-->
    55
    6 <!ENTITY day          "22">                   <!-- Always 2 digits -->
     6<!ENTITY day          "23">                   <!-- Always 2 digits -->
    77<!ENTITY month        "04">                   <!-- Always 2 digits -->
    88<!ENTITY year         "2012">
     
    1010<!ENTITY copyholder   "The BLFS Development Team">
    1111<!ENTITY version      "&year;-&month;-&day;">
    12 <!ENTITY releasedate  "April 22nd, &year;">
     12<!ENTITY releasedate  "April 23rd, &year;">
    1313<!-- <!ENTITY releasedate  "November &day;st, &year;"> -->
    1414<!ENTITY pubdate      "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
     
    924924<!ENTITY pidgin-version               "2.10.2">
    925925<!ENTITY rox-filer-version            "2.10">
    926 <!ENTITY thunderbird-version          "11.0">
     926<!ENTITY thunderbird-version          "12.0">
    927927<!ENTITY xchat-version                "2.8.8">
    928928
  • introduction/welcome/changelog.xml

    rd9cf59b r5f5dcc2  
    4343-->
    4444    <listitem>
     45      <para>April 23rd, 2012</para>
     46      <itemizedlist>
     47        <listitem>
     48          <para>[abenton] - Thunderbird 12.0.</para>
     49        </listitem>
     50      </itemizedlist>
     51    </listitem>
     52
     53    <listitem>
    4554      <para>April 22nd, 2012</para>
    4655      <itemizedlist>
  • x/lib/xulrunner.xml

    rd9cf59b r5f5dcc2  
    158158
    159159# Uncomment these if you have installed them:
     160# ac_add_options --enable-startup-notification
     161# ac_add_options --enable-system-hunspell
     162# ac_add_options --enable-system-sqlite
     163# ac_add_options --with-system-libevent
     164# ac_add_options --with-system-libvpx
    160165# ac_add_options --with-system-nspr
    161166# ac_add_options --with-system-nss
    162 # ac_add_options --enable-system-sqlite
    163 # ac_add_options --with-system-libvpx
    164 # ac_add_options --enable-startup-notification
    165 # ac_add_options --enable-system-hunspell
    166 # ac_add_options --with-system-libevent
    167167
    168168mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
     169ac_add_options --disable-crashreporter
     170ac_add_options --disable-debug
     171ac_add_options --disable-installer
     172ac_add_options --disable-static
     173ac_add_options --disable-tests
     174ac_add_options --disable-updater
     175ac_add_options --enable-application=xulrunner
     176ac_add_options --enable-shared
     177ac_add_options --enable-system-cairo
     178ac_add_options --enable-system-ffi
    169179ac_add_options --prefix=/usr
    170 ac_add_options --enable-application=xulrunner
    171180ac_add_options --with-pthreads
    172 ac_add_options --enable-system-ffi
    173181ac_add_options --with-system-jpeg
    174182ac_add_options --with-system-png
    175 ac_add_options --enable-system-cairo
    176183ac_add_options --with-system-zlib
    177 ac_add_options --enable-shared
    178 ac_add_options --disable-static
    179 ac_add_options --disable-debug
    180 ac_add_options --disable-crashreporter
    181 ac_add_options --disable-installer
    182 ac_add_options --disable-updater
    183 ac_add_options --disable-tests
    184184EOF</userinput></screen>
    185185
  • xsoft/graphweb/firefox.xml

    rd9cf59b r5f5dcc2  
    163163
    164164# Uncomment these if you have installed them:
     165# ac_add_options --enable-startup-notification
     166# ac_add_options --enable-system-hunspell
     167# ac_add_options --enable-system-sqlite
     168# ac_add_options --with-system-libevent
     169# ac_add_options --with-system-libvpx
    165170# ac_add_options --with-system-nspr
    166171# ac_add_options --with-system-nss
    167 # ac_add_options --enable-system-sqlite
    168 # ac_add_options --with-system-libvpx
    169 # ac_add_options --enable-startup-notification
    170 # ac_add_options --enable-system-hunspell
    171 # ac_add_options --with-system-libevent
    172172
    173173mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
     
    177177# The rest of these options have no effect if you're
    178178# building against an already installed xulrunner:
     179ac_add_options --disable-crashreporter
     180ac_add_options --disable-debug
     181ac_add_options --disable-installer
     182ac_add_options --disable-static
     183ac_add_options --disable-tests
     184ac_add_options --disable-updater
     185ac_add_options --enable-shared
     186ac_add_options --enable-system-cairo
     187ac_add_options --enable-system-ffi
    179188ac_add_options --with-pthreads
    180 ac_add_options --enable-system-ffi
    181189ac_add_options --with-system-jpeg
    182190ac_add_options --with-system-png
    183 ac_add_options --enable-system-cairo
    184191ac_add_options --with-system-zlib
    185 ac_add_options --enable-shared
    186 ac_add_options --disable-static
    187 ac_add_options --disable-debug
    188 ac_add_options --disable-crashreporter
    189 ac_add_options --disable-installer
    190 ac_add_options --disable-updater
    191 ac_add_options --disable-tests
    192192EOF</userinput></screen>
    193193
  • xsoft/other/thunderbird.xml

    rd9cf59b r5f5dcc2  
    99  <!ENTITY thunderbird-download-ftp
    1010  "ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
    11   <!ENTITY thunderbird-md5sum            "1d7127a3282e62d95eb9b59d47291b70">
     11  <!ENTITY thunderbird-md5sum            "7b30b72472a65bce74ba0ae60e4d4e6c">
    1212  <!ENTITY thunderbird-size              "97 MB">
    13   <!ENTITY thunderbird-buildsize         "3 GB (46 MB installed)">
     13  <!ENTITY thunderbird-buildsize         "3.1 GB (41 MB installed)">
    1414  <!ENTITY thunderbird-time              "26 SBU">
    1515
     
    159159
    160160# Uncomment these if you have installed them:
     161# ac_add_options --enable-startup-notification
     162# ac_add_options --enable-system-hunspell
     163# ac_add_options --enable-system-sqlite
     164# ac_add_options --with-system-libevent
     165# ac_add_options --with-system-libvpx
    161166# ac_add_options --with-system-nspr
    162167# ac_add_options --with-system-nss
    163 # ac_add_options --enable-system-sqlite
    164 # ac_add_options --with-system-libvpx
    165 # ac_add_options --enable-startup-notification
    166 # ac_add_options --enable-system-hunspell
    167 # ac_add_options --with-system-libevent
    168168
    169169mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
     170ac_add_options --disable-crashreporter
     171ac_add_options --disable-debug
     172ac_add_options --disable-installer
     173ac_add_options --disable-static
     174ac_add_options --disable-tests
     175ac_add_options --disable-updater
    170176ac_add_options --enable-official-branding
     177ac_add_options --enable-shared
     178ac_add_options --enable-system-cairo
     179ac_add_options --enable-system-ffi
    171180ac_add_options --with-pthreads
    172 ac_add_options --enable-system-ffi
    173181ac_add_options --with-system-jpeg
    174182ac_add_options --with-system-png
    175 ac_add_options --enable-system-cairo
    176183ac_add_options --with-system-zlib
    177 ac_add_options --enable-shared
    178 ac_add_options --disable-static
    179 ac_add_options --disable-debug
    180 ac_add_options --disable-crashreporter
    181 ac_add_options --disable-installer
    182 ac_add_options --disable-updater
    183 ac_add_options --disable-tests
    184184EOF</userinput></screen>
    185185
     
    190190
    191191<screen><userinput>patch -p1 &lt; ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &amp;&amp;
    192 sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
    193   mozilla/configure &amp;&amp;
    194192make -f client.mk &amp;&amp;
    195193make -C thunderbuild/mail/installer</userinput></screen>
     
    205203
    206204<screen role="root"><userinput>mkdir -p /usr/lib/thunderbird-&thunderbird-version; &amp;&amp;
    207 tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
     205tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 \
     206  -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &amp;&amp;
    208207ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird /usr/bin/thunderbird</userinput></screen>
    209208  </sect2>
     
    213212
    214213    <para>
    215       <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This fixes
    216       mozilla's <command>configure</command> script to properly detect
    217       <xref linkend="libvpx"/>. This sed is not needed if you have libvpx-v0.9.7
    218       or earlier installed or if you've not installed
    219       <application>Libvpx</application>.
     214      <command>patch -p1 &lt;
     215      ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch</command>: This
     216      patch fixes various files to ensure that
     217      <application>Thunderbird</application> compiles with     
     218      <application>GCC 4.7</application>.
    220219    </para>
    221220
Note: See TracChangeset for help on using the changeset viewer.