pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/graphics/cairo



Module Name:    pkgsrc
Committed By:   wiz
Date:           Tue Jun 20 11:19:14 UTC 2017

Modified Files:
        pkgsrc/graphics/cairo: Makefile.common PLIST distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.10 -r1.11 pkgsrc/graphics/cairo/Makefile.common
cvs rdiff -u -r1.39 -r1.40 pkgsrc/graphics/cairo/PLIST
cvs rdiff -u -r1.84 -r1.85 pkgsrc/graphics/cairo/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/graphics/cairo/Makefile.common
diff -u pkgsrc/graphics/cairo/Makefile.common:1.10 pkgsrc/graphics/cairo/Makefile.common:1.11
--- pkgsrc/graphics/cairo/Makefile.common:1.10  Mon Dec 12 13:56:07 2016
+++ pkgsrc/graphics/cairo/Makefile.common       Tue Jun 20 11:19:14 2017
@@ -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

Index: pkgsrc/graphics/cairo/PLIST
diff -u pkgsrc/graphics/cairo/PLIST:1.39 pkgsrc/graphics/cairo/PLIST:1.40
--- pkgsrc/graphics/cairo/PLIST:1.39    Fri Nov  6 11:15:51 2015
+++ pkgsrc/graphics/cairo/PLIST Tue Jun 20 11:19:14 2017
@@ -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.6.html
 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

Index: pkgsrc/graphics/cairo/distinfo
diff -u pkgsrc/graphics/cairo/distinfo:1.84 pkgsrc/graphics/cairo/distinfo:1.85
--- pkgsrc/graphics/cairo/distinfo:1.84 Mon Dec 12 13:56:07 2016
+++ pkgsrc/graphics/cairo/distinfo      Tue Jun 20 11:19:14 2017
@@ -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