Brought up to date
authorkramm <kramm>
Thu, 7 Aug 2003 11:08:50 +0000 (11:08 +0000)
committerkramm <kramm>
Thu, 7 Aug 2003 11:08:50 +0000 (11:08 +0000)
ChangeLog
FAQ
TODO

index 5be0c76..5db328b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
        * 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 (file)
--- 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 (file)
--- 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: