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/

 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