1 # Template build file for 'glitz'.
5 url=http://cairographics.org/snapshots
6 build_style=gnu_configure
7 configure_args="--with-x"
8 pkgconfig_override="glitz.pc glitz-glx.pc"
9 short_desc="OpenGL 2D graphics library and a backend for gl output in cairo"
10 maintainer="Juan RP <xtraeme@gmail.com>"
11 checksum=547ef1be273856942e0fa36c097c4acb367336b2
13 Glitz is a portable 2D graphics library that uses OpenGL to render hardware
14 accelerated graphics. It supports many of the latest OpenGL features, such as
15 efficient off-screen rendering using pbuffers. Rendering can be carried out by
16 arbitrary OpenGL layers, thanks to glitz's extensible backend system.
18 Glitz is designed to match the X Render Extension semantics and provides
19 a general way for accelerating this imaging model. Glitz can be used as
20 a stand-alone layer above OpenGL but is also designed to act as a backend for
21 cairo, providing it with OpenGL accelerated output."