5222ad9472
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.
37 lines
1 KiB
Makefile
37 lines
1 KiB
Makefile
# $NetBSD: buildlink3.mk,v 1.50 2013/08/31 22:19:32 adam Exp $
|
|
|
|
BUILDLINK_TREE+= cairo
|
|
|
|
.if !defined(CAIRO_BUILDLINK3_MK)
|
|
CAIRO_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.cairo+= cairo>=1.0.0nb2
|
|
BUILDLINK_ABI_DEPENDS.cairo+= cairo>=1.12.14nb3
|
|
BUILDLINK_PKGSRCDIR.cairo?= ../../graphics/cairo
|
|
|
|
BUILDLINK_API_DEPENDS.Xrender+= Xrender>=0.8
|
|
BUILDLINK_API_DEPENDS.pixman+= pixman>=0.22.0
|
|
|
|
.include "../../mk/bsd.fast.prefs.mk"
|
|
|
|
pkgbase := cairo
|
|
.include "../../mk/pkg-build-options.mk"
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.cairo:Mxcb)
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.endif
|
|
|
|
.if !empty(PKG_BUILD_OPTIONS.cairo:Mx11)
|
|
.include "../../graphics/MesaLib/buildlink3.mk"
|
|
.include "../../x11/libXrender/buildlink3.mk"
|
|
.endif
|
|
|
|
.include "../../archivers/lzo/buildlink3.mk"
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../fonts/fontconfig/buildlink3.mk"
|
|
.include "../../graphics/freetype2/buildlink3.mk"
|
|
.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../x11/pixman/buildlink3.mk"
|
|
.endif # CAIRO_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -cairo
|