37 lines
1.5 KiB
Text
37 lines
1.5 KiB
Text
# Template build file for 'cairo'.
|
|
pkgname=cairo
|
|
version=1.12.0
|
|
revision=4
|
|
homepage="http://cairographics.org"
|
|
distfiles="${homepage}/releases/$pkgname-$version.tar.gz"
|
|
build_style=gnu-configure
|
|
configure_args="--enable-tee --enable-gl"
|
|
short_desc="Vector graphics library with cross-device output support"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="LGPL-2.1, MPL-1.1"
|
|
checksum=af65b766dff11bcf3cba1f92d92a1bc28f78dc2944908a5930a026af06510099
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
|
|
Add_dependency build pkg-config
|
|
Add_dependency build zlib-devel
|
|
Add_dependency build fontconfig-devel
|
|
Add_dependency build freetype-devel
|
|
Add_dependency build pixman-devel
|
|
Add_dependency build libpng-devel
|
|
Add_dependency build libxcb-devel
|
|
Add_dependency build libX11-devel
|
|
Add_dependency build libXrender-devel
|
|
Add_dependency build glib-devel
|
|
Add_dependency build MesaLib-devel
|