summaryrefslogtreecommitdiff
path: root/graphics/glpng
AgeCommit message (Collapse)AuthorFilesLines
2012-05-07Set BUILDLINK_ABI_DEPENDS correctly (with +=, not ?=)dholland1-2/+2
It turns out there were a lot of these.
2011-04-03Fix build with png-1.5.wiz3-1/+51
2011-01-13png shlib name changed for png>=1.5.0, so bump PKGREVISIONs.wiz2-4/+4
2010-06-13Bump PKGREVISION for libpng shlib name change.wiz2-2/+4
Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
2009-09-11The cmake utility recommends using OPENGL_gl_LIBRARY if GLU is not required.dsainty2-1/+19
This also fixes the build in some circumstances: if cmake finds an installed libGLU the build will fail, because we don't buildlink it.
2009-09-01Initial import of glpng-1.45.20081203:wiz5-0/+56
This is a library for OpenGL to load PNG graphics files as an OpenGL texture as easily as possible. It also has a number of options for generating the alpha channel and mipmaps. This package is based on the freedesktop-games repository.