./multimedia/swfdec, Library for rendering Flash(R) animations and games

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.8.4nb2, Package name: swfdec-0.8.4nb2, Maintainer: pkgsrc-users

Swfdec is a decoder/renderer for Macromedia Flash animations. The
decoding and rendering engine is provided in a library that can be
used by other applications.

Swfdec is intended to be used as a replacement for the default
Flash player. While it is not yet a 100% complete replacement, a
big focus is on stability and security. So it is deemed to be
suitable for use in production applications.

The library however is still in heavy development. Because of that,
the Programming interface will change between major versions. No
guarantees are made about the API. However, during stable release
cycles, the API and ABI are guaranteed to stay stable.

An additional library named swfdec-gtk is provided for easy
integration of Swfdec into Gtk applications. This library is what
developers most likely want to target their applications at.


Required to run:
[graphics/cairo] [multimedia/gst-plugins0.10-base] [multimedia/gstreamer0.10] [devel/glib2] [devel/pango] [devel/liboil] [x11/gtk2] [net/libsoup24] [audio/pulseaudio]

Required to build:
[textproc/gtk-doc] [pkgtools/x11-links] [devel/libtool-base] [devel/pkg-config] [x11/renderproto] [x11/xproto] [x11/fixesproto] [x11/inputproto] [x11/xextproto] [x11/randrproto]

Package options: pulseaudio

Master sites:

SHA1: cf95930ccd0b66146c97d6e111b1e27ec0d802dc
RMD160: 1931b2c8b0ed54212e43fc8638b118c6bc559dda
Filesize: 9725.042 KB

Version history: (Expand)


CVS history: (Expand)


   2010-01-20 20:09:00 by Matthias Drochner | Files touched by this commit (2)
Log message:
conditionally propagate pulseaudio dependency, should fix
PR pkg/42652 by Joachim Kuebart
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-06-14 20:08:12 by Joerg Sonnenberger | Files touched by this commit (83)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-02 18:21:46 by Jeremy C. Reed | Files touched by this commit (25)
Log message:
Add PREV_PKGPATH and/or SUPERSEDES for various packages that
were moved or renamed.

This was for some from 2008 and 2009 and one from 2001.

Also I noticed that a CHANGES entry was wrong as said "Renamed"
when should have said "Moved" (lua-OSBF) because PKGBASE stayed the
same.
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-11 13:49:54 by David Brownlee | Files touched by this commit (1)
Log message:
pulseaudio also needs libSM
   2009-03-10 22:45:00 by Jared D. McNeill | Files touched by this commit (1) | Package updated
Log message:
Add pulseaudio option, bump PKGREVISION.
   2009-02-23 19:05:04 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
Update to 0.8.4:

 0.8.4 ("H264")

Another stable release.
- support H264, so all Youtube videos play again
- fix various portability issues for ARM
- fix rare crash with gotoAndPlay() function
- fix rare crasher with setTarget() function
- fix crashes in BitmapData.copyPixels()
- zero memory before rendering in PulseAudio backend
- improve Cairo check in testsuite