Thunderbird 3.x Intel Mac build
Last-modified: 2010-09-07 (火) 21:54:36 (8h)
Thunderbird 3.x を、Intel Mac 用に build しています。よろしければお試しください。Thunderbird | KNCN weblog もご覧下さい。
build 一覧 †
- Thunderbird 3.1.3 Intel Mac optimized 2010/09/07
- Thunderbird 3.1.2 Intel Mac optimized 2010/08/09
- Thunderbird 3.1.1 Intel Mac optimized 2010/07/22
- Thunderbird 3.0.6 Intel Mac optimized 2010/07/22
- Thunderbird 3.1 Intel Mac optimized 2010/06/25
- Thunderbird 3.0.5 Intel Mac optimized 2010/06/19
- Thunderbird 3.1 RC2 Intel Mac optimized 2010/06/10
- Thunderbird 3.1 RC1 Intel Mac optimized 2010/05/28
- Thunderbird 3.1b2 Intel Mac optimized 2010/05/06
- Thunderbird 3.0.4 Intel Mac optimized 2010/04/02
- Thunderbird 3.1b1 Intel Mac optimized 2010/03/11
- Thunderbird 3.0.3 Intel Mac optimized 2010/03/02
- Thunderbird 3.0.2 Intel Mac optimized 2010/02/26
- Thunderbird 3.1a1 Intel Mac optimized 2010/02/06
- Thunderbird 3.0.1 Intel Mac optimized 2010/01/21
- Thunderbird 3.0 Intel Mac optimized 2009/12/09
- Thunderbird 3.0 RC2 Intel Mac optimized 2009/12/03
- Thunderbird 3.0 RC1 Intel Mac optimized 2009/11/26
- Thunderbird 3.0b4 Intel Mac optimized 2009/11/15
- Thunderbird 3.0b3 Intel Mac optimized 2009/07/25
- Thunderbird 3.0b2 Intel Mac optimized 2009/02/28
- Thunderbird 3.0b1 Intel Mac optimized 2008/12/11
- Thunderbird 3.0a3 Intel Mac optimized 2008/10/20
- Thunderbird 3.0a2 Intel Mac optimized 2008/08/13
- Thunderbird 3.0a1 Intel Mac optimized 2008/05/14
- Thunderbird 3.0a1-candidate build1 Intel Mac optimized 2008/05/12
日本語化 †
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/3.0*/mac/xpi/ から、ja-JP-mac.xpi をインストールし、Preferences の Advanced, Config Editor で general.useragent.locale を ja-JP-mac とすれば、メニューなどが日本語になります。 3.0a3 からja-JP-mac.xpi が用意されました。
build 方法 †
まずは、Mac OS X Build Prerequisites - MDC を参考に build 環境を整えておきます。libIDL と GLib などは The MacPorts Project -- Home を利用しました。 続いて、http://ftp.mozilla.org//pub/mozilla.org/thunderbird/ 以下から thunderbird-3.*-source.tar.bz2 などをダウンロード・伸張して出来た mozilla ディレクトリに、以下のような .mozconfig を用意します。
CC=”gcc-4.2 -arch i386″ CXX=”g++-4.2 -arch i386″ HOST_CC=”gcc-4.2″ HOST_CXX=”g++-4.2″ RANLIB=ranlib AR=ar AS=$CC LD=ld STRIP=”strip -x -S” CROSS_COMPILE=1 mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbird.obj mk_add_options MOZ_MAKE_FLAGS=”-s -j4″ ac_add_options -target=i386-apple-darwin9.6.0 ac_add_options -enable-macos-target=10.5 ac_add_options -with-macos-sdk=/Developer/SDKs/MacOSX10.5.sdk ac_add_options -enable-application=mail ac_add_options -enable-optimize=”-O3 -march=core2 -msse3 -pipe” ac_add_options -disable-debug ac_add_options -disable-tests ac_add_options -disable-mochitest ac_add_options -disable-crashreporter ac_add_options -enable-extensions=default ac_add_options -enable-svg ac_add_options -enable-strip ac_add_options -disable-libxul ac_add_options -enable-static ac_add_options -enable-static-libs ac_add_options -enable-canvas ac_add_options -enable-pthreads ac_add_options -enable-prebinding ac_add_options -enable-update-packaging ac_add_options -disable-pedantic ac_add_options -disable-libIDLtest ac_add_options -disable-glibtest
当該ディレクトリで
% make -f client.mk build % cd thunderbird.obj/ % make package
とすれば、mozilla/thunderbird.obj/mozilla/dist/ に thunderbird-3.*.en-US.mac.dmg ができあがります。
その他のビルド †
- Firefox 4.x Intel Mac build
- Firefox 3.x Intel Mac build
- Firefox 2.0.0.x Intel Mac build
- Thunderbird 2.0.0.x Intel Mac build
- SeaMonkey Intel Mac build
view 2251