- Update to version 0.5.1

PR:		ports/64335
Submitted by:	Ports Fury
This commit is contained in:
Kirill Ponomarev 2004-03-16 14:02:59 +00:00
parent 0085eaf2a2
commit b377416de9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=104163
3 changed files with 11 additions and 7 deletions

View File

@ -7,7 +7,7 @@
#
PORTNAME= swftools
PORTVERSION= 0.5.0
PORTVERSION= 0.5.1
CATEGORIES= graphics
MASTER_SITES= http://www.quiss.org/swftools/
@ -25,8 +25,8 @@ GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGSS="-L${LOCALBASE}/lib"
MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 swfcombine.1 \
swfdump.1 swfextract.1 swfstrings.1 wav2swf.1
MAN1= font2swf.1 jpeg2swf.1 pdf2swf.1 png2swf.1 swfbbox.1 swfc.1 \
swfcombine.1 swfdump.1 swfextract.1 swfstrings.1 wav2swf.1
post-patch:
@${REINPLACE_CMD} -e 's| -O | |g' ${WRKSRC}/configure

View File

@ -1,2 +1,2 @@
MD5 (swftools-0.5.0.tar.gz) = d9f20577387ce4eb17b3b441acbb592a
SIZE (swftools-0.5.0.tar.gz) = 1675790
MD5 (swftools-0.5.1.tar.gz) = 5419c516905427f36ae9c53150b09c80
SIZE (swftools-0.5.1.tar.gz) = 1679519

View File

@ -6,9 +6,13 @@ At the moment, this includes:
- SWFStrings : Scans SWFs for text data.
- SWFDump : Prints out various informations about SWFs.
- JPEG2SWF : Takes one or more JPEG pictures and generates a SWF slideshow.
- PNG2SWF : Like JPEG2SWF, only for PNGs.
- WAV2SWF : Converts WAV audio files to SWFs with MP3 Streams, using the
L.A.M.E. MP3 encoder.
- Font2SWF : Converts font files (TTF, Type1) to SWF.
- SWFBBox : Allows to readjust SWF bounding boxes.
- SWFC : A tool for creating SWF files from simple script files.
- SWFExtract : Allows to extract Movieclips, Sounds, Images etc. from SWF
files.
- RFXSWF Library : A fully featured library which can be used for
standalone SWF generation.
WWW: http://www.quiss.org/swftools/