diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-01 14:05:07 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-01 14:05:07 +0000 |
commit | ba199505f34447ac9cf0552d6906c2cd9c529e3b (patch) | |
tree | 2624fd649dc23d6ba9995c90b0c7ba2c60aad4d0 | |
parent | 9bff5abc841db60ea86c9afd8787cf1e4bf1bdfc (diff) | |
download | pkgsrc-ba199505f34447ac9cf0552d6906c2cd9c529e3b.tar.gz |
Update to 0.0.18:
Disable optimization in debug build
Fix prefix ++/-- operators for non-primitive types
This langid does not make sense and we don't even use it
Trying to make encoding work in version 6
Sync this with libcdr
Fix utf16 parsing
Some more rework of text encoding conversions
Some character conversion rework + some debug messages
Some belts and braces
Related: fdo#48601 FILEOPEN: Open Visio's file with bitmap's blocks
This fdo contains 2 files with which I had a different crash for each of them.
This patch fixes one of the 2 crashes.
For the moment no more cppcheck reports
Resolves: fdo#50988
bumping version
Fix another crash in exotic circumstances
And make it even compile
Don't push_back(.back())
Fix some crashes on windows
And produce a valid xml too
Avoid SVG crash for missing svg:id
Make the thing even build
Break line only at the end of the line
Add vsd2text tool to dump text from Visio diagrams
More warnings to be safer later
Unused variable
Resolves: fdo#50178 Reading Visio file causes crash
include stdint.h and inttypes.h inconditionally in no-autofoo no-windows build
Group the filled and stroked paths that are part of the same geometry
-rw-r--r-- | converters/libvisio/Makefile | 4 | ||||
-rw-r--r-- | converters/libvisio/PLIST | 6 | ||||
-rw-r--r-- | converters/libvisio/distinfo | 8 |
3 files changed, 11 insertions, 7 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index 102c5eb8c28..05e9b700f9d 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.3 2012/06/03 20:12:48 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2012/07/01 14:05:07 wiz Exp $ -DISTNAME= libvisio-0.0.17 +DISTNAME= libvisio-0.0.18 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/PLIST b/converters/libvisio/PLIST index 92024e0ebde..46d26d66a2a 100644 --- a/converters/libvisio/PLIST +++ b/converters/libvisio/PLIST @@ -1,5 +1,6 @@ -@comment $NetBSD: PLIST,v 1.2 2012/06/03 20:12:48 wiz Exp $ +@comment $NetBSD: PLIST,v 1.3 2012/07/01 14:05:07 wiz Exp $ bin/vsd2raw +bin/vsd2text bin/vsd2xhtml include/libvisio-0.0/libvisio/VSDStringVector.h include/libvisio-0.0/libvisio/VisioDocument.h @@ -304,6 +305,7 @@ share/doc/libvisio/html/functions_vars_0x69.html share/doc/libvisio/html/functions_vars_0x6b.html share/doc/libvisio/html/functions_vars_0x6c.html share/doc/libvisio/html/functions_vars_0x6d.html +share/doc/libvisio/html/functions_vars_0x6e.html share/doc/libvisio/html/functions_vars_0x6f.html share/doc/libvisio/html/functions_vars_0x70.html share/doc/libvisio/html/functions_vars_0x72.html @@ -347,6 +349,8 @@ share/doc/libvisio/html/structlibvisio_1_1VSDXCharStyle-members.html share/doc/libvisio/html/structlibvisio_1_1VSDXCharStyle.html share/doc/libvisio/html/structlibvisio_1_1VSDXFillStyle-members.html share/doc/libvisio/html/structlibvisio_1_1VSDXFillStyle.html +share/doc/libvisio/html/structlibvisio_1_1VSDXFont-members.html +share/doc/libvisio/html/structlibvisio_1_1VSDXFont.html share/doc/libvisio/html/structlibvisio_1_1VSDXLineStyle-members.html share/doc/libvisio/html/structlibvisio_1_1VSDXLineStyle.html share/doc/libvisio/html/structlibvisio_1_1VSDXParaStyle-members.html diff --git a/converters/libvisio/distinfo b/converters/libvisio/distinfo index 104939ef9b2..ec98a2fc365 100644 --- a/converters/libvisio/distinfo +++ b/converters/libvisio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2012/06/03 20:12:48 wiz Exp $ +$NetBSD: distinfo,v 1.4 2012/07/01 14:05:08 wiz Exp $ -SHA1 (libvisio-0.0.17.tar.xz) = 46147926c96d09840ffcd63448e8bd0c6f82a641 -RMD160 (libvisio-0.0.17.tar.xz) = aa076d376fc73ba1e2505c4c625d297b24dfec9d -Size (libvisio-0.0.17.tar.xz) = 319132 bytes +SHA1 (libvisio-0.0.18.tar.xz) = 645daae88778f3025b205ccf082bab381a50be2d +RMD160 (libvisio-0.0.18.tar.xz) = 6a19cb57b2c62e16f518fdca3f39aaa2233d77e8 +Size (libvisio-0.0.18.tar.xz) = 322404 bytes |