[Lunar-commits] <moonbase> thunderbird: updated to 10.0.1. SMP build, vpx fixes

Zbigniew Luszpinski zbiggy at lunar-linux.org
Tue Feb 14 06:06:57 CET 2012


commit b8c527de44739df83c9920341cc09a2923eee2fa
Author: Zbigniew Luszpinski <zbiggy at lunar-linux.org>
Date:   Tue Feb 14 06:06:57 2012 +0100

    thunderbird: updated to 10.0.1. SMP build, vpx fixes
---
 mail/thunderbird/BUILD     |   10 ++++++++--
 mail/thunderbird/DETAILS   |   14 +++++++-------
 mail/thunderbird/PRE_BUILD |    2 +-
 3 files changed, 16 insertions(+), 10 deletions(-)

diff --git a/mail/thunderbird/BUILD b/mail/thunderbird/BUILD
index 07fff63..1d7590d 100644
--- a/mail/thunderbird/BUILD
+++ b/mail/thunderbird/BUILD
@@ -1,5 +1,7 @@
 (
 
+  sedit 's/@PRE_RELEASE_SUFFIX@//g' mozilla/browser/base/content/browser.xul &&
+
   # Workaround Segmentation fault at install part on precompile_cache.js
   sedit '/^GENERATE_CACHE=1$/d' mail/installer/Makefile.in &&
 
@@ -7,14 +9,18 @@
         set_module_config OLD_VER "`installed_version $MODULE`"
   fi  &&
 
+  # Adds support for libvpx 1.0. Later firefox will have this fix so remove this then.
+  sedit 's/VPX_CODEC_USE_INPUT_PARTITION/VPX_CODEC_USE_INPUT_FRAGMENTS/' mozilla/configure  &&
+  sedit 's/v0\.9\.7/v1.0.0/' mozilla/configure  &&
+
   export MOZ_CO_PROJECT=mail  &&
-  export MOZILLA_HOME=/usr/lib/thunderbird-$VERSION &&
+  export MOZILLA_HOME=/usr/lib/$MODULE-$VERSION &&
   export MOZILLA_OFFICIAL=1  &&
   export BUILD_OFFICIAL=1  &&
+  export MOZ_MAKE_FILES=$MAKES  &&
   export MOZ_THUNDERBIRD=1 &&
 
   cp $SCRIPT_DIRECTORY/mozconfig .  &&
-
   export MOZ_OBJDIR="${SOURCE_DIRECTORY}/build-mozilla"  &&
   mkdir -p ${MOZ_OBJDIR}  &&
 
diff --git a/mail/thunderbird/DETAILS b/mail/thunderbird/DETAILS
index 7fbfe70..7603a9a 100644
--- a/mail/thunderbird/DETAILS
+++ b/mail/thunderbird/DETAILS
@@ -1,15 +1,15 @@
           MODULE=thunderbird
-         VERSION=10.0
+         VERSION=10.0.1
           SOURCE=thunderbird-$VERSION.source.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/comm-release
-   SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION-real/source
-   SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION-real/source
-   SOURCE_URL[2]=http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/$VERSION-real/source
-   SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION-real/source
-      SOURCE_VFY=sha1:4765446295a20cc3b4d73a7bc244d19011136581
+   SOURCE_URL[0]=ftp://ftp.uni-erlangen.de/pub/mozilla.org/thunderbird/releases/$VERSION/source
+   SOURCE_URL[1]=ftp://mozilla.isc.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
+   SOURCE_URL[2]=http://mozilla.ftp.halifax.rwth-aachen.de/mozilla/thunderbird/releases/$VERSION/source
+   SOURCE_URL[3]=ftp://ftp.mozilla.org/pub/mozilla.org/thunderbird/releases/$VERSION/source
+      SOURCE_VFY=sha1:884b8a09d27c0bac62775a3d7524150e6e9ebca2
         WEB_SITE=http://www.mozilla.org/projects/thunderbird
          ENTERED=20031021
-         UPDATED=20120201
+         UPDATED=20120213
            SHORT="A full-featured mail client"
            PSAFE=no
 
diff --git a/mail/thunderbird/PRE_BUILD b/mail/thunderbird/PRE_BUILD
index 9574723..20e9304 100644
--- a/mail/thunderbird/PRE_BUILD
+++ b/mail/thunderbird/PRE_BUILD
@@ -1,6 +1,6 @@
 if [ ! -e /usr/include/cairo/cairo-tee.h ] ; then
   message "${PROBLEM_COLOR}Run:  ${MODULE_COLOR}lin -c cairo"
-  message "${MESSAGE_COLOR}To recompile cairo with tee support, which is required by Seamonkey2.1.${DEFAULT_COLOR}"
+  message "${MESSAGE_COLOR}To recompile cairo with tee support, which is required by Thunderbird.${DEFAULT_COLOR}"
   exit 1
 fi
 


More information about the Lunar-commits mailing list