diff options
author | wiz <wiz@pkgsrc.org> | 2012-07-29 20:06:00 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-07-29 20:06:00 +0000 |
commit | 24c96f1b53befef17fa49fbb2e4bc39775d946c0 (patch) | |
tree | b9536251fab27cce58b73aacc580ce1885960486 /converters/libvisio | |
parent | b8fdb4746de2a2078c31eca20e6d7f7557e4bd42 (diff) | |
download | pkgsrc-24c96f1b53befef17fa49fbb2e4bc39775d946c0.tar.gz |
Update to 0.0.19:
Bump version to 0.0.19
Fixing fdo#50990
reuse m_currentShapeLevel for stylesheets too
Another tiny incremental change
A little refactoring of the level change handling
Order of pages is their order of arrival
Revert "Drawing pages in right order"
This modification is not needed anymore, since we approach
the reordering of pointers differently
This reverts commit 9371595a11a0858fc55ea9fce67dba12b39a6e3e.
Reorder pointers to streams according to the list
Handle 0x8* and 0xd* streams in an equivalent way
Push information to collector even from streams if that is where it is to be found
Keep pointer numbers around
Get rid of handleStencils + some fixes in styles
Clear font name before appending to it
Get rid of handlePages function
Removing unused constructor
Recursive parsing of streams implemented
Not giving any output as of yet though. Please, use STABLE-0-0-0 branch
if you want to see pictures. I will merge this one there only after
regression test calls me "good boy".
Little correction
Unify handling of chunks in stencils and normal pages
Some more refactoring
Extracting individual stream handling into a separate function
Extract handling of streams into a separate function
astyle
Fix endless loop with text fields in VSD6
Appease automake 1.12
!=, not ==
coverity: protect against self-assignment
coverity: protect against self-assignment
coverity: protect against self-assignment
coverity: memory leak
coverity: bin superfluous copy ctors
coverity: bin superfluous copy ctor
coverity: bin superfluous copy ctors
Diffstat (limited to 'converters/libvisio')
-rw-r--r-- | converters/libvisio/Makefile | 5 | ||||
-rw-r--r-- | converters/libvisio/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/converters/libvisio/Makefile b/converters/libvisio/Makefile index c79ded323ae..501b50e8080 100644 --- a/converters/libvisio/Makefile +++ b/converters/libvisio/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.6 2012/07/07 21:29:19 prlw1 Exp $ +# $NetBSD: Makefile,v 1.7 2012/07/29 20:06:00 wiz Exp $ -DISTNAME= libvisio-0.0.18 -PKGREVISION= 2 +DISTNAME= libvisio-0.0.19 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libvisio/distinfo b/converters/libvisio/distinfo index ec98a2fc365..c485b5a4ea0 100644 --- a/converters/libvisio/distinfo +++ b/converters/libvisio/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.4 2012/07/01 14:05:08 wiz Exp $ +$NetBSD: distinfo,v 1.5 2012/07/29 20:06:00 wiz Exp $ -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 +SHA1 (libvisio-0.0.19.tar.xz) = a6bad7439ca54b386f543ddf9b6c7168c7359e3f +RMD160 (libvisio-0.0.19.tar.xz) = a31e0423f79c9cb2b85a20f24d092bf4168cad98 +Size (libvisio-0.0.19.tar.xz) = 323536 bytes |