diff options
author | drochner <drochner@pkgsrc.org> | 2009-07-09 17:27:56 +0000 |
---|---|---|
committer | drochner <drochner@pkgsrc.org> | 2009-07-09 17:27:56 +0000 |
commit | 07572a57e279142ba65beaef4af88840bc7b916d (patch) | |
tree | 137daed4b12ce067a2f002798349262cd626ab8c /graphics/cairo | |
parent | 63d374543ea5442ba158f9f44266ab28c7836924 (diff) | |
download | pkgsrc-07572a57e279142ba65beaef4af88840bc7b916d.tar.gz |
update to 1.8.8
changes:
small number of bug fixes (in particular a
few corrections to the documentation and a few fixes in the FreeType font
backend)
Diffstat (limited to 'graphics/cairo')
-rw-r--r-- | graphics/cairo/Makefile | 4 | ||||
-rw-r--r-- | graphics/cairo/distinfo | 9 | ||||
-rw-r--r-- | graphics/cairo/patches/patch-ac | 13 |
3 files changed, 6 insertions, 20 deletions
diff --git a/graphics/cairo/Makefile b/graphics/cairo/Makefile index d9276fc9e2e..dfc3ffb4058 100644 --- a/graphics/cairo/Makefile +++ b/graphics/cairo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.73 2009/01/07 16:39:10 wiz Exp $ +# $NetBSD: Makefile,v 1.74 2009/07/09 17:27:56 drochner Exp $ -DISTNAME= cairo-1.8.6 +DISTNAME= cairo-1.8.8 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/releases/ diff --git a/graphics/cairo/distinfo b/graphics/cairo/distinfo index 1e84fa2bf31..6e0b2ff6639 100644 --- a/graphics/cairo/distinfo +++ b/graphics/cairo/distinfo @@ -1,8 +1,7 @@ -$NetBSD: distinfo,v 1.49 2009/01/07 16:39:10 wiz Exp $ +$NetBSD: distinfo,v 1.50 2009/07/09 17:27:56 drochner Exp $ -SHA1 (cairo-1.8.6.tar.gz) = d1e5479d4eeb7b1a3589672e3ef8f4899e7c5eba -RMD160 (cairo-1.8.6.tar.gz) = 2374236afabbe248a642bf1cac6a5996f64bed62 -Size (cairo-1.8.6.tar.gz) = 6616544 bytes +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 (patch-aa) = 870d57c20afbca75ab5c3ec399409de19726fd66 SHA1 (patch-ab) = 28af58113b1f495660c5a881ae1e8d168db36e4e -SHA1 (patch-ac) = 7b7a4be52b0f2a4e0265838290964413d2803dbc diff --git a/graphics/cairo/patches/patch-ac b/graphics/cairo/patches/patch-ac deleted file mode 100644 index fc3fab8d8e9..00000000000 --- a/graphics/cairo/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.12 2008/11/26 15:55:32 drochner Exp $ - ---- src/cairo-clip.c.orig 2008-11-26 16:44:13.000000000 +0100 -+++ src/cairo-clip.c -@@ -423,7 +423,7 @@ _cairo_clip_intersect_mask (cairo_clip_t - cairo_box_t extents; - cairo_rectangle_int_t surface_rect, target_rect; - cairo_surface_t *surface = NULL; -- cairo_status_t status; -+ cairo_status_t status = CAIRO_STATUS_SUCCESS; - - if (clip->all_clipped) - return CAIRO_STATUS_SUCCESS; |