void-packages/srcpkgs/glitz/template
Juan RP 9803bdbb5d glitz: move so symlink into main pkg.
--HG--
extra : convert_revision : e785e50a6cec6dab2a02648a68923cd14341b3b2
2010-04-22 21:36:53 +02:00

31 lines
1.2 KiB
Plaintext

# Template build file for 'glitz'.
pkgname=glitz
version=0.5.6
revision=1
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="$pkgname-devel"
Add_dependency run glibc
Add_dependency run libX11
Add_dependency run libXt
Add_dependency run MesaLib
Add_dependency build pkg-config
Add_dependency build libX11-devel
Add_dependency build libXt-devel
Add_dependency build MesaLib-devel