[version 0.5.4 ediware**20070406050014] { hunk ./CHANGELOG 1 +Version 0.5.4 +2007-04-06 +Trying to fix the 0.5.3 fix... (bug reported by Jong-won Choi) + hunk ./cl-gd.asd 2 -;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.15 2007/03/19 00:35:27 edi Exp $ +;;; $Header: /usr/local/cvsrep/gd/cl-gd.asd,v 1.16 2007/04/05 23:22:24 edi Exp $ hunk ./cl-gd.asd 43 - :version "0.5.3" + :version "0.5.4" hunk ./doc/index.html 206 -current version is 0.5.3. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port +current version is 0.5.4. A Debian package is available thanks to Peter van Eynde and Kevin Rosenberg, so if you're on Debian you should have no problems installing CL-GD. There's also a port hunk ./doc/index.html 212 -
  • Download and install a recent version of GD and its supporting libraries libpng, zlib, libjpeg, libiconv, and libfreetype. CL-GD has been tested and developed with GD 2.0.28, older version probably won't work. Note that you won't be able to compile CL-GD unless you have installed all supporting libraries. This is different from using GD directly from C where you only have to install the libraries you intend to use. +
  • Download and install a recent version of GD and its supporting libraries libpng, zlib, libjpeg, libfreetype, and maybe libiconv. CL-GD has been tested and developed with GD 2.0.28, older version probably won't work. Note that you won't be able to compile CL-GD unless you have installed all supporting libraries. This is different from using GD directly from C where you only have to install the libraries you intend to use. hunk ./doc/index.html 217 -ld -lgd -lz -lpng -ljpeg -lfreetype -lm -liconv -shared cl-gd-glue.o -o cl-gd-glue.so +ld -lgd -lz -lpng -ljpeg -lfreetype -lm -shared cl-gd-glue.o -o cl-gd-glue.so hunk ./doc/index.html 220 -(Note: On recent versions of Linux, one doesn't seem to need libiconv.) +(Note: On older versions of Linux, you might have to add -liconv.) hunk ./doc/index.html 1435 -$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.70 2007/03/19 00:35:28 edi Exp $ +$Header: /usr/local/cvsrep/gd/doc/index.html,v 1.72 2007/04/05 23:22:26 edi Exp $ hunk ./gd-uffi.lisp 2 -;;; $Header: /usr/local/cvsrep/gd/gd-uffi.lisp,v 1.30 2007/01/01 23:41:00 edi Exp $ +;;; $Header: /usr/local/cvsrep/gd/gd-uffi.lisp,v 1.32 2007/04/05 23:22:24 edi Exp $ hunk ./strings.lisp 2 -;;; $Header: /usr/local/cvsrep/gd/strings.lisp,v 1.20 2007/03/19 00:35:27 edi Exp $ +;;; $Header: /usr/local/cvsrep/gd/strings.lisp,v 1.22 2007/04/05 23:22:24 edi Exp $ hunk ./strings.lisp 138 - image *null-image*)) + image (or image *null-image*))) hunk ./strings.lisp 169 - (if anti-aliased color (- color)) - c-font-name - (coerce point-size 'double-float) - (coerce angle 'double-float) - x y - c-string - strex))) + (if anti-aliased color (- color)) + c-font-name + (coerce point-size 'double-float) + (coerce angle 'double-float) + x y + c-string + strex))) }