pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libvisio libvisio: update to 0.1.6.
details: https://anonhg.NetBSD.org/pkgsrc/rev/c55bf14c087a
branches: trunk
changeset: 371839:c55bf14c087a
user: wiz <wiz%pkgsrc.org@localhost>
date: Thu Nov 23 15:56:25 2017 +0000
description:
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.
diffstat:
converters/libvisio/Makefile | 7 +++----
converters/libvisio/distinfo | 10 +++++-----
2 files changed, 8 insertions(+), 9 deletions(-)
diffs (37 lines):
diff -r 38c8eea0a260 -r c55bf14c087a converters/libvisio/Makefile
--- a/converters/libvisio/Makefile Thu Nov 23 15:49:52 2017 +0000
+++ b/converters/libvisio/Makefile Thu Nov 23 15:56:25 2017 +0000
@@ -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 @@
#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
diff -r 38c8eea0a260 -r c55bf14c087a converters/libvisio/distinfo
--- a/converters/libvisio/distinfo Thu Nov 23 15:49:52 2017 +0000
+++ b/converters/libvisio/distinfo Thu Nov 23 15:56:25 2017 +0000
@@ -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