Package: swftools / 0.9.2+git20130725-4.1

Metadata

Package Version Patches format
swftools 0.9.2+git20130725-4.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
add missing m4.patch | (download)

m4/fftw.m4 | 52 52 + 0 - 0 !
m4/lowercase.m4 | 17 17 + 0 - 0 !
m4/opengl.m4 | 55 55 + 0 - 0 !
m4/ruby.m4 | 94 94 + 0 - 0 !
4 files changed, 218 insertions(+)

 add missing m4 macros for autoconf
 The upstream source tarball misses some m4 macros to rebuild configure.
 These macros are taken from upstream git repository.
add swfrender manpage.patch | (download)

src/swfrender.1 | 29 29 + 0 - 0 !
1 file changed, 29 insertions(+)

 add manpage for swfrender
remove pdf2swf.patch | (download)

Makefile.in | 6 2 + 4 - 0 !
lib/Makefile.in | 7 3 + 4 - 0 !
lib/python/Makefile.in | 2 1 + 1 - 0 !
src/Makefile.in | 13 4 + 9 - 0 !
4 files changed, 10 insertions(+), 18 deletions(-)

 disable build of libgfxpdf and pdf2swf
 Build of python  module is also disabled because all these parts
 depend on lib/pdf which cannot be build without embedded xpdf copy.
remove avi2swf.patch | (download)

Makefile.in | 2 0 + 2 - 0 !
configure.in | 14 7 + 7 - 0 !
2 files changed, 7 insertions(+), 9 deletions(-)

 do not generate avi2swf.
manpages.patch | (download)

src/font2swf.1 | 2 1 + 1 - 0 !
src/gif2swf.1 | 2 1 + 1 - 0 !
src/jpeg2swf.1 | 4 2 + 2 - 0 !
src/pdf2swf.1 | 12 6 + 6 - 0 !
src/png2swf.1 | 2 1 + 1 - 0 !
src/swfbbox.1 | 2 1 + 1 - 0 !
src/swfcombine.1 | 10 5 + 5 - 0 !
src/swfdump.1 | 10 5 + 5 - 0 !
src/swfextract.1 | 6 3 + 3 - 0 !
src/swfstrings.1 | 2 1 + 1 - 0 !
src/wav2swf.1 | 2 1 + 1 - 0 !
11 files changed, 27 insertions(+), 27 deletions(-)

---
makefile.patch | (download)

Makefile.common.in | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
spelling.patch | (download)

src/swfcombine.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fixes spelling errors not contained in man pages
 See also 01_manpages.patch.
remove fontconfig.patch | (download)

configure.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove check for fontconfig from configure.
 Should remove the depends on libfontconfig. This is not needed as long
 as no pdf2swf is build.
giflib5.patch | (download)

src/gif2swf.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

---
Fix an integer overflow issue in png.c.patch | (download)

lib/png.c | 8 6 + 2 - 0 !
1 file changed, 6 insertions(+), 2 deletions(-)

 [patch] fix an integer overflow issue in png.c

This aims to fix https://github.com/matthiaskramm/swftools/issues/13