pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/graphics/cairo Update to 1.14.2:



details:   https://anonhg.NetBSD.org/pkgsrc/rev/aa870fa42132
branches:  trunk
changeset: 648617:aa870fa42132
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Mar 15 21:05:37 2015 +0000

description:
Update to 1.14.2:

Release 1.14.2 (2014-03-09 Bryce Harrington <bryce%osg.samsung.com@localhost>)
====================================================================
This release provides collected bug fixes, along with one feature
enhancement for the xcb backend, and a small performance improvement for
fonts.

The running theme of the bug fixes is platform-specific issues, both
build and run-time.  Platforms with fixes include Sparc, AIX, Windows
(mingw), and Windows (MSVC8).  Memory leaks, valgrind issues, and PDF
issues round out our list.

It's come to light that changes in cairo 1.14 resulted in breakage on
MacOS X 10.4.  We've not yet determined whether to fix up the support,
or excise the 10.4-specific code and support only OS X 10.5 or newer.
Meantime, we'll only advertise cairo as working on OS X 10.5.

Features
--------
 * Improve xcb's handling of per-screen subpixel ordering.  If no
   Xft.rgba property is specified, default to the screen's subpixel
   order.

API Changes
-----------
None

Dependency Changes
------------------
None

Performance Optimizations
-------------------------
 * Improve performance of cpu_to_be32 and be32_to_cpu, making truetype
   subsetting of large fonts run about 15% faster.

Bug Fixes
---------
 * Fix unaligned access on sparc with the compact font format (CFF).
   Unlike truetype, all data in CFF is not aligned.
   (Debian bug #712836)
 * Fix unaligned access on sparc with tor-scan-converter's memory pool.
 * Fix crash when loading a PDF with a transformed image.
   (fdo bug #85151)
 * Fix regression on mingw for bigendian test due to removal of file
   extension for executables.
   (fdo bug #85120)
 * Fix handling of backslash in PDF interpreter
   (fdo bug #85662)
 * Fix crash in xlib and xcb renderers when swapping a 0-sized glyph
 * Fix bug with RTL text in PDF operators
   (fdo bug #86461)
 * Fix compilation 'cairo-path-stroke-traps.c' with MSVC8
   (fdo bug #84908)
 * Fix crash in _fill_xrgb32_lerp_opaque_spans when a span length is
   negative.
 * Fix valgrind error by releasing pattern created by
   cairo_pattern_create_rgb().
 * Fix valgrind errors when running cairo-test-suite.
 * Fix memory leak in recording surface replays
   (fdo bug #87898)
 * Fix destruction of fonts in api-special-cases test.
   (fdo bug #87567)
 * Fix duplicated surface push on similar-image, preventing trivial GTK3
   program traces from being replayable, with an error message about
   invalid values for the size of the input.
   (fdo bug #73580)
 * Fix crash when win32 surface's image size does not cover the entire
   surface.
   (fdo bug #53121)
 * Fix crash due to obsolete CGFontGetGlyphPath call
   (fdo bug #84324)
 * Fix several build issues on AIX
   (fdo bugs #89338, #89340, #89356, #89354)
 * Fix various documentation warnings and errors

diffstat:

 graphics/cairo/Makefile        |  3 +--
 graphics/cairo/Makefile.common |  4 ++--
 graphics/cairo/PLIST           |  5 ++++-
 graphics/cairo/distinfo        |  8 ++++----
 4 files changed, 11 insertions(+), 9 deletions(-)

diffs (63 lines):

diff -r c6a95d29935f -r aa870fa42132 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile   Sun Mar 15 20:53:47 2015 +0000
+++ b/graphics/cairo/Makefile   Sun Mar 15 21:05:37 2015 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.137 2014/11/15 13:05:52 mef Exp $
+# $NetBSD: Makefile,v 1.138 2015/03/15 21:05:37 wiz Exp $
 
 .include "../../graphics/cairo/Makefile.common"
-PKGREVISION=                   1
 
 TEST_TARGET=                   check
 
diff -r c6a95d29935f -r aa870fa42132 graphics/cairo/Makefile.common
--- a/graphics/cairo/Makefile.common    Sun Mar 15 20:53:47 2015 +0000
+++ b/graphics/cairo/Makefile.common    Sun Mar 15 21:05:37 2015 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.6 2014/10/22 09:55:36 wiz Exp $
+# $NetBSD: Makefile.common,v 1.7 2015/03/15 21:05:37 wiz Exp $
 #
 # used by graphics/cairo/Makefile
 # used by graphics/cairo-gobject/Makefile
 
-DISTNAME=      cairo-1.14.0
+DISTNAME=      cairo-1.14.2
 CATEGORIES=    graphics
 MASTER_SITES=  http://cairographics.org/releases/
 EXTRACT_SUFX=  .tar.xz
diff -r c6a95d29935f -r aa870fa42132 graphics/cairo/PLIST
--- a/graphics/cairo/PLIST      Sun Mar 15 20:53:47 2015 +0000
+++ b/graphics/cairo/PLIST      Sun Mar 15 21:05:37 2015 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.37 2014/10/22 09:55:36 wiz Exp $
+@comment $NetBSD: PLIST,v 1.38 2015/03/15 21:05:37 wiz Exp $
 bin/cairo-trace
 include/cairo/cairo-deprecated.h
 include/cairo/cairo-features.h
@@ -93,7 +93,10 @@
 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
+share/gtk-doc/html/cairo/right-insensitive.png
 share/gtk-doc/html/cairo/right.png
 share/gtk-doc/html/cairo/style.css
+share/gtk-doc/html/cairo/up-insensitive.png
 share/gtk-doc/html/cairo/up.png
diff -r c6a95d29935f -r aa870fa42132 graphics/cairo/distinfo
--- a/graphics/cairo/distinfo   Sun Mar 15 20:53:47 2015 +0000
+++ b/graphics/cairo/distinfo   Sun Mar 15 21:05:37 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.78 2014/11/15 00:38:08 mef Exp $
+$NetBSD: distinfo,v 1.79 2015/03/15 21:05:37 wiz Exp $
 
-SHA1 (cairo-1.14.0.tar.xz) = 53cf589b983412ea7f78feee2e1ba9cea6e3ebae
-RMD160 (cairo-1.14.0.tar.xz) = 87213a12c9789ff78dfbffbe4555aa28811c12c5
-Size (cairo-1.14.0.tar.xz) = 36584076 bytes
+SHA1 (cairo-1.14.2.tar.xz) = c8da68aa66ca0855b5d0ff552766d3e8679e1d24
+RMD160 (cairo-1.14.2.tar.xz) = 36cb30e1db06135bd291acc8a1f0a1f2d95ecb14
+Size (cairo-1.14.2.tar.xz) = 35376404 bytes
 SHA1 (patch-aa) = b01bc60f77a7122b0c0d0d9b25ad512bac7c190c
 SHA1 (patch-ab) = 11f7e0e59bd5c51a8fdacb48dcf2f2fefdf3b768
 SHA1 (patch-ac) = 1785bbef6bcab4781bf89e1b986a7eb96e5f2b64



Home | Main Index | Thread Index | Old Index