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.8.10:
details: https://anonhg.NetBSD.org/pkgsrc/rev/ebc2a9ec0715
branches: trunk
changeset: 572163:ebc2a9ec0715
user: wiz <wiz%pkgsrc.org@localhost>
date: Sun Feb 21 13:02:46 2010 +0000
description:
Update to 1.8.10:
Release 1.8.10 (2010-02-19 Carl Worth <cworth%cworth.org@localhost>)
==========================================================
The cairo community is pleased to announce the 1.8.10 release of the
cairo graphics library. This is the fifth update to cairo's stable 1.8
series. This release consists of about a dozen hand-picked fixes
compared to 1.8.8 (which was released about 8 months ago).
We recommend that everyone using cairo upgrade to 1.8.10.
-Carl
General Bug fixes
=================
* Fix path construction for the case of cairo_curve_to immediately
after cairo_new_sub_path followed at some point by
cairo_close_path. (Previously, the final point for the close_path
was computed incorrectly.)
* Fix for cairo_push_group or cairo_pop_group with a non-empty current
path. (Previously the path may have been erroneously translated when
either of these functions was called.)
* Fix to correctly report an error if
cairo_surface_set_fallback_resolution is called with a value of 0
(in either axis). Previously, an assertion would occur later rather
than an error being properly reported when the original, invalid
value was passed.
Bug 23067: Using clear drawing operator crashes printing
http://bugs.freedesktop.org/show_bug.cgi?id=23067
* Fix to handle a cairo_arc of radius 0 as equivalent to a
cairo_line_to to the center coordinate, (previously cairo would do
nothing for a cairo_arc call with a radius of 0).
Backend-specific bug fixes
==========================
cairo-xlib
----------
* Fix to correctly copy from a Window source. Previously, cairo was
failing to include the contents of any sub-windows when copying from
a Window source.
Bug 12996: Xlib source surface fast-paths do not use
IncludeInferiors, while slow paths do
https://bugs.freedesktop.org/show_bug.cgi?id=12996
cairo-ft
--------
* Fix conversion of freetype index to UCS4 value, (which would
previously miss the first character and cause the space glyph to map
to 0x00A0 instead of 0x0020).
cairo-pdf
---------
* Fix Type 1 subsetting to avoid generating corrupt data.
Launchpad Ubuntu/cups bug 419143: Printing from evince (and
perhaps other GTK apps) to PostScript printers is broken
https://bugs.launchpad.net/ubuntu/+source/cups/+bug/419143
* Fix Type 1 subsetting to correctly identify binary eexec data.
* Fix Type 1 subsetting to include fixed-content portion in the
embedded font, (since some fonts may contain additional PostScript
code after the cleartomark).
* Fix Type 1 subsetting to append "cleartomark" operator for binary
fonts that don't include it.
Build fixes
===========
* Fix to compile on OpenBSD, (which has a libpng.pc file but none of
libpng10.pc, libpng12.pc, or libpng13.pc which cairo was looking for
previously).
diffstat:
graphics/cairo/Makefile | 5 ++---
graphics/cairo/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 7 deletions(-)
diffs (28 lines):
diff -r 1930c34eba8c -r ebc2a9ec0715 graphics/cairo/Makefile
--- a/graphics/cairo/Makefile Sun Feb 21 13:02:14 2010 +0000
+++ b/graphics/cairo/Makefile Sun Feb 21 13:02:46 2010 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.79 2010/02/06 14:52:33 tnn Exp $
+# $NetBSD: Makefile,v 1.80 2010/02/21 13:02:46 wiz Exp $
-DISTNAME= cairo-1.8.8
-PKGREVISION= 3
+DISTNAME= cairo-1.8.10
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
diff -r 1930c34eba8c -r ebc2a9ec0715 graphics/cairo/distinfo
--- a/graphics/cairo/distinfo Sun Feb 21 13:02:14 2010 +0000
+++ b/graphics/cairo/distinfo Sun Feb 21 13:02:46 2010 +0000
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.50 2009/07/09 17:27:56 drochner Exp $
+$NetBSD: distinfo,v 1.51 2010/02/21 13:02:46 wiz Exp $
-SHA1 (cairo-1.8.8.tar.gz) = e4b8b219427d1ca3dc95f5f44914dce1ae0c3766
-RMD160 (cairo-1.8.8.tar.gz) = 78af536ebaaffc608114b626b22fc9a20cff3750
-Size (cairo-1.8.8.tar.gz) = 6646082 bytes
+SHA1 (cairo-1.8.10.tar.gz) = fd5e8ca82ff0e8542ea4c51612cad387f2a49df3
+RMD160 (cairo-1.8.10.tar.gz) = 9538baf30f812b950beeb93893f46d1223fb44ce
+Size (cairo-1.8.10.tar.gz) = 7102657 bytes
SHA1 (patch-aa) = 870d57c20afbca75ab5c3ec399409de19726fd66
SHA1 (patch-ab) = 28af58113b1f495660c5a881ae1e8d168db36e4e
Home |
Main Index |
Thread Index |
Old Index