2009-03-19 02:32:13 +01:00
|
|
|
# Template build file for 'libXrender'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libXrender
|
2009-10-28 03:06:01 +01:00
|
|
|
version=0.9.5
|
2009-02-09 16:02:42 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2008-10-02 08:13:55 +02:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="X Render Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-28 03:06:01 +01:00
|
|
|
checksum=bc0590438a4be2b674cbac6f4ad46e5a89acd02aa94817da0fa8eb3ef05ed5d5
|
2008-10-02 08:13:55 +02: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 16:02:42 +01:00
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2009-03-19 02:32:13 +01:00
|
|
|
Add_dependency build pkg-config
|
|
|
|
Add_dependency build renderproto
|
|
|
|
Add_dependency full glibc
|
|
|
|
Add_dependency full libX11
|