cairo: rebuild with pixman glyphs (>=0.27.1).

This commit is contained in:
Juan RP 2012-11-08 22:38:08 +01:00
parent c89d7a55c1
commit 4b0d52cd2e

View file

@ -1,11 +1,9 @@
# Template build file for 'cairo'. # Template build file for 'cairo'.
pkgname=cairo pkgname=cairo
version=1.12.8 version=1.12.8
revision=1 revision=2
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-static --enable-tee --enable-gl" configure_args="--disable-static --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" subpackages="$pkgname-devel"
short_desc="Vector graphics library with cross-device output support" short_desc="Vector graphics library with cross-device output support"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -24,3 +22,7 @@ long_desc="
1.4 imaging model. Cairo provides operations including stroking and filling 1.4 imaging model. Cairo provides operations including stroking and filling
Bezier cubic splines, transforming and compositing translucent images, and Bezier cubic splines, transforming and compositing translucent images, and
antialiased text rendering." antialiased text rendering."
depends="pixman>=0.28"
makedepends="pkg-config libpng-devel>=1.5.10 fontconfig-devel
pixman-devel>=0.28 libXrender-devel glib-devel MesaLib-devel"