cairo: rebuild with pixman glyphs (>=0.27.1).
This commit is contained in:
parent
c89d7a55c1
commit
4b0d52cd2e
|
@ -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 <xtraeme@gmail.com>"
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue