Subject: pkg/19728: Update package graphics/libwmf
To: None <gnats-bugs@gnats.netbsd.org>
From: None <juan@xtraeme.dyndns.org>
List: netbsd-bugs
Date: 01/07/2003 17:29:35
>Number:         19728
>Category:       pkg
>Synopsis:       Update package graphics/libwmf
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          change-request
>Submitter-Id:   net
>Arrival-Date:   Tue Jan 07 08:30:00 PST 2003
>Closed-Date:
>Last-Modified:
>Originator:     Juan RP
>Release:        NetBSD 1.6L
>Organization:
HispaBSD
>Environment:
System: NetBSD xtraeme.dyndns.org 1.6L NetBSD 1.6L (xtrakernel) #1: Mon Jan 6 22:11:27 CET 2003 root@xtraeme.dyndns.org:/usr/src/sys/arch/i386/compile/xtrakernel i386
Architecture: i386
Machine: i386
>Description:

This package needs ( gdk-pixbuf-io.h ) which is included with
the package x11/gtk2.

Changelog:

v. 0.2.8
        * 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)
v. 0.2.7-2
        * fix updated Fontmap[.GS] detection (fjf)
        * add some more paranoia into the font loader (fjf)
        * change a couple of C++ comments to C comments;
          configure.ac|in corrections (c. Olav Kolbu)
        * fix non-XML case in wmf2x.c; simplify freetype2 detection (fjf)

>How-To-Repeat:
>Fix:


Index: Makefile
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/libwmf/Makefile,v
retrieving revision 1.33
diff -u -r1.33 Makefile
--- Makefile	2002/12/24 06:10:08	1.33
+++ Makefile	2003/01/07 16:25:52
@@ -1,8 +1,7 @@
 # $NetBSD: Makefile,v 1.33 2002/12/24 06:10:08 wiz Exp $
 #
 
-DISTNAME=		libwmf-0.2.7
-PKGREVISION=		1
+DISTNAME=		libwmf-0.2.8
 CATEGORIES=		graphics devel
 MASTER_SITES=		${MASTER_SITE_SOURCEFORGE:=wvware/}
 
@@ -22,6 +21,7 @@
 HTMLDIR=		${PREFIX}/share/doc/html/libwmf
 
 .include "../../graphics/freetype2/buildlink2.mk"
+.include "../../x11/gtk2/buildlink2.mk"
 .include "../../graphics/png/buildlink2.mk"
 .include "../../graphics/xpm/buildlink2.mk"
 .include "../../textproc/libxml2/buildlink2.mk"
Index: PLIST
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/libwmf/PLIST,v
retrieving revision 1.4
diff -u -r1.4 PLIST
--- PLIST	2002/11/15 17:50:24	1.4
+++ PLIST	2003/01/07 16:25:53
@@ -30,15 +30,18 @@
 include/libwmf/libwmf/svg.h
 include/libwmf/libwmf/types.h
 include/libwmf/libwmf/x.h
+lib/gtk-2.0/2.2.0/loaders/io-wmf.a
+lib/gtk-2.0/2.2.0/loaders/io-wmf.la
+lib/gtk-2.0/2.2.0/loaders/io-wmf.so
 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 +157,7 @@
 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
@@ -193,6 +197,7 @@
 share/doc/html/libwmf/html/src_2ipa_2xgd_2font_8h.html
 share/doc/html/libwmf/html/src_2player_2color_8h.html
 share/doc/html/libwmf/html/stream_8c.html
+share/doc/html/libwmf/html/structWmfContext.html
 share/doc/html/libwmf/html/struct__wmfAPI.html
 share/doc/html/libwmf/html/struct__wmfAPI__Options.html
 share/doc/html/libwmf/html/struct__wmfAttributeStore.html
Index: distinfo
===================================================================
RCS file: /pub/NetBSD-CVS/pkgsrc/graphics/libwmf/distinfo,v
retrieving revision 1.7
diff -u -r1.7 distinfo
--- distinfo	2002/11/15 17:50:24	1.7
+++ distinfo	2003/01/07 16:25:53
@@ -1,5 +1,5 @@
 $NetBSD: distinfo,v 1.7 2002/11/15 17:50:24 wiz Exp $
 
-SHA1 (libwmf-0.2.7.tar.gz) = a9ad4ef96e6d2194c43623b69215667933540ecc
-Size (libwmf-0.2.7.tar.gz) = 1610697 bytes
+SHA1 (libwmf-0.2.8.tar.gz) = e129c259070952a1c258a942d842e16ada494a32
+Size (libwmf-0.2.8.tar.gz) = 1620489 bytes
 SHA1 (patch-ad) = 896663daf56535f112ac03e03cef59ac09c870e5
>Release-Note:
>Audit-Trail:
>Unformatted: