1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48
|
Source: swftools
Section: utils
Priority: extra
Maintainer: Christian Welzel <gawain@camlann.de>
Build-Depends:
automake,
autotools-dev,
debhelper (>= 7.0.50~),
flex,
libfontconfig1-dev,
libfreetype6-dev,
libgif-dev,
libjpeg8-dev,
libmp3lame-dev,
libt1-dev,
zlib1g-dev
Standards-Version: 3.9.3
Homepage: http://www.swftools.org/
Package: swftools
Architecture: any
Depends: gsfonts, ${misc:Depends}, ${shlibs:Depends}
Suggests: gs-common
Description: Collection of utilities for SWF file manipulation/creation
SWF Tools is a collection of SWF (Flash) manipulation and creation utilities.
.
This package includes: as3compile, font2swf, gif2swf, jpeg2swf, png2swf,
swfcombine, swfextract, swfdump, swfrender, swfstrings, swfbbox, swfc and
wav2swf.
.
* as3compile is a standalone ActionScript 3.0 compiler. Mostly compatible
with Flex.
* font2swf converts font files (TTF, Type1) into SWF.
* gif2swf converts GIFs into SWF. It is also able to handle animated gifs.
* jpeg2swf takes one or more JPEG pictures and generates an SWF slideshow.
* png2swf takes one or more PNG pictures and generates an SWF slideshow.
* swfcombine is a tool for inserting SWFs into Wrapper SWFs. (Templates)
E.g. for including the pdf2swf SWFs into some sort of Browsing-SWF.
* swfextract allows one to extract Movieclips, Sounds, Images etc. from SWF
files.
* swfdump prints out various information about SWFs.
* swfrender converts a swf to an image.
* swfstrings scans SWFs for text data.
* swfbbox allows one to readjust SWF bounding boxes.
* swfc is a tool for creating SWF files from simple script files.
* wav2swf converts WAV files into SWF.
.
This package does not include pdf2swf and avi2swf.
|