2009-03-19 01:32:13 +00:00
|
|
|
# Template build file for 'libXrender'.
|
2008-10-04 04:29:49 +00:00
|
|
|
pkgname=libXrender
|
2010-06-09 07:33:29 +00:00
|
|
|
version=0.9.6
|
2009-02-09 15:02:42 +00:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-11-12 05:01:02 +00:00
|
|
|
revision=1
|
2008-10-02 06:13:55 +00:00
|
|
|
short_desc="X Render Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2010-06-09 07:33:29 +00:00
|
|
|
checksum=7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668
|
2008-10-02 06:13:55 +00:00
|
|
|
long_desc="
|
|
|
|
The X Rendering Extension introduces digital image composition as the
|
|
|
|
foundation of a rendering model within the X Window System. Rendering
|
|
|
|
geometric figures is accomplished by client-side tessellation into either
|
|
|
|
triangles or trapezoids. Text is drawn by loading glyphs into the server
|
|
|
|
and rendering sets of them.
|
|
|
|
|
|
|
|
This package contains the client library for connecting to a Xserver that
|
|
|
|
supports the Xrender extension.
|
|
|
|
|
|
|
|
This is the modular X.org X11 project version."
|
2009-02-09 15:02:42 +00:00
|
|
|
|
2009-11-22 07:31:44 +00:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 01:32:13 +00:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build renderproto
|
2009-12-24 15:04:45 +00:00
|
|
|
Add_dependency build libX11-devel
|