void-packages/srcpkgs/cairo/template
2012-10-06 07:32:12 +02:00

26 lines
1.2 KiB
Text

# Template build file for 'cairo'.
pkgname=cairo
version=1.12.4
revision=1
build_style=gnu-configure
configure_args="--enable-tee --enable-gl"
makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel pixman-devel
libXrender-devel glib-devel MesaLib-devel"
subpackages="$pkgname-devel"
short_desc="Vector graphics library with cross-device output support"
maintainer="Juan RP <xtraeme@gmail.com>"
license="LGPL-2.1, MPL-1.1"
homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
checksum=a467b2e1f04bfd3f848370ce5e82cfe0a7f712bac05a04d133bc34c94f677a28
long_desc="
Cairo is a vector graphics library with cross-device output support. Currently
supported output targets include the X Window System and in-memory image
buffers. PostScript and PDF file output is planned. Cairo is designed to
produce identical output on all output media while taking advantage of display
hardware acceleration when available (eg. through the X Render Extension).
Cairo provides a stateful user-level API with capabilities similar to the PDF
1.4 imaging model. Cairo provides operations including stroking and filling
Bezier cubic splines, transforming and compositing translucent images, and
antialiased text rendering."