epeg

ここで使っているepegは高速jpegサムネール生成器。
ImageMagickgmのconvertより数倍速い。

インストール

FreeBSD

cd /usr/ports/graphics/epeg/; sudo make install

Ubunto

パッケージが無い?

仕方ないんでソースから


$ bzcat epeg-20060926.tar.bz2 | tar xf -
$ cd epeg-20060926
$ ./configure
$ make


epeg_private.h:14:21: error: jpeglib.h: No such file or directory
In file included from epeg_main.c:2:
epeg_private.h:22: error: field 'pub' has incomplete type


$ sudo apt-get install libjpeg62-dev

$ find /usr/ | sort > x.0
$ sudo make install
$ find /usr/ | sort > x.1
$ comm -23 x.1 x.0 > PORTY
$ cat PORTY
# インストールされたファイル
/usr/local/bin/epeg
/usr/local/bin/epeg-config
/usr/local/include/Epeg.h
/usr/local/lib/libepeg.a
/usr/local/lib/libepeg.la
/usr/local/lib/libepeg.so
/usr/local/lib/libepeg.so.0
/usr/local/lib/libepeg.so.0.9.0
/usr/local/lib/pkgconfig
/usr/local/lib/pkgconfig/epeg.pc

Continuityのインストール

FreeBSD

cd /usr/ports/www/p5-Continuity/; sudo make install

Ubunto

cpanで適当にインストール