Path to this page:
./
graphics/glitz,
OpenGL 2D graphics library and a backend for gl output in cairo
Branch: CURRENT,
Version: 0.5.6nb2,
Package name: glitz-0.5.6nb2,
Maintainer: adamGlitz 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.
Required to run:[
graphics/MesaLib]
Required to build:[
pkgtools/x11-links] [
devel/libtool-base]
Package options: x11
Master sites:
SHA1: 81604bf02ceda85ea32b52423f78a883aaec6dc6
RMD160: 547ef1be273856942e0fa36c097c4acb367336b2
Filesize: 448.461 KB
Version history: (Expand)
- (2006-08-04) Updated to version: glitz-0.5.6nb2
- (2006-07-26) Updated to version: glitz-0.5.6nb1
- (2006-07-04) Updated to version: glitz-0.5.6
- (2006-06-18) Updated to version: glitz-0.4.4nb4
- (2006-04-06) Updated to version: glitz-0.4.4nb3
- (2006-02-06) Updated to version: glitz-0.4.4nb2
CVS history: (Expand)
| 2012-10-06 16:11:27 by Aleksej Saushev | Files touched by this commit (427) |
Log message:
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
|
| 2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252) |
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
|
| 2008-05-19 15:47:45 by Tobias Nygren | Files touched by this commit (3) |
Log message:
Fix build on IRIX
|
| 2008-04-13 00:43:15 by Johnny C. Lam | Files touched by this commit (370) |
Log message:
Convert to use PLIST_VARS instead of manually passing "@comment "
through PLIST_SUBST to the plist module.
|
| 2007-08-09 00:43:48 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Fix patch to not include spaces inside filenames...
|
| 2007-08-08 19:25:19 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Explicitly include GL/glxext.h to fix build with Mesa 7.0.
|
| 2007-01-30 21:53:23 by Todd Vierling | Files touched by this commit (2) |
Log message:
Fix uint64_t on Interix.
|
| 2006-12-02 23:33:00 by Jan Schaumann | Files touched by this commit (11) |
Log message:
Instead of setting compiler flags in each package if it uses C99,
allow USE_LANGUAGES+=c99 and let gcc and mipspro do the right thing.
May need to be reviewed/added for other compilers.
ok rillig@
|