Package: pyopengl / 3.1.6+dfsg-3

Metadata

Package Version Patches format
pyopengl 3.1.6+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0001 Implement getGLUTFontPointer for EGL platform.patch | (download)

OpenGL/platform/egl.py | 16 16 + 0 - 0 !
1 file changed, 16 insertions(+)

 implement getglutfontpointer for egl platform

This is simply copied from GLX, but there doesn't seem like there should
0002_helpFindLibgluLibrary.patch | (download)

OpenGL/platform/ctypesloader.py | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

Fixes the issue reported in GitHub pull request #93
See https://github.com/mcfletch/pyopengl/pull/93 for details. 
Without it, tests/check_crash_on_glutinit.py will fail on Debian bookworm or newer.

===================================================================