Author: andy
Date: 2012-04-23 06:11:11 -0600 (Mon, 23 Apr 2012)
New Revision: 9983
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/x/lib/xulrunner.xml
trunk/BOOK/xsoft/graphweb/firefox.xml
trunk/BOOK/xsoft/other/thunderbird.xml
Log:
Thunderbird 12.0
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2012-04-23 11:52:52 UTC (rev 9982)
+++ trunk/BOOK/general.ent 2012-04-23 12:11:11 UTC (rev 9983)
@@ -3,13 +3,13 @@
$Date$
-->
-<!ENTITY day "22"> <!-- Always 2 digits -->
+<!ENTITY day "23"> <!-- Always 2 digits -->
<!ENTITY month "04"> <!-- Always 2 digits -->
<!ENTITY year "2012">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
-<!ENTITY releasedate "April 22nd, &year;">
+<!ENTITY releasedate "April 23rd, &year;">
<!-- <!ENTITY releasedate "November &day;st, &year;"> -->
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
@@ -923,7 +923,7 @@
<!ENTITY pan-version "0.133">
<!ENTITY pidgin-version "2.10.2">
<!ENTITY rox-filer-version "2.10">
-<!ENTITY thunderbird-version "11.0">
+<!ENTITY thunderbird-version "12.0">
<!ENTITY xchat-version "2.8.8">
<!-- Part XI -->
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2012-04-23 11:52:52 UTC
(rev 9982)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2012-04-23 12:11:11 UTC
(rev 9983)
@@ -42,6 +42,15 @@
-->
<listitem>
+ <para>April 23rd, 2012</para>
+ <itemizedlist>
+ <listitem>
+ <para>[abenton] - Thunderbird 12.0.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>April 22nd, 2012</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/x/lib/xulrunner.xml
===================================================================
--- trunk/BOOK/x/lib/xulrunner.xml 2012-04-23 11:52:52 UTC (rev 9982)
+++ trunk/BOOK/x/lib/xulrunner.xml 2012-04-23 12:11:11 UTC (rev 9983)
@@ -157,30 +157,30 @@
ac_add_options --disable-libnotify
# Uncomment these if you have installed them:
-# ac_add_options --with-system-nspr
-# ac_add_options --with-system-nss
-# ac_add_options --enable-system-sqlite
-# ac_add_options --with-system-libvpx
# ac_add_options --enable-startup-notification
# ac_add_options --enable-system-hunspell
+# ac_add_options --enable-system-sqlite
# ac_add_options --with-system-libevent
+# ac_add_options --with-system-libvpx
+# ac_add_options --with-system-nspr
+# ac_add_options --with-system-nss
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/xulrunner-build-dir
+ac_add_options --disable-crashreporter
+ac_add_options --disable-debug
+ac_add_options --disable-installer
+ac_add_options --disable-static
+ac_add_options --disable-tests
+ac_add_options --disable-updater
+ac_add_options --enable-application=xulrunner
+ac_add_options --enable-shared
+ac_add_options --enable-system-cairo
+ac_add_options --enable-system-ffi
ac_add_options --prefix=/usr
-ac_add_options --enable-application=xulrunner
ac_add_options --with-pthreads
-ac_add_options --enable-system-ffi
ac_add_options --with-system-jpeg
ac_add_options --with-system-png
-ac_add_options --enable-system-cairo
ac_add_options --with-system-zlib
-ac_add_options --enable-shared
-ac_add_options --disable-static
-ac_add_options --disable-debug
-ac_add_options --disable-crashreporter
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-tests
EOF</userinput></screen>
<para>
Modified: trunk/BOOK/xsoft/graphweb/firefox.xml
===================================================================
--- trunk/BOOK/xsoft/graphweb/firefox.xml 2012-04-23 11:52:52 UTC (rev
9982)
+++ trunk/BOOK/xsoft/graphweb/firefox.xml 2012-04-23 12:11:11 UTC (rev
9983)
@@ -162,13 +162,13 @@
# ac_add_options --with-libxul-sdk=/usr/lib/xulrunner-devel-&xulrunner-version;
# Uncomment these if you have installed them:
-# ac_add_options --with-system-nspr
-# ac_add_options --with-system-nss
-# ac_add_options --enable-system-sqlite
-# ac_add_options --with-system-libvpx
# ac_add_options --enable-startup-notification
# ac_add_options --enable-system-hunspell
+# ac_add_options --enable-system-sqlite
# ac_add_options --with-system-libevent
+# ac_add_options --with-system-libvpx
+# ac_add_options --with-system-nspr
+# ac_add_options --with-system-nss
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/firefox-build-dir
ac_add_options --enable-official-branding
@@ -176,19 +176,19 @@
# The rest of these options have no effect if you're
# building against an already installed xulrunner:
+ac_add_options --disable-crashreporter
+ac_add_options --disable-debug
+ac_add_options --disable-installer
+ac_add_options --disable-static
+ac_add_options --disable-tests
+ac_add_options --disable-updater
+ac_add_options --enable-shared
+ac_add_options --enable-system-cairo
+ac_add_options --enable-system-ffi
ac_add_options --with-pthreads
-ac_add_options --enable-system-ffi
ac_add_options --with-system-jpeg
ac_add_options --with-system-png
-ac_add_options --enable-system-cairo
ac_add_options --with-system-zlib
-ac_add_options --enable-shared
-ac_add_options --disable-static
-ac_add_options --disable-debug
-ac_add_options --disable-crashreporter
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-tests
EOF</userinput></screen>
<para>
Modified: trunk/BOOK/xsoft/other/thunderbird.xml
===================================================================
--- trunk/BOOK/xsoft/other/thunderbird.xml 2012-04-23 11:52:52 UTC (rev
9982)
+++ trunk/BOOK/xsoft/other/thunderbird.xml 2012-04-23 12:11:11 UTC (rev
9983)
@@ -8,9 +8,9 @@
"http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
<!ENTITY thunderbird-download-ftp
"ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/&thunderbird-version;/source/thunderbird-&thunderbird-version;.source.tar.bz2">
- <!ENTITY thunderbird-md5sum "1d7127a3282e62d95eb9b59d47291b70">
+ <!ENTITY thunderbird-md5sum "7b30b72472a65bce74ba0ae60e4d4e6c">
<!ENTITY thunderbird-size "97 MB">
- <!ENTITY thunderbird-buildsize "3 GB (46 MB installed)">
+ <!ENTITY thunderbird-buildsize "3.1 GB (41 MB installed)">
<!ENTITY thunderbird-time "26 SBU">
]>
@@ -158,29 +158,29 @@
ac_add_options --disable-libnotify
# Uncomment these if you have installed them:
-# ac_add_options --with-system-nspr
-# ac_add_options --with-system-nss
-# ac_add_options --enable-system-sqlite
-# ac_add_options --with-system-libvpx
# ac_add_options --enable-startup-notification
# ac_add_options --enable-system-hunspell
+# ac_add_options --enable-system-sqlite
# ac_add_options --with-system-libevent
+# ac_add_options --with-system-libvpx
+# ac_add_options --with-system-nspr
+# ac_add_options --with-system-nss
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbuild
+ac_add_options --disable-crashreporter
+ac_add_options --disable-debug
+ac_add_options --disable-installer
+ac_add_options --disable-static
+ac_add_options --disable-tests
+ac_add_options --disable-updater
ac_add_options --enable-official-branding
-ac_add_options --with-pthreads
+ac_add_options --enable-shared
+ac_add_options --enable-system-cairo
ac_add_options --enable-system-ffi
+ac_add_options --with-pthreads
ac_add_options --with-system-jpeg
ac_add_options --with-system-png
-ac_add_options --enable-system-cairo
ac_add_options --with-system-zlib
-ac_add_options --enable-shared
-ac_add_options --disable-static
-ac_add_options --disable-debug
-ac_add_options --disable-crashreporter
-ac_add_options --disable-installer
-ac_add_options --disable-updater
-ac_add_options --disable-tests
EOF</userinput></screen>
<para>
@@ -189,8 +189,6 @@
</para>
<screen><userinput>patch -p1 <
../thunderbird-&thunderbird-version;_gcc-4.7-1.patch &&
-sed -i 's#VPX_CODEC_USE_INPUT_PARTITION#VPX_CODEC_USE_INPUT_FRAGMENTS#' \
- mozilla/configure &&
make -f client.mk &&
make -C thunderbuild/mail/installer</userinput></screen>
@@ -204,7 +202,8 @@
</para>
<screen role="root"><userinput>mkdir -p
/usr/lib/thunderbird-&thunderbird-version; &&
-tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 -C
/usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &&
+tar xf thunderbuild/mozilla/dist/thunderbird-*.tar.bz2 \
+ -C /usr/lib/thunderbird-&thunderbird-version; --strip-components=1 &&
ln -s ../lib/thunderbird-&thunderbird-version;/thunderbird
/usr/bin/thunderbird</userinput></screen>
</sect2>
@@ -212,11 +211,11 @@
<title>Command Explanations</title>
<para>
- <command>sed -i 's#VPX_CODEC_USE_INPUT_PARTITION ...</command>: This
fixes
- mozilla's <command>configure</command> script to properly detect
- <xref linkend="libvpx"/>. This sed is not needed if you have
libvpx-v0.9.7
- or earlier installed or if you've not installed
- <application>Libvpx</application>.
+ <command>patch -p1 <
+ ../thunderbird-&thunderbird-version;_gcc-4.7-1.patch</command>: This
+ patch fixes various files to ensure that
+ <application>Thunderbird</application> compiles with
+ <application>GCC 4.7</application>.
</para>
<para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page