From 4b0d52cd2ec4117e5ec8c2008601d7c4f58398a1 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 8 Nov 2012 22:38:08 +0100 Subject: [PATCH] cairo: rebuild with pixman glyphs (>=0.27.1). --- srcpkgs/cairo/template | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/srcpkgs/cairo/template b/srcpkgs/cairo/template index c71bbd7661..c42b4f3d46 100644 --- a/srcpkgs/cairo/template +++ b/srcpkgs/cairo/template @@ -1,11 +1,9 @@ # Template build file for 'cairo'. pkgname=cairo version=1.12.8 -revision=1 +revision=2 build_style=gnu-configure 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" short_desc="Vector graphics library with cross-device output support" maintainer="Juan RP " @@ -24,3 +22,7 @@ long_desc=" 1.4 imaging model. Cairo provides operations including stroking and filling Bezier cubic splines, transforming and compositing translucent images, and 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"