Path to this page:
./
graphics/freeglut,
Alternative to the OpenGL Utility Toolkit (GLUT) library
Branch: CURRENT,
Version: 3.4.0nb1,
Package name: freeglut-3.4.0nb1,
Maintainer: pkgsrc-usersFreeGLUT is a free-software/open-source alternative to the OpenGL Utility
Toolkit (GLUT) library.
GLUT (and hence FreeGLUT) takes care of all the system-specific chores
required for creating windows, initializing OpenGL contexts, and handling
input events, to allow for trully portable OpenGL programs.
Required to run:[
graphics/MesaLib] [
graphics/glu] [
x11/liboldXrandr]
Required to build:[
pkgtools/x11-links] [
x11/xcb-proto] [
x11/fixesproto4] [
pkgtools/cwrappers] [
x11/xorgproto]
Package options: x11
Master sites:
Filesize: 403.7 KB
Version history: (Expand)
- (2024-04-06) Updated to version: freeglut-3.4.0nb1
- (2023-05-03) Updated to version: freeglut-3.4.0
- (2022-08-11) Updated to version: freeglut-3.2.2nb1
- (2022-05-18) Updated to version: freeglut-3.2.2
- (2021-12-08) Updated to version: freeglut-3.2.1nb3
- (2020-03-08) Updated to version: freeglut-3.2.1nb2
CVS history: (Expand)
2024-04-06 10:07:18 by Thomas Klausner | Files touched by this commit (1490) |
Log message:
* recursive bump for libxkbcommon 1.7.0
Marc Baudoin reported problems with using old binary packages
with the new libkxbcommon, so force everything to 1.7.0
|
2023-11-09 10:59:49 by Niclas Rosenvik | Files touched by this commit (2) |
Log message:
freeglut: fix usage on illumos/solaris
|
2023-05-03 17:20:41 by =?UTF-8?B?RnLDqWTDqXJpYyBGYXViZXJ0ZWF1?= | Files touched by this commit (6) |
Log message:
freeglut: Update to 3.4.0
pkgsrc changes:
---------------
* Remove patches which have been merged upstream.
* Apply recommandations of pkglint for tests on PKG_BUILD_OPTIONS.
upstream changes:
-----------------
* Add GLUT_ACTIVE_SUPER modifier, and corresponding GLUT_KEY_SUPER_L
and GLUT_KEY_SUPER_R special keys. These map to Windows/Command keys.
* Fix RGB mode (GLUT_RGBA) colors on 8bpp displays on windows
(construct default RGB332 palette).
* Fix indexed color context creation on X11 and windows (GLUT_INDEX).
* Add missing colormap management functions for X11 and windows
(glutSetColor, glutGetColor).
* Fix crash when calling glutTimerFuncUcall.
* Fix FreeBSD build by essentially disabling the joystick code for
newer FreeBSD versions. It will eventually need to be replaced/fixed.
* Add fallbacks for the old GLX (<1.3) context creation API
(glXChooseVisual/glXCreateContext), makes us compatible with IRIX 5.x and
other old UNIX systems.
* Add fallbacks for OpenGL 1.0 (no vertex arrays/client state).
* Use nanosleep instead of usleep on UNIX, which is more widely
supported on old UNIX systems.
* Fix build on X11 if GL_SAMPLES is not defined.
* Fix overly strict context version checking on Android leading to
context creation failure in some cases.
* Fix GLUT_CURSOR_INFO on windows, should be IDC_HAND, not IDC_HELP.
* Fix mismatched font declarations on X11.
* Add alternative simple ways to build freeglut with native tools only,
without having to use cmake.
* Fix build on windows with cmake 3.0.0. Explicitly link with gdi32.
* Fix build on MSVC 2005.
* Fix build on MacOS X. Link with all the necessary X libraries.
* Fix build on SGI IRIX.
* Fix build on Android (mismatched function prototypes and missing
glutCreateMenuUcall).
* Add support for the ninja multi-config generator.
* Removed spurious dependency on a C++ compiler. One of the demos was
being compiled as C++ for no reason.
* Silence unnecessary warnings when VBOs or GLSL are not available.
* New demo programs: 3dview, keyboard, joystick.
* Documentation: added MacOS X build instructions.
* Made it possible to eventually support building freeglut as a single
compilation unit, by avoiding name conflicts on static variables.
* Other minor fixes.
|
2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103) |
Log message:
*: convert to cmake/build.mk
|
2022-08-11 07:09:36 by David H. Gutteridge | Files touched by this commit (999) |
Log message:
Bump all dependent packages of wayland (belatedly)
The package changed with the addition of its libepoll-shim dependency.
Otherwise, we can get:
ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
|
2022-05-17 23:54:50 by Nia Alarie | Files touched by this commit (5) |
Log message:
freeglut: Update to 3.2.2
freeglut 3.2.2
Changes
* Fix netbsd/aarch64 build by including sys/joystick.h instead of
machine/joystick.h.
* Fix build with gcc >= 10 which made -fno-common the default by no
longer relying on COMMON symbols for globals.
* Fix android build (default to FREEGLUT_GLES, and check for debug
flags).
* Add flat shading option to the shapes demo.
* Fix crash when calling primitive drawing functions without creating a
window first.
* Dropped really old and unmaintained doc directory from the source
tree.
|
2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063) |
Log message:
revbump for icu and libffi
|
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
|