Path to this page:
./
graphics/glew,
OpenGL Extension Wrangler Library
Branch: pkgsrc-2021Q2,
Version: 2.2.0nb2,
Package name: glew-2.2.0nb2,
Maintainer: pkgsrc-usersThe OpenGL Extension Wrangler Library (GLEW) is a cross-platform C/C++
extension loading library. GLEW provides efficient run-time mechanisms for
determining which OpenGL extensions are supported on the target platform.
OpenGL core and extension functionality is exposed in a single header file.
Master sites:
SHA1: 22d6e9b9e691080eb6313407dbf51cfebc3345ea
RMD160: d36b8aea152ad3b18889e048eb680ab9772959c9
Filesize: 816.271 KB
Version history: (Expand)
- (2021-07-05) Updated to version: glew-2.2.0nb2
- (2021-07-01) Package added to pkgsrc.se, version glew-2.2.0nb1 (created)
CVS history: (Expand)
2021-07-04 21:34:58 by Benny Siegert | Files touched by this commit (1) |
Log message:
Pullup ticket #6481 - requested by nia
graphics/glew: packaging fix
Revisions pulled up:
- graphics/glew/Makefile 1.28
---
Module Name: pkgsrc
Committed By: nia
Date: Sun Jul 4 08:08:04 UTC 2021
Modified Files:
pkgsrc/graphics/glew: Makefile
Log message:
glew: Fix .pc file generation, bump PKGREVISION.
Previously the prefix was not set and defaulted to /usr, which is
Usually Wrong.
|