2009-03-19 02:32:13 +01:00
|
|
|
# Template build file for 'libXrender'.
|
2008-10-04 06:29:49 +02:00
|
|
|
pkgname=libXrender
|
2012-03-08 09:23:31 +01:00
|
|
|
version=0.9.7
|
|
|
|
homepage="${XORG_SITE}"
|
2009-02-09 16:02:42 +01:00
|
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2012-05-23 18:26:56 +02:00
|
|
|
makedepends="pkg-config renderproto libX11-devel"
|
2012-06-03 09:08:53 +02:00
|
|
|
revision=1
|
2008-10-02 08:13:55 +02:00
|
|
|
short_desc="X Render Library"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-03-08 09:23:31 +01:00
|
|
|
license="MIT"
|
|
|
|
checksum=f9b46b93c9bc15d5745d193835ac9ba2a2b411878fad60c504bbb8f98492bbe6
|
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"
|