From befd54727a398e5b27b254bc66888fb77638f8b2 Mon Sep 17 00:00:00 2001 From: kramm Date: Thu, 7 Aug 2003 11:08:50 +0000 Subject: [PATCH] Brought up to date --- ChangeLog | 8 ++++++++ FAQ | 4 ++++ TODO | 6 +++++- 3 files changed, 17 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 5be0c76..5db328b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -159,3 +159,11 @@ * pdf2swf/pdf2swf: greatly improved spline conversion * pdf2swf/: Fix for t1lib-5.0.0 * src/wav2swf: streaming sound now works for all framerates < 35. +0.5.0: (not yet released) + * pdf2swf: added support for capline-styles + * avi2swf: added h.263 support + * avi2swf: improved sound support + * Makefiles: added MingW/Cygwin support + * pdf2swf/ttf2pt1: upgraded to ttf2pt1 3.4.3. + * lib/: changed logf to msg (support for gcc 3.2) + * src/jpeg2swf: Added support for H.263 compression (for correlated images). diff --git a/FAQ b/FAQ index 45e04fe..93e7770 100644 --- a/FAQ +++ b/FAQ @@ -26,6 +26,7 @@ In case some of your libraries/include files are installed in /usr/local, try the following: + rm -f config.cache LDFLAGS="-L/usr/local/lib" CPPFLAGS="-I/usr/local/include" ./configure Furthermore, a new installation of jpeglib (the following assumes it's in @@ -34,6 +35,9 @@ ranlib /usr/local/lib/libjpeg.a ldconfig /usr/local/lib + If it still doesn't work, try removing the file "config.cache" + before running configure again. + 4.) Is there a pdf2swf for Windows? No. pdf2swf only runs on Unix platforms, like Linux, *BSD, MacOS X, etc. diff --git a/TODO b/TODO index 6f84322..491f2a3 100644 --- a/TODO +++ b/TODO @@ -27,6 +27,7 @@ pdf2swf: optional- use another color for dashed lines) * several bounding boxes are too big * support for ttf fonts in --fontdirs + * add support for FreeType font2swf: @@ -45,6 +46,9 @@ swfcombine: * "swfcombine -m" (e.g. "swfcombine -mT test.swf") duplicates depths: relocate depth in normalcombine() * "swfcombine -mT file.swf -x 300 file2.swf" doesn't work + * "swfcombine file.swf -s 200 box1=file1.swf" doesn't work if file1.swf contains sprites + * support for centering (remove need to set -x,-y parameters manually when linking + preloaders) swfextract: @@ -62,7 +66,7 @@ librfxswf: Makefiles/configure/installation: - * check for vsnprintf + * check for vsnprintf, strndup etc. and supply replacements other: -- 1.7.10.4