summaryrefslogtreecommitdiff
path: root/graphics/cairo-gobject
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2013-02-12 20:08:29 +0000
committerwiz <wiz@pkgsrc.org>2013-02-12 20:08:29 +0000
commit58919f73a77c0e746fe84aa0d26ce7d52307f1a1 (patch)
treea30337876e7b4f43cd29f2dab3efdb56fd6ebb84 /graphics/cairo-gobject
parent3cadee4a9dd85392da10ae67b37c037c2fd096a0 (diff)
downloadpkgsrc-58919f73a77c0e746fe84aa0d26ce7d52307f1a1.tar.gz
Update cairo* to 1.12.14:
Release 1.12.14 (2013-02-10 Chris Wilson <chris@chris-wilson.co.uk>) ==================================================================== In the last week we had a few more bugs reported and promptly resolved. As these are a combination of regressions and stability issues, it is time for a prompt update and release. Many thanks to everyone for testing and reporting issues, and helping to make Cairo better. Bug fixes --------- Prevent user callbacks accessing user-data during destroy to prevent use-after-free bugs. https://bugzilla.mozilla.org/show_bug.cgi?id=722975 Use standard names for glyphs in subset fonts (PDF). https://bugs.freedesktop.org/show_bug.cgi?id=60248 Fix detection of Win98. The logic for detecting Win98 (and its broken AlphaBlend()) was inverted, disabling AlphaBlend() for everyone. Prevent numeric overflow from extrapolating polygon edges to the clip boundary and causing severe render artifacts. https://bugs.freedesktop.org/show_bug.cgi?id=60489 Fix computation of glyph string coordinates when breaking up runs for xlib. Fix an assertion in the win32 backend for failing to clear its similar-images. https://bugs.freedesktop.org/show_bug.cgi?id=60519
Diffstat (limited to 'graphics/cairo-gobject')
-rw-r--r--graphics/cairo-gobject/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/cairo-gobject/Makefile b/graphics/cairo-gobject/Makefile
index 4b4ef467812..84ad924ab72 100644
--- a/graphics/cairo-gobject/Makefile
+++ b/graphics/cairo-gobject/Makefile
@@ -1,8 +1,7 @@
-# $NetBSD: Makefile,v 1.21 2013/02/06 23:22:24 jperkin Exp $
+# $NetBSD: Makefile,v 1.22 2013/02/12 20:08:29 wiz Exp $
-DISTNAME= cairo-1.12.12
+DISTNAME= cairo-1.12.14
PKGNAME= ${DISTNAME:S/-/-gobject-/}
-PKGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/releases/
EXTRACT_SUFX= .tar.xz