pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/graphics/cairo Updated cairo to 1.14.10.
details: https://anonhg.NetBSD.org/pkgsrc/rev/ca74e846e710
branches: trunk
changeset: 364010:ca74e846e710
user: wiz <wiz%pkgsrc.org@localhost>
date: Tue Jun 20 11:19:14 2017 +0000
description:
Updated cairo to 1.14.10.
Release 1.14.10 (2017-06-13 Bryce Harrington <bryce%osg.samsung.com@localhost>)
========================================================================
Bugfix release rolling up backported fixes for the past half year.
Bug Fixes
---------
* Clarify documentation regarding device scale inheritance and the units
used in cairo_surface_create_similar_image.
Bug #99094.
* Fix error reporting in the xcb backend if fallback fails. Instead of
returning NULL when the X11 server can't do some operation, return a
surface in an error state.
* Call XSync in the xlib backend before setting the error handler to
ignore errors for certain requests, to make sure all pending errors
are handled first.
* For opentype fonts, always use gid to lookup glyph.
* If glyph 0 used for rendering, remap to different index.
* Set font size to em size when retrieving unhinted metrics.
* Flush ASCII85Decode file after use with Postscript files.
* pdf: Don't fail subsetting if unable to convert utf8 to utf16.
* For truetype, reverse cmap search should end when 0xffff- 0xffff range
reached.
* Fix bug in line wrapping with the PDF operators.
* Fix an off by one check in cairo-image-info.c.
diffstat:
graphics/cairo/Makefile.common | 4 ++--
graphics/cairo/PLIST | 3 +--
graphics/cairo/distinfo | 10 +++++-----
3 files changed, 8 insertions(+), 9 deletions(-)
diffs (50 lines):
diff -r 91a951ff1137 -r ca74e846e710 graphics/cairo/Makefile.common
--- a/graphics/cairo/Makefile.common Tue Jun 20 07:48:59 2017 +0000
+++ b/graphics/cairo/Makefile.common Tue Jun 20 11:19:14 2017 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.10 2016/12/12 13:56:07 wiz Exp $
+# $NetBSD: Makefile.common,v 1.11 2017/06/20 11:19:14 wiz Exp $
#
# used by graphics/cairo/Makefile
# used by graphics/cairo-gobject/Makefile
-DISTNAME= cairo-1.14.8
+DISTNAME= cairo-1.14.10
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
EXTRACT_SUFX= .tar.xz
diff -r 91a951ff1137 -r ca74e846e710 graphics/cairo/PLIST
--- a/graphics/cairo/PLIST Tue Jun 20 07:48:59 2017 +0000
+++ b/graphics/cairo/PLIST Tue Jun 20 11:19:14 2017 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.39 2015/11/06 11:15:51 wiz Exp $
+@comment $NetBSD: PLIST,v 1.40 2017/06/20 11:19:14 wiz Exp $
bin/cairo-trace
include/cairo/cairo-deprecated.h
include/cairo/cairo-features.h
@@ -92,7 +92,6 @@
share/gtk-doc/html/cairo/index-1.8.html
share/gtk-doc/html/cairo/index-all.html
share/gtk-doc/html/cairo/index.html
-share/gtk-doc/html/cairo/index.sgml
share/gtk-doc/html/cairo/language-bindings.html
share/gtk-doc/html/cairo/left-insensitive.png
share/gtk-doc/html/cairo/left.png
diff -r 91a951ff1137 -r ca74e846e710 graphics/cairo/distinfo
--- a/graphics/cairo/distinfo Tue Jun 20 07:48:59 2017 +0000
+++ b/graphics/cairo/distinfo Tue Jun 20 11:19:14 2017 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.84 2016/12/12 13:56:07 wiz Exp $
+$NetBSD: distinfo,v 1.85 2017/06/20 11:19:14 wiz Exp $
-SHA1 (cairo-1.14.8.tar.xz) = c6f7b99986f93c9df78653c3e6a3b5043f65145e
-RMD160 (cairo-1.14.8.tar.xz) = ca8b27b3b23120b0d3a5777cbcf63e4e2f4a783f
-SHA512 (cairo-1.14.8.tar.xz) = dfe77a01ca72e21e11610243a5f6e92e6b0821c4ace11686fb0bac8f0bf9217a79974ff46bdf3d19fd85173f5f24f2c3f6d4e00cf729a55a6492e6798d6c4ec2
-Size (cairo-1.14.8.tar.xz) = 35392464 bytes
+SHA1 (cairo-1.14.10.tar.xz) = 28c59d85d6b790c21b8b59ece73a6a1dda28d69a
+RMD160 (cairo-1.14.10.tar.xz) = c50d540033688e7371b2bffbe116ea70c4d2ffc2
+SHA512 (cairo-1.14.10.tar.xz) = a381d97e6046da0012eb5595118efb95ff02e3e84310682e458b503ebf22d6b2663bcc1391980768bb9cd02ae809b8df2e11d6200b48745dc5ec824c342b5852
+Size (cairo-1.14.10.tar.xz) = 36251788 bytes
SHA1 (patch-aa) = b01bc60f77a7122b0c0d0d9b25ad512bac7c190c
SHA1 (patch-ab) = 11f7e0e59bd5c51a8fdacb48dcf2f2fefdf3b768
SHA1 (patch-ac) = 1785bbef6bcab4781bf89e1b986a7eb96e5f2b64
Home |
Main Index |
Thread Index |
Old Index