void-packages/srcpkgs/cairo/template
Juan RP db39f3f628 cairo: move so symlink into main pkg.
--HG--
extra : convert_revision : 52ff44a725e28932af9cd1cd422246ec3442275e
2010-04-22 21:42:17 +02:00

49 lines
1.9 KiB
Plaintext

# Template build file for 'cairo'.
pkgname=cairo
version=1.8.10
revision=1
distfiles="http://cairographics.org/releases/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--enable-xlib=yes --enable-xlib-xrender=yes
--enable-xcb=yes --enable-png=yes --enable-glitz=yes
--enable-directfb=no --enable-ft=yes --enable-pdf=yes
--enable-ps=yes --enable-svg=yes --disable-gcov"
short_desc="Vector graphics library with cross-device output support"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=572bada15596ec8708392db1af8b93a1af75ca47690348154e2841f3a6f08439
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 run glibc
Add_dependency run zlib
Add_dependency run fontconfig
Add_dependency run freetype
Add_dependency run glitz
Add_dependency run pixman
Add_dependency run libpng
Add_dependency run libX11
Add_dependency run libXrender
Add_dependency run xcb-util
Add_dependency run libxcb
Add_dependency build pkg-config
Add_dependency build zlib-devel
Add_dependency build fontconfig-devel
Add_dependency build freetype-devel
Add_dependency build glitz-devel
Add_dependency build pixman-devel
Add_dependency build libpng-devel
Add_dependency build libX11-devel
Add_dependency build xcb-util-devel
Add_dependency build libxcb-devel
Add_dependency build libXrender-devel