don't fail when _check_block() is called with an empty frame
[swfdec.git] / debian / control
blob09e946a726b632f584f92e28ebea841697d06a72
1 Source: swfdec
2 Priority: optional
3 Maintainer: David Schleef <ds@schleef.org>
4 Build-Depends: debhelper (>> 3.0.0), libgtk2.0-dev, mozilla-dev, libart-2.0-dev, zlib1g-dev, libmad0-dev, libsdl1.2-dev
5 Standards-Version: 3.5.6
7 Package: libswfdec-dev
8 Section: libdevel
9 Architecture: any
10 Depends: libswfdec0 (= ${Source-Version}), libglib2.0-dev
11 Description: SWF (Macromedia Flash) decoder libaray
12  A decoder library for Macromedia Flash animations, which are often
13  found on web sites.  This is the development portion of the library,
14  intended to be installed if you intend to compile or develop
15  applications that use the library.
17 Package: libswfdec0
18 Section: libs
19 Architecture: any
20 Depends: ${shlibs:Depends}
21 Description: SWF (Macromedia Flash) decoder libaray
22  A decoder library for Macromedia Flash animations, which are often
23  found on web sites.  This is the run-time portion of the library.
25 Package: swf-player
26 Section: utils
27 Architecture: any
28 Depends: ${shlibs:Depends}
29 Description: SWF (Macromedia Flash) player
30  A GTK+ and SDL based player for Macromedia Flash animations.  Includes
31  a Mozilla plugin, that embeds the player into Mozilla-based browsers,
32  in order to allow seamless viewing of Flash animations in web
33  pages.  Includes a GdkPixbuf loader, so that SWF animations can be
34  used seamlessly as images in Gtk+ applications.