diff options
author | drochner <drochner@pkgsrc.org> | 2003-01-20 21:46:48 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2003-01-20 21:46:48 +0000 |
commit | 4a8fe5b914486e996ba94ae515af6f71b6faf000 (patch) | |
tree | e510779b37f48a7f8d5a805226362820c170be38 /graphics/libwmf/PLIST | |
parent | 667b011e683c4f1c297f0a4ca68f16352c476fcb (diff) | |
download | pkgsrc-4a8fe5b914486e996ba94ae515af6f71b6faf000.tar.gz |
update to 0.2.8
changes:
* update wmf2x & wmf2gd to use wmf_display_size() (fjf)
* ditch wmf_gd_image_free(); api_destroy takes care of the image (fjf)
* add new wmf_display_size() function which returns integer
size of image for display; io-wmf loader update (dom)
* add two convenience functions to xgd device layer for
manipulating GD image post-conversion (fjf)
* give libwmflite its own interface/binary numbers (fjf)
* change gd.c (add _tpixels member to gdImageStruct)
- now allocates contiguous array for truecolor pixels (fjf)
* gdk-pixbuf plugin added (dom); config update (fjf)
(needed for gimageview)
Diffstat (limited to 'graphics/libwmf/PLIST')
-rw-r--r-- | graphics/libwmf/PLIST | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/libwmf/PLIST b/graphics/libwmf/PLIST index fcbaa2d7d80..ab8cb8c6d32 100644 --- a/graphics/libwmf/PLIST +++ b/graphics/libwmf/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.4 2002/11/15 17:50:24 wiz Exp $ +@comment $NetBSD: PLIST,v 1.5 2003/01/20 21:46:48 drochner Exp $ bin/libwmf-config bin/libwmf-fontmap bin/wmf2eps @@ -31,14 +31,14 @@ include/libwmf/libwmf/svg.h include/libwmf/libwmf/types.h include/libwmf/libwmf/x.h lib/libwmf-0.2.so -lib/libwmf-0.2.so.7 -lib/libwmf-0.2.so.7.0 +lib/libwmf-0.2.so.8 +lib/libwmf-0.2.so.8.0 lib/libwmf.a lib/libwmf.la lib/libwmf.so lib/libwmflite-0.2.so lib/libwmflite-0.2.so.7 -lib/libwmflite-0.2.so.7.0 +lib/libwmflite-0.2.so.7.1 lib/libwmflite.a lib/libwmflite.la lib/libwmflite.so @@ -154,6 +154,7 @@ share/doc/html/libwmf/html/globals.html share/doc/html/libwmf/html/include_2libwmf_2color_8h.html share/doc/html/libwmf/html/include_2libwmf_2font_8h.html share/doc/html/libwmf/html/index.html +share/doc/html/libwmf/html/io-wmf_8c.html share/doc/html/libwmf/html/ipa_2bmp_8h.html share/doc/html/libwmf/html/ipa_2eps_2region_8h.html share/doc/html/libwmf/html/ipa_2fig_2region_8h.html @@ -256,6 +257,7 @@ share/doc/html/libwmf/html/struct__wmf__svg__t.html share/doc/html/libwmf/html/struct__wmf__svg__t_1_1__wmf__svg__image.html share/doc/html/libwmf/html/struct__wmf__template__t.html share/doc/html/libwmf/html/struct__wmf__x__t.html +share/doc/html/libwmf/html/structWmfContext.html share/doc/html/libwmf/html/svg_2bmp_8h.html share/doc/html/libwmf/html/svg_2device_8h.html share/doc/html/libwmf/html/svg_2draw_8h.html |