From 8a4c1891a4555afe2531638984e1830822171dfd Mon Sep 17 00:00:00 2001 From: nia Date: Tue, 24 Mar 2020 17:04:27 +0000 Subject: libstaroffice: Update to 0.0.6 0.0.6: - 12/17/2017: - all: retrieve formula and charts(as graphic) - .sdw: try to retrieve more attachments. 0.0.5: - 10/30/2017: - require C++11 for build. 0.0.4: - 07/15/2017: - correct many errors detected by fuzzing 0.0.3: - 02/20/2017: - tests if the file is created by StarImpress, if yes, converts it in a presentation file, - .sdw: try to retrieve more table's formattings and some outline levels, - graphics: try to retrieve more embedded pictures and the textbox rotations. --- converters/libstaroffice/Makefile | 12 +++++++----- converters/libstaroffice/distinfo | 10 +++++----- 2 files changed, 12 insertions(+), 10 deletions(-) (limited to 'converters') diff --git a/converters/libstaroffice/Makefile b/converters/libstaroffice/Makefile index 99fdf5a8e19..e958db0ee73 100644 --- a/converters/libstaroffice/Makefile +++ b/converters/libstaroffice/Makefile @@ -1,10 +1,9 @@ -# $NetBSD: Makefile,v 1.12 2020/01/26 17:30:51 rillig Exp $ +# $NetBSD: Makefile,v 1.13 2020/03/24 17:04:27 nia Exp $ -DISTNAME= libstaroffice-0.0.2 -PKGREVISION= 9 +DISTNAME= libstaroffice-0.0.6 CATEGORIES= converters -MASTER_SITES= http://dev-www.libreoffice.org/src/ -EXTRACT_SUFX= .tar.bz2 +MASTER_SITES= https://dev-www.libreoffice.org/src/ +EXTRACT_SUFX= .tar.xz MAINTAINER= ryoon@NetBSD.org HOMEPAGE= https://dev-www.libreoffice.org/src/ @@ -16,6 +15,9 @@ USE_LIBTOOL= yes USE_TOOLS+= pkg-config USE_LANGUAGES= c c++ +# C++11 +GCC_REQD+= 4.7 + CONFIGURE_ARGS+= --without-docs CONFIGURE_ARGS+= --disable-werror diff --git a/converters/libstaroffice/distinfo b/converters/libstaroffice/distinfo index e0606552876..7809b3f30e3 100644 --- a/converters/libstaroffice/distinfo +++ b/converters/libstaroffice/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.1 2017/02/04 01:41:41 ryoon Exp $ +$NetBSD: distinfo,v 1.2 2020/03/24 17:04:27 nia Exp $ -SHA1 (libstaroffice-0.0.2.tar.bz2) = fb7ec416807e49cb8cb12b1e46003499fad9df5f -RMD160 (libstaroffice-0.0.2.tar.bz2) = b387b4feb04371ad816553a8b984b9c3f91561bf -SHA512 (libstaroffice-0.0.2.tar.bz2) = dc66324dd8b365db73ea6dea16188b808648970311d443f09302648ab6b3d27c95e91f09f2be6d0d8ef173d8c5129afe6d493b1e2664dbe229553060142858e8 -Size (libstaroffice-0.0.2.tar.bz2) = 886950 bytes +SHA1 (libstaroffice-0.0.6.tar.xz) = d4f0ab61702fe24f3d89ec625616583e77a33697 +RMD160 (libstaroffice-0.0.6.tar.xz) = 9eff31611c80bb3d1c9c4e668fa7954d9f1e81a5 +SHA512 (libstaroffice-0.0.6.tar.xz) = 9b5313a069e29265875f2e744b6b39c261f578d72f67fdefe1454c092aaa28399e1b3dfcb3a2f881f9a60674e0115a29350fba3ee37fb442f0a837982077f324 +Size (libstaroffice-0.0.6.tar.xz) = 706324 bytes -- cgit v1.2.3