1 # Template build file for 'cairo'.
4 patch_files="$pkgname-doc-public-Makefile-in.diff"
6 url=http://cairographics.org/snapshots
7 build_style=gnu_configure
8 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
9 configure_args="--enable-glitz --enable-pdf --enable-ps"
10 pkgconfig_override="cairo.pc cairo-ft.pc cairo-glitz.pc cairo-pdf.pc
11 cairo-ps.pc cairo-svg.pc cairo-xlib-xrender.pc cairo-xlib.pc"
12 short_desc="Vector graphics library with cross-device output support"
13 maintainer="Juan RP <xtraeme@gmail.com>"
14 checksum=b78d4d3b9f83c667b8322eed95f8bd9bb0e1b039
16 Cairo is a vector graphics library with cross-device output support. Currently
17 supported output targets include the X Window System and in-memory image
18 buffers. PostScript and PDF file output is planned. Cairo is designed to
19 produce identical output on all output media while taking advantage of display
20 hardware acceleration when available (eg. through the X Render Extension).
22 Cairo provides a stateful user-level API with capabilities similar to the PDF
23 1.4 imaging model. Cairo provides operations including stroking and filling
24 Bezier cubic splines, transforming and compositing translucent images, and
25 antialiased text rendering."