From afe45e42c729695a4a4949a5c91f88b16adbea00 Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 13 Feb 2019 21:15:36 +0000 Subject: libetonyek: update to 0.1.9. libetonyek 0.1.9 - Fix spelling of property meta:initial-creator. - Support files created via iCloud Web Browser. (tdf#120707) - Remove unneeded check for additional glm headers, which was failing with newest version(s) of glm. - Fix a couple of issues detected by oss-fuzz and forcepoint. libetonyek 0.1.8 - All formats: + Parse fields. + Improve parsing of lists. + Fix output of orphans and widows paragraph properties. + Correctly handle rectangles with rounded corners. + Improve output of callouts. + Parse line ends (arrows). + Parse curves with multiple components. + Improve parsing of fills. + Improve parsing of tables. + Handle cropped images. + Parse grouped shapes. + Parse audio/video preview images. + Parse text wrap. - Keynote 2-5: + Parse old-style images (Keynote 2-3?). + Parse slide styles. + Output master slides. + Parse connection lines. - Keynote 6: + Improve detection of Keynote 6 documents. (tdf#113737) + Output master slides. + Parse connection lines. - Numbers 1-2: + Properly parse TRUE and FALSE functions. - Pages 1-4: + Parse annotations. + Improve parsing of images (position etc.). + Handle tables in a group. + Parse page dimensions from print settings. - Pages 5: + Parse page dimensions. + Parse footnotes/endnotes. + Parse comments. + Parse headers/footers. + Parse tables. + Parse textboxes. + Fix line spacing and paragraph margins. + Parse more text properties. - Miscellaneous: + Add support for Keynote 1 documents. + Add support for Numbers 3 documents. + Fix several issues found by oss-fuzz. + Fix build with glm 0.9.9. + Other fixes and improvements. --- converters/libetonyek/Makefile | 5 ++--- converters/libetonyek/distinfo | 11 +++++------ converters/libetonyek/patches/patch-configure | 15 --------------- 3 files changed, 7 insertions(+), 24 deletions(-) delete mode 100644 converters/libetonyek/patches/patch-configure (limited to 'converters') diff --git a/converters/libetonyek/Makefile b/converters/libetonyek/Makefile index c11e32fa30c..1a9570f814b 100644 --- a/converters/libetonyek/Makefile +++ b/converters/libetonyek/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2018/12/13 19:51:32 adam Exp $ +# $NetBSD: Makefile,v 1.22 2019/02/13 21:15:36 wiz Exp $ -DISTNAME= libetonyek-0.1.7 -PKGREVISION= 3 +DISTNAME= libetonyek-0.1.9 CATEGORIES= converters MASTER_SITES= http://dev-www.libreoffice.org/src/ EXTRACT_SUFX= .tar.xz diff --git a/converters/libetonyek/distinfo b/converters/libetonyek/distinfo index 360d2278316..f5983677fec 100644 --- a/converters/libetonyek/distinfo +++ b/converters/libetonyek/distinfo @@ -1,7 +1,6 @@ -$NetBSD: distinfo,v 1.7 2018/02/02 23:55:20 ryoon Exp $ +$NetBSD: distinfo,v 1.8 2019/02/13 21:15:36 wiz Exp $ -SHA1 (libetonyek-0.1.7.tar.xz) = 7dcc5eee68ad7dcc31b9230fa6e8ced6c346dc07 -RMD160 (libetonyek-0.1.7.tar.xz) = 470eeaa42e690a6eaf7da0e7513a145fbc1d5e32 -SHA512 (libetonyek-0.1.7.tar.xz) = bec4819e161f68b7315567464bfe9e0259a59822a7926c54208cceb04061664a1220716539816a24a6f259eac6f7063c72750aaaf8d8886e3bfb0c4d5f1e0b0f -Size (libetonyek-0.1.7.tar.xz) = 1256232 bytes -SHA1 (patch-configure) = f1dda3166bf0271bdd58a4a7eff04768b450906b +SHA1 (libetonyek-0.1.9.tar.xz) = b98862359b44f6838246428a482c442ad3bb67e4 +RMD160 (libetonyek-0.1.9.tar.xz) = 05769e91a32fca98060a753ec265e54e9dcf0b6d +SHA512 (libetonyek-0.1.9.tar.xz) = 3f439b369d450bb1a4bdb3fe92023bda234b323cf676570f1738318c56867a97910f536280b9b164c3fdaa423a3ee669c935df75a5c700bc1530ea5b9a00391e +Size (libetonyek-0.1.9.tar.xz) = 1477064 bytes diff --git a/converters/libetonyek/patches/patch-configure b/converters/libetonyek/patches/patch-configure deleted file mode 100644 index 2bdc6eb023e..00000000000 --- a/converters/libetonyek/patches/patch-configure +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-configure,v 1.1 2018/02/02 23:55:20 ryoon Exp $ - -* Fix POSIX shell portability issue - ---- configure.orig 2017-10-23 08:03:59.000000000 +0000 -+++ configure -@@ -19205,7 +19205,7 @@ CPPFLAGS="${saved_CPPFLAGS}" - saved_CPPFLAGS="${CPPFLAGS}" - CPPFLAGS="${GLM_CFLAGS} ${CPPFLAGS}" - GLM_headers="glm/glm.hpp" --if test "x$enable_tests" == "xyes"; then : -+if test "x$enable_tests" = "xyes"; then : - GLM_headers="$GLM_headers glm/gtx/io.hpp" - fi - for ac_header in $GLM_headers -- cgit v1.2.3