Path to this page:
./
graphics/glu,
OpenGL Utility Library
Branch: CURRENT,
Version: 9.0.3,
Package name: glu-9.0.3,
Maintainer: pkgsrc-usersThe Mesa project is as an open-source implementation of the OpenGL
specification - a system for rendering interactive 3D graphics.
This is the OpenGL Utility Library component of the distribution.
Required to run:[
graphics/MesaLib]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Master sites:
Filesize: 213.836 KB
Version history: (Expand)
- (2023-08-24) Updated to version: glu-9.0.3
- (2021-08-12) Updated to version: glu-9.0.2
- (2019-08-31) Updated to version: glu-9.0.1
- (2017-11-23) Package has been reborn
- (2015-04-25) Updated to version: glu-9.0.0nb2
- (2015-04-19) Updated to version: glu-9.0.0nb1
CVS history: (Expand)
2024-01-13 21:07:34 by Taylor R Campbell | Files touched by this commit (24) |
Log message:
*/builtin.mk: Use ${_CROSS_DESTDIR:U} for build-time file checks.
These are questions about the target system, whose files at
build-time are all relative to ${_CROSS_DESTDIR} if it is defined,
i.e., if USE_CROSS_COMPILE is set to yes.
No change to native builds because ${_CROSS_DESTDIR:U} is empty in
them. (Possible minor change by adding :Q to ${H_FOO} in command
lines, but if this makes a difference it likely fixes problems.)
|
2023-08-24 13:35:49 by Thomas Klausner | Files touched by this commit (5) | |
Log message:
glu: update to 9.0.3.
glu 9.0.3
drop autotools
Remove deprecated register in C++17
apple: Fix compatibility version and current version of meson build to be...
pkgconfig: meson build should match autotools requires
pkgconfig: Drop unneeded lines from autotools build
pkgconfig: Depend on opengl when built with libglvnd
|
2021-10-26 12:47:26 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Replace RMD160 checksums with BLAKE2s checksums
All checksums have been double-checked against existing RMD160 and
SHA512 hashes
|
2021-10-07 16:13:27 by Nia Alarie | Files touched by this commit (800) |
Log message:
graphics: Remove SHA1 hashes for distfiles
|
2021-08-11 22:40:55 by Nia Alarie | Files touched by this commit (3) | |
Log message:
glu: update to 9.0.2
The main change is the removal of a now-useless and accidentally
GPL2 header file.
|
2019-11-02 23:38:06 by Roland Illig | Files touched by this commit (114) |
Log message:
graphics: align variable assignments
pkglint -Wall -F --only aligned --only indent -r
No manual corrections.
|
2019-09-01 12:57:27 by Nia Alarie | Files touched by this commit (1) |
Log message:
glu: correct path to mesa
|
2019-08-31 14:43:20 by Nia Alarie | Files touched by this commit (2) |
Log message:
glu: Update to 9.0.1
Changes:
Amarnath Valluri (1):
libutils/mipmap.c: Fixed possible memory leak
John Hein (1):
pkgconfig: Include -I path for glu itself
Krzysztof KosiĆski (1):
Remove all uses of the register keyword.
Matt Turner (4):
Add -D(N)DEBUG to CFLAGS dependent on --enable-debug
libutil: Include stddef.h for NULL
Switch from bz2 to xz
glu 9.0.1
Mike Gorchak (1):
glu: initialize PriorityQ::order field to NULL in pqNewPriorityQ()
|