pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/converters/libvisio



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Nov 23 15:56:25 UTC 2017

Modified Files:
        pkgsrc/converters/libvisio: Makefile distinfo

Log Message:
libvisio: update to 0.1.6.

libvisio 0.1.6
- Consider stencil txtxform in binary formats (tdf#67914).
- Parse font width scaling.
- Fix dependency of tests on time zone (tdf#92396).
- Enable building of unit tests without command-line tools.
- Remove namespace check for VDX to allow parsing documents produced by
  lucidchart.com (tdf#98791).
- Output shape ID if set.
- Fix parsing of text block background color in some cases.
- Write bitmaps with color palette correctly.
- Deduce text encoding from font name.
- Parse theme fill and shadow color.
- Parse font scheme in VSDX documents.
- Require C++11 for build.
- Fix various crashes, leaks and hangs when reading damaged files found
  by oss-fuzz.
- Drop outdated Windows project files.
- Fix some issues found by Coverity.
- Many other small improvements and fixes.


To generate a diff of this commit:
cvs rdiff -u -r1.48 -r1.49 pkgsrc/converters/libvisio/Makefile
cvs rdiff -u -r1.15 -r1.16 pkgsrc/converters/libvisio/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/converters/libvisio/Makefile
diff -u pkgsrc/converters/libvisio/Makefile:1.48 pkgsrc/converters/libvisio/Makefile:1.49
--- pkgsrc/converters/libvisio/Makefile:1.48    Mon Sep 18 09:52:57 2017
+++ pkgsrc/converters/libvisio/Makefile Thu Nov 23 15:56:25 2017
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.48 2017/09/18 09:52:57 maya Exp $
+# $NetBSD: Makefile,v 1.49 2017/11/23 15:56:25 wiz Exp $
 
-DISTNAME=      libvisio-0.1.5
-PKGREVISION=   9
+DISTNAME=      libvisio-0.1.6
 CATEGORIES=    converters
 MASTER_SITES=  http://dev-www.libreoffice.org/src/libvisio/
 EXTRACT_SUFX=  .tar.xz
@@ -14,7 +13,7 @@ LICENSE=      gnu-lgpl-v2.1 OR mpl-1.1 OR gnu
 #BUILD_DEPENDS+=       doxygen>=1.8.9:../../devel/doxygen
 BUILD_DEPENDS+=        gperf-[0-9]*:../../devel/gperf
 
-USE_LANGUAGES=         c c++
+USE_LANGUAGES=         c c++11
 USE_LIBTOOL=           yes
 USE_TOOLS+=            perl:build pkg-config
 GNU_CONFIGURE=         yes

Index: pkgsrc/converters/libvisio/distinfo
diff -u pkgsrc/converters/libvisio/distinfo:1.15 pkgsrc/converters/libvisio/distinfo:1.16
--- pkgsrc/converters/libvisio/distinfo:1.15    Sun Jan  3 17:11:16 2016
+++ pkgsrc/converters/libvisio/distinfo Thu Nov 23 15:56:25 2017
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.15 2016/01/03 17:11:16 wiz Exp $
+$NetBSD: distinfo,v 1.16 2017/11/23 15:56:25 wiz Exp $
 
-SHA1 (libvisio-0.1.5.tar.xz) = 02daada854aee55ff847b42916536de143c7dda4
-RMD160 (libvisio-0.1.5.tar.xz) = d2cb94bb055e61e2dd4a318de61fb69f1009f86a
-SHA512 (libvisio-0.1.5.tar.xz) = 094ab546f650840d52fc34c1b105eff139d2f6e4d5cab7c9c99f8387ece0d0c6b02ec1376b3281d56a901bac016c2a024bb708c065b8b5d9404104e6494b5fab
-Size (libvisio-0.1.5.tar.xz) = 504196 bytes
+SHA1 (libvisio-0.1.6.tar.xz) = eaf9204fa38a87c8408c03828f6fc9d915d988e0
+RMD160 (libvisio-0.1.6.tar.xz) = e77511771580a150f3a4219f27d9b5f0906e4cc0
+SHA512 (libvisio-0.1.6.tar.xz) = 58cee8cfe4205b2cad2f11dbe17882e57ebf0d10500116ca9d8d120e138f8eb0c65a5fea3bd7d2746bf8140377ee9deb34258597e028f9fdc8d21f270606cce1
+Size (libvisio-0.1.6.tar.xz) = 676396 bytes



Home | Main Index | Thread Index | Old Index