summaryrefslogtreecommitdiff
path: root/graphics/cairo/PLIST
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2013-08-31 22:19:32 +0000
committeradam <adam@pkgsrc.org>2013-08-31 22:19:32 +0000
commit5f63723e3ba9ea48c66f996474dc3aca11b43755 (patch)
treec90f8d13b99b255326a327fc2aef1922cdbdde84 /graphics/cairo/PLIST
parentedd2ae54e6ca25ad6e1ba298a93a83402209297e (diff)
downloadpkgsrc-5f63723e3ba9ea48c66f996474dc3aca11b43755.tar.gz
Changes 1.12.16:
Bug fixes * Set the correct orientation for simple boxes with a negative scale factor. * Fix the creation of the shading dictionary in PDF. * Fix a crash in PDF when incorporating an image with CAIRO_EXTEND_PAD. * Avoid upscaling bitmap fonts if possible. * Fix an assertion failure within the mempool allocator for shared memory. * Fix allocation size for CFF subsets. * Export cairo_matrix_t for GObject bindings. * Fix a double free in the Quartz backend. * Fix origin of GDI StretchBlits for the Windows backend * Fix error propagation for requests to create a similar surface with negative size. * Fix complex clipping of trapezoids with regions * Stop leaking the image data when loading PNGs * Fix unbounded operations with a clip mask through the span compositor * Add missing checks before rendering to a finished surface - so we return an error rather than hit an assert. * Prevent an assertion failure when creating similar GL surfaces larger than supported by hardware. * Prevent a double free of a similar image under Windows.
Diffstat (limited to 'graphics/cairo/PLIST')
-rw-r--r--graphics/cairo/PLIST12
1 files changed, 6 insertions, 6 deletions
diff --git a/graphics/cairo/PLIST b/graphics/cairo/PLIST
index d4ad23aebb4..135ba6814aa 100644
--- a/graphics/cairo/PLIST
+++ b/graphics/cairo/PLIST
@@ -1,12 +1,12 @@
-@comment $NetBSD: PLIST,v 1.33 2012/11/01 08:54:46 wiz Exp $
+@comment $NetBSD: PLIST,v 1.34 2013/08/31 22:19:32 adam Exp $
bin/cairo-trace
include/cairo/cairo-deprecated.h
include/cairo/cairo-features.h
include/cairo/cairo-ft.h
include/cairo/cairo-pdf.h
include/cairo/cairo-ps.h
-${PLIST.carbon}include/cairo/cairo-quartz.h
-${PLIST.carbon}include/cairo/cairo-quartz-image.h
+${PLIST.quartz}include/cairo/cairo-quartz.h
+${PLIST.quartz}include/cairo/cairo-quartz-image.h
include/cairo/cairo-script-interpreter.h
include/cairo/cairo-script.h
include/cairo/cairo-svg.h
@@ -25,9 +25,9 @@ lib/pkgconfig/cairo-ft.pc
lib/pkgconfig/cairo-pdf.pc
lib/pkgconfig/cairo-png.pc
lib/pkgconfig/cairo-ps.pc
-${PLIST.carbon}lib/pkgconfig/cairo-quartz-font.pc
-${PLIST.carbon}lib/pkgconfig/cairo-quartz-image.pc
-${PLIST.carbon}lib/pkgconfig/cairo-quartz.pc
+${PLIST.quartz}lib/pkgconfig/cairo-quartz-font.pc
+${PLIST.quartz}lib/pkgconfig/cairo-quartz-image.pc
+${PLIST.quartz}lib/pkgconfig/cairo-quartz.pc
lib/pkgconfig/cairo-script.pc
lib/pkgconfig/cairo-svg.pc
lib/pkgconfig/cairo-tee.pc