27 lines
1.1 KiB
Plaintext
27 lines
1.1 KiB
Plaintext
# Template build file for 'glitz'.
|
|
pkgname=glitz
|
|
version=0.5.6
|
|
distfiles="http://cairographics.org/snapshots/$pkgname-$version.tar.gz"
|
|
build_style=gnu_configure
|
|
configure_args="--with-x --enable-glx"
|
|
short_desc="OpenGL 2D graphics library"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=132adf06e48531f4c01b6ba5843881e2b584a170c5222353d03cbef736d4a471
|
|
long_desc="
|
|
Glitz is a portable 2D graphics library that uses OpenGL to render hardware
|
|
accelerated graphics. It supports many of the latest OpenGL features, such as
|
|
efficient off-screen rendering using pbuffers. Rendering can be carried out by
|
|
arbitrary OpenGL layers, thanks to glitz's extensible backend system.
|
|
|
|
Glitz is designed to match the X Render Extension semantics and provides
|
|
a general way for accelerating this imaging model. Glitz can be used as
|
|
a stand-alone layer above OpenGL but is also designed to act as a backend for
|
|
cairo, providing it with OpenGL accelerated output."
|
|
|
|
subpackages="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency full glibc
|
|
Add_dependency full libX11
|
|
Add_dependency full libXt
|
|
Add_dependency full MesaLib
|