535d2128e5
--HG-- extra : convert_revision : 25c37e03bcec3ec8d52cc67fb6f7df9ec2e075c3
23 lines
880 B
Plaintext
23 lines
880 B
Plaintext
pkgname=libXrender
|
|
version=0.9.4
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="X Render Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=5682d343dd4e7ef291a6577e956c331946ce5801d8fa076284a01b41de3017ec
|
|
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."
|
|
|
|
shared_deps="libX11-1.1"
|
|
build_depends="pkg-config-0.23 renderproto-0.9 ${shared_deps}"
|
|
run_depends="glibc-2.8 ${shared_deps}"
|