TITLE:Swfdec on CentOS
* パッケージ (gtk, gstreamer を含めない場合) [#y3bdd775]
- http://ftp.riken.jp/Sun/sunfreeware/SOURCES/pkgconfig-0.20.tar.gz
- http://ftp.gnome.org/pub/gnome/sources/glib/2.18/
- http://www.libpng.org/pub/png/libpng.html
- http://sourceforge.net/project/showfiles.php?group_id=3157
- http://fontconfig.org/release/
- http://liboil.freedesktop.org/download/
- http://cairographics.org/releases/
- http://ftp.gnome.org/pub/GNOME/sources/pango/1.22/
- http://ftp.gnome.org/pub/GNOME/sources/libsoup/2.4/ ※ 0.9.2 をコンパイルする時に
env PKG_CONFIG=/usr/local/bin/pkg-config ./configure
make
make install
ln -s /usr/lib/pkgconfig/alsa.pc /usr/local/lib/pkgconfig/.
あと、
* swfdec 本体 [#f37d19da]
env PKG_CONFIG=/usr/local/bin/pkg-config ./configure \
--disable-gtk --disable-gstreamer
make
make install