TITLE: Swfdec - a decoder/renderer for Macromedia Flash animations

#contents

* 公式サイト [#qd5e2c80]

- http://swfdec.freedesktop.org/wiki/
- http://swfdec.freedesktop.org/documentation/swfdec/
--  http://awm.jp/~yoya/swfdec/html/ (本家が重たいので設置。0.8.0 のだけど)
- http://blogs.gnome.org/otte/ Swfblag

* 参考サイト [#te97eab9]

- http://ja.wikipedia.org/wiki/Swfdec

* git [#git]

 git clone git://anongit.freedesktop.org/git/swfdec/swfdec

* CentOS に install [#c0e9dc7d]

** パッケージ (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/

 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

Reload   Diff   Front page List of pages Search Recent changes Backup Referer   Help   RSS of recent changes