void-packages/srcpkgs/cairo/template

27 lines
1.2 KiB
Text
Raw Normal View History

# Template build file for 'cairo'.
pkgname=cairo
2012-11-04 19:33:05 +00:00
version=1.12.8
2012-10-06 05:32:12 +00:00
revision=1
build_style=gnu-configure
2012-10-22 18:22:50 +00:00
configure_args="--disable-static --enable-tee --enable-gl"
2012-10-06 05:32:12 +00:00
makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel pixman-devel
2012-10-22 18:22:50 +00:00
libXrender-devel glib-devel MesaLib-devel"
2012-06-05 22:22:13 +00:00
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"
2012-06-05 22:22:13 +00:00
homepage="http://cairographics.org"
distfiles="${homepage}/releases/$pkgname-$version.tar.xz"
2012-11-04 19:33:05 +00:00
checksum=8fbb6fc66117ab4100bad830cb4479497e53c6f3facb98bf05c8d298554ebdd9
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."