Thunderbird 2.0.0.x Intel Mac build
Last-modified: 2009-12-09 (水) 20:02:43 (267d)
Thunderbird 2.0.0.x を、Intel Mac 用に build しています。よろしければお試しください。
build 一覧 †
- Thunderbird 2.0.0.23 Intel Mac optimized 2009/08/22
- Thunderbird 2.0.0.22 Intel Mac optimized 2009/06/23
- Thunderbird 2.0.0.21 Intel Mac optimized 2009/03/19
- Thunderbird 2.0.0.19 Intel Mac optimized 2008/12/31
- Thunderbird 2.0.0.18 Intel Mac optimized 2008/11/21
- Thunderbird 2.0.0.17 Intel Mac optimized 2008/09/27
- Thunderbird 2.0.0.16 Intel Mac optimized 2008/07/25
- Thunderbird 2.0.0.14 Intel Mac optimized 2008/05/02
- Thunderbird 2.0.0.12 Intel Mac optimized 2008/02/27
- Thunderbird 2.0.0.9 Intel Mac optimized 2007/11/14
- Thunderbird 2.0.0.6 Intel Mac optimized 2007/08/03
- Thunderbird 2.0.0.5 Intel Mac optimized 2007/07/22
- Thunderbird 2.0.0.4 Intel Mac optimized 2007/06/15
- Thunderbird 2.0.0.0 Intel Mac optimized 2007/04/18
こちらには RC などもございます。
日本語化 †
http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.*/mac/xpi/ から、ja-JP-mac.xpi をインストールし、Preferences の Advanced, Config Editor で general.useragent.locale を ja-JP-mac とすれば、メニューなどが日本語になります。
build 方法 †
まずは、Mac OS X Build Prerequisites - MDC を参考に build 環境を整えておきます。libIDL と GLib は Fink を利用しました。 続いて、http://releases.mozilla.org/pub/mozilla.org/thunderbird/releases/2.0.0.*/source 以下から thunderbird-2.0.0.*-source.tar.bz2 などをダウンロード・伸張して出来た mozilla ディレクトリに、以下のような .mozconfig を用意します。
. $topsrcdir/mail/config/mozconfig mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/thunderbird.obj mk_add_options MOZ_MAKE_FLAGS=-j4 ac_add_options --enable-macos-target=10.4 ac_add_options --with-macos-sdk=/Developer/SDKs/MacOSX10.4u.sdk ac_add_options --enable-optimize="-Os -march=prescott -ftree-vectorize -mfpmath=sse,387 -mieee-fp -fivopts -ftree-loop-linear" ac_add_options --enable-reorder ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --disable-shared ac_add_options --enable-strip ac_add_options --enable-static ac_add_options --enable-static-libs ac_add_options --enable-pthreads ac_add_options --enable-svg ac_add_options --enable-canvas ac_add_options --enable-prebinding ac_add_options --enable-extensions=default ac_add_options --disable-tests ac_add_options --disable-debug ac_add_options --enable-optimize ac_add_options --without-system-nspr ac_add_options --without-system-zlib ac_add_options --without-system-jpeg ac_add_options --without-system-png ac_add_options --without-system-mng ac_add_options --enable-crypto
当該ディレクトリで
% make -f client.mk build % cd thunderbird.obj/ % make -C xpinstall/packager
とすれば、mozilla/thunderbird.obj/dist/ に thunderbird-2.0.0.*.en-US.mac.dmg ができあがります。
その他のビルド †
- Firefox 3.x Intel Mac build
- Firefox 2.0.0.x Intel Mac build
- Thunderbird 3.x Intel Mac build
- SeaMonkey Intel Mac build
view 3973