Prev / Next / Hill Climber's ChangeLog

zphoto 0.9[Tips]

2004-04-15

高林さんの zphoto のインス
トールを目指す。
ソースからのビルド。これまでは tar ball からのビルドしかしたこと
なかったけど、これは autoconfig とか、libtool とか必要なので、
cygwin の setup から devel 関係の諸々を事前にインストールした。

その上で必要な以下のモジュールをインストール。
1. avifile

% cvs -z3 -d:pserver:anonymous@cvs.avifile.sourceforge.net:/cvsroot/avifile co avifile
% cd avifile
% autogen.sh
% ./configure      #すごく時間がかかる。
出力の最後は以下。いろいろ問題ありそう。
Note: If you have installed/removed some package in your system
      do NOT forget to remove config.cache file before using configure!
Configuration for avifile CVS-0.7.40-040416-02:27-(cygming
Compiler C:       gcc  -O2 -mcpu=i586 -march=i586 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOUR
CE -D_FILE_OFFSET_BITS=64 -pipe
Compiler C++:     g++  -O2 -mcpu=i586 -march=i586 -ffast-math -fomit-frame-pointer -D_LARGEFILE_SOUR
CE -D_FILE_OFFSET_BITS=64 -pipe
Install path:     /usr/local
Qt:               no
Sdl:              no  (*** no SDL => no video rendering! ***)
Xft:              yes
Oss audio:        yes
Sun audio:        no
Mga_vid:          no
Plugins:
  ac3passthrough  yes  (with SBLive only)
  divx (dec/enc)  no/no (DivxNetworks divx4linux)
  xvid            no   (DivX4, XviD)
  xvid4           no   (DivX4, XviD)
  ffmpeg          yes  (DivX ;-), OpenDivX, MJPEG, AC3)
  ffmpeg faad     no  (AAC) (runtime yes)
  os motion jpeg  yes  (MJPEG)
  win32           yes  (DivX, WM7/8/9, DV, MJPEG, Ati, Asus,...)
  mad             yes  (MPEG Layer I/II/III)
  vorbis          no
  lame runtime
ogg とか、いろいろモジュールがないので再生できないものもあるかも
しれない。
% make
% make install

2. [[ming-0.3beta1|]]
同様に autogen.sh ; ./configure ; make ; make install

make でこける。
to be continued....

Referrer (Inside): [2004-04-16-1]

permlink