26 lines
972 B
Text
26 lines
972 B
Text
# Template build file for 'libXrender'.
|
|
pkgname=libXrender
|
|
version=0.9.6
|
|
distfiles="${XORG_SITE}/lib/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
short_desc="X Render Library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=7f58b1e263109e0a873eef8423aa14733a5499befbe645053aa622ed1f3ea668
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency run glibc
|
|
Add_dependency run libX11
|
|
Add_dependency build pkg-config
|
|
Add_dependency build renderproto
|
|
Add_dependency build libX11-devel
|