Edit

IABSD.fr/ports/graphics/py-opengl/patches

Branch :

  • Show log

    Commit

  • Author : sthen
    Date : 2024-02-16 16:14:33
    Hash : ced4db8e
    Message : update to py-opengl-3.1.7 - py3 tested with productivity/impressive which is still happy - py2 tested with fretsonfire, which crashes soon after startup with a "MemoryError" in the same way as it does with the previous version

  • patch-OpenGL___init___py
  • Index: OpenGL/__init__.py
    --- OpenGL/__init__.py.orig
    +++ OpenGL/__init__.py
    @@ -222,6 +222,8 @@ PlatformPlugin("glx", "OpenGL.platform.glx.GLXPlatform
     PlatformPlugin("posix", "OpenGL.platform.glx.GLXPlatform")
     PlatformPlugin("x11", "OpenGL.platform.glx.GLXPlatform")  # xdg session type
     PlatformPlugin("osmesa", "OpenGL.platform.osmesa.OSMesaPlatform")
    +PlatformPlugin("openbsd7", "OpenGL.platform.glx.GLXPlatform")
    +PlatformPlugin("openbsd8", "OpenGL.platform.glx.GLXPlatform")
     PlatformPlugin("egl", "OpenGL.platform.egl.EGLPlatform")
     PlatformPlugin("wayland", "OpenGL.platform.egl.EGLPlatform")  # xdg session type
     PlatformPlugin(