pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/converters/libetonyek libetonyek: update to 0.1.9.
details: https://anonhg.NetBSD.org/pkgsrc/rev/6480b3170290
branches: trunk
changeset: 329712:6480b3170290
user: wiz <wiz%pkgsrc.org@localhost>
date: Wed Feb 13 21:15:36 2019 +0000
description:
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.
diffstat:
converters/libetonyek/Makefile | 5 ++---
converters/libetonyek/distinfo | 11 +++++------
converters/libetonyek/patches/patch-configure | 15 ---------------
3 files changed, 7 insertions(+), 24 deletions(-)
diffs (48 lines):
diff -r 792bfaf7693f -r 6480b3170290 converters/libetonyek/Makefile
--- a/converters/libetonyek/Makefile Wed Feb 13 20:51:57 2019 +0000
+++ b/converters/libetonyek/Makefile Wed Feb 13 21:15:36 2019 +0000
@@ -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 -r 792bfaf7693f -r 6480b3170290 converters/libetonyek/distinfo
--- a/converters/libetonyek/distinfo Wed Feb 13 20:51:57 2019 +0000
+++ b/converters/libetonyek/distinfo Wed Feb 13 21:15:36 2019 +0000
@@ -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 -r 792bfaf7693f -r 6480b3170290 converters/libetonyek/patches/patch-configure
--- a/converters/libetonyek/patches/patch-configure Wed Feb 13 20:51:57 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index