Difference between revisions of "Swfdec"

From CBLFS
Jump to navigationJump to search
(New page: {| style="text-align: left; background-color: AliceBlue;" |- !Download Source: | http://swfdec.freedesktop.org/download/swfdec/{{Swfdec-Version2}}/swfdec-{{Swfdec-Version}}.tar.gz |} ----...)
 
Line 79: Line 79:
 
|libswfdec-{{Swfdec-Version2}}.{a,la,so}, libswfdec-gtk-{{Swfdec-Version2}}.{a,la,so}
 
|libswfdec-{{Swfdec-Version2}}.{a,la,so}, libswfdec-gtk-{{Swfdec-Version2}}.{a,la,so}
 
|}
 
|}
 +
 +
[[Category:Media Libraries]]

Revision as of 16:34, 19 March 2009

Download Source: http://swfdec.freedesktop.org/download/swfdec/0.8/swfdec-0.8.4.tar.gz

Introduction to Swfdec

Swfdec is a library for rendering Flash animations and games. It was originally designed to be used for creating Flash plugins for GStreamer, but is a fully standalone library that only requires the Cairo library for drawing. It includes a GTK+ player (swfplay) and a Firefox plug-in.

Project Homepage: http://swfdec.freedesktop.org/wiki/


Dependencies

Required

Recommended

Non-Multilib

Compile the package:

./configure --prefix=/usr --enable-ffmpeg \
    --enable-libmad --enable-gtk-doc &&
make

Install the package:

make install

Multilib

32Bit

Compile the package:

To do ...

Install the package:

To do ...

N32

Compile the package:

To do ...

Install the package:

To do ...

64Bit

Compile the package:

To do ...

Install the package:

To do ...

Contents

Installed Directories: /usr/include/swfdec-0.8
Installed Programs: None
Installed Libraries: libswfdec-0.8.{a,la,so}, libswfdec-gtk-0.8.{a,la,so}