pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/games Request GL extensions in a way modern Mesa under...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/53b1b3a298e3
branches:  trunk
changeset: 345971:53b1b3a298e3
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Dec 22 22:26:04 2019 +0000

description:
Request GL extensions in a way modern Mesa understands.

diffstat:

 games/love07/distinfo                                         |   4 ++-
 games/love07/patches/patch-src_modules_graphics_opengl_GLee.h |  12 +++++++++++
 games/love08/distinfo                                         |   3 +-
 games/love08/patches/patch-src_modules_graphics_opengl_GLee.h |  12 +++++++++++
 4 files changed, 29 insertions(+), 2 deletions(-)

diffs (67 lines):

diff -r e5116ff109f3 -r 53b1b3a298e3 games/love07/distinfo
--- a/games/love07/distinfo     Sun Dec 22 22:25:21 2019 +0000
+++ b/games/love07/distinfo     Sun Dec 22 22:26:04 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2018/09/30 19:10:10 maya Exp $
+$NetBSD: distinfo,v 1.2 2019/12/22 22:26:04 joerg Exp $
 
 SHA1 (love-0.7.2-linux-src.tar.gz) = 876f527fc6908a6dd462080aa599ffa1ad47afa5
 RMD160 (love-0.7.2-linux-src.tar.gz) = e976925fd67e5c7714438c5135b516fb9c9bdc9a
@@ -9,6 +9,8 @@
 SHA1 (patch-src_modules_audio_openal_Audio.h) = 5af2420188c5245767ab8425113386a4fe25a312
 SHA1 (patch-src_modules_audio_openal_Pool.h) = 89c0cce11a2ca9ac88e6e9388fe02f0229cfe887
 SHA1 (patch-src_modules_event_sdl_Event.h) = b3609e5490c401b45a46c0b054c9155f7b02e3d7
+SHA1 (patch-src_modules_graphics_opengl_Framebuffer.cpp) = da39a3ee5e6b4b0d3255bfef95601890afd80709
+SHA1 (patch-src_modules_graphics_opengl_GLee.h) = 335cdd70352ab110c92da80b1755324e1beb4d0d
 SHA1 (patch-src_modules_graphics_opengl_Graphics.h) = 040566b7bb98f877f3f8134ab875b0c9115c256e
 SHA1 (patch-src_modules_graphics_opengl_ParticleSystem.cpp) = 6b640ce319d3bd26ff1238522d772bf70a1f17b2
 SHA1 (patch-src_modules_joystick_sdl_Joystick.h) = e49e7721986638f51f38891dfb5e707c67ab64cc
diff -r e5116ff109f3 -r 53b1b3a298e3 games/love07/patches/patch-src_modules_graphics_opengl_GLee.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/love07/patches/patch-src_modules_graphics_opengl_GLee.h     Sun Dec 22 22:26:04 2019 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_modules_graphics_opengl_GLee.h,v 1.1 2019/12/22 22:26:04 joerg Exp $
+
+--- src/modules/graphics/opengl/GLee.h.orig    2019-12-22 20:20:40.498620352 +0000
++++ src/modules/graphics/opengl/GLee.h
+@@ -65,6 +65,7 @@
+       #define __glext_h_  /* prevent glext.h from being included  */
+       #define __glxext_h_ /* prevent glxext.h from being included */
+       #define GLX_GLXEXT_PROTOTYPES
++      #define GL_GLEXT_PROTOTYPES
+       #include <GL/gl.h>
+       #include <GL/glx.h>
+ #endif
diff -r e5116ff109f3 -r 53b1b3a298e3 games/love08/distinfo
--- a/games/love08/distinfo     Sun Dec 22 22:25:21 2019 +0000
+++ b/games/love08/distinfo     Sun Dec 22 22:26:04 2019 +0000
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1 2018/09/30 19:12:48 maya Exp $
+$NetBSD: distinfo,v 1.2 2019/12/22 22:26:04 joerg Exp $
 
 SHA1 (love-0.8.0-linux-src.tar.gz) = 8c6ad95b7b0e3c6530b4778b9523f126ba9c9d90
 RMD160 (love-0.8.0-linux-src.tar.gz) = 6dcb62db2fcc41d7a5b4e705f5e7bf6ea89b6835
@@ -8,6 +8,7 @@
 SHA1 (patch-src_love.cpp) = 56ae7fef23a961d7d17f74d40dc20a9eea1a10aa
 SHA1 (patch-src_modules_event_sdl_Event.h) = b3609e5490c401b45a46c0b054c9155f7b02e3d7
 SHA1 (patch-src_modules_filesystem_physfs_wrap__Filesystem.h) = fce343abceeed90fcf6920a220051ff36f2f4fbb
+SHA1 (patch-src_modules_graphics_opengl_GLee.h) = 7104166dbb48949b3b7caa4daa07200c523dcfdc
 SHA1 (patch-src_modules_joystick_sdl_Joystick.h) = e49e7721986638f51f38891dfb5e707c67ab64cc
 SHA1 (patch-src_modules_keyboard_sdl_Keyboard.h) = 229d0fdb7de9e124962e272ea3893bef65bfa724
 SHA1 (patch-src_modules_mouse_sdl_Mouse.cpp) = 45bc1ec64f9f6d697c9a5075a08729a724c3f15e
diff -r e5116ff109f3 -r 53b1b3a298e3 games/love08/patches/patch-src_modules_graphics_opengl_GLee.h
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/games/love08/patches/patch-src_modules_graphics_opengl_GLee.h     Sun Dec 22 22:26:04 2019 +0000
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_modules_graphics_opengl_GLee.h,v 1.1 2019/12/22 22:26:04 joerg Exp $
+
+--- src/modules/graphics/opengl/GLee.h.orig    2019-12-22 20:30:38.244861354 +0000
++++ src/modules/graphics/opengl/GLee.h
+@@ -65,6 +65,7 @@
+       #define __glext_h_  /* prevent glext.h from being included  */
+       #define __glxext_h_ /* prevent glxext.h from being included */
+       #define GLX_GLXEXT_PROTOTYPES
++      #define GL_GLEXT_PROTOTYPES
+       #include <GL/gl.h>
+       #include <GL/glx.h>
+ #endif



Home | Main Index | Thread Index | Old Index