This is an automated email from the git hooks/post-receive script.

ntyni pushed a commit to branch master
in repository libopengl-perl.

commit ef80d3eee7404879ab093766f98d5ee93783ab78
Author: Niko Tyni <nt...@debian.org>
Date:   Tue Aug 25 22:35:45 2015 +0300

    Add patch from Petr Písař deleting functions removed from libGL
    
    Closes: #795741
---
 .../Delete-functions-removed-from-Mesa.patch       | 98 ++++++++++++++++++++++
 debian/patches/series                              |  1 +
 2 files changed, 99 insertions(+)

diff --git a/debian/patches/Delete-functions-removed-from-Mesa.patch 
b/debian/patches/Delete-functions-removed-from-Mesa.patch
new file mode 100644
index 0000000..20a185a
--- /dev/null
+++ b/debian/patches/Delete-functions-removed-from-Mesa.patch
@@ -0,0 +1,98 @@
+From e83b9048c43cbcbdaeb287dd571ab7e277e19979 Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Petr=20P=C3=ADsa=C5=99?= <ppi...@redhat.com>
+Date: Mon, 8 Jun 2015 17:06:52 +0200
+Subject: [PATCH] Delete functions removed from Mesa
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+mesa-libGL between 10.6.0-0.devel.5.51e3453 and
+10.6.0-0.devel.6.5a55f68 removed these functions:
+
+glWindowPos4dMESA
+glWindowPos4iMESA
+glWindowPos3iMESA
+glWindowPos2dMESA
+glWindowPos2iMESA
+glWindowPos3dMESA
+glResizeBuffersMESA
+
+<https://bugzilla.redhat.com/show_bug.cgi?id=1224738>
+<https://bugzilla.redhat.com/show_bug.cgi?id=1224294>
+
+Signed-off-by: Petr Písař <ppi...@redhat.com>
+
+Bug: http://sourceforge.net/p/pogl/bugs/21/
+Bug-Debian: https://bugs.debian.org/795741
+---
+ pogl_gl_Vert_Multi.xs | 54 ---------------------------------------------------
+ 1 file changed, 54 deletions(-)
+
+diff --git a/pogl_gl_Vert_Multi.xs b/pogl_gl_Vert_Multi.xs
+index e360e5c..4e8a010 100644
+--- a/pogl_gl_Vert_Multi.xs
++++ b/pogl_gl_Vert_Multi.xs
+@@ -359,60 +359,6 @@ glEdgeFlagPointerEXT_oga(oga)
+ #endif
+ 
+ 
+-#ifdef GL_MESA_window_pos
+-
+-#// glWindowPos2iMESA($x, $y);
+-void
+-glWindowPos2iMESA(x, y)
+-      GLint   x
+-      GLint   y
+-
+-#// glWindowPos2dMESA($x, $y);
+-void
+-glWindowPos2dMESA(x, y)
+-      GLdouble        x
+-      GLdouble        y
+-
+-#// glWindowPos3iMESA($x, $y, $z);
+-void
+-glWindowPos3iMESA(x, y, z)
+-      GLint   x
+-      GLint   y
+-      GLint   z
+-
+-#// glWindowPos3dMESA($x, $y, $z);
+-void
+-glWindowPos3dMESA(x, y, z)
+-      GLdouble        x
+-      GLdouble        y
+-      GLdouble        z
+-
+-#// glWindowPos4iMESA($x, $y, $z, $w);
+-void
+-glWindowPos4iMESA(x, y, z, w)
+-      GLint   x
+-      GLint   y
+-      GLint   z
+-      GLint   w
+-
+-#// glWindowPos4dMESA($x, $y, $z, $w);
+-void
+-glWindowPos4dMESA(x, y, z, w)
+-      GLdouble        x
+-      GLdouble        y
+-      GLdouble        z
+-      GLdouble        w
+-
+-#endif
+-
+-#ifdef GL_MESA_resize_buffers
+-
+-#// glResizeBuffersMESA();
+-void
+-glResizeBuffersMESA()
+-
+-#endif
+-
+ #ifdef GL_ARB_draw_buffers
+ 
+ #//# glDrawBuffersARB_c($n,(CPTR)buffers);
+-- 
+2.1.0
+
diff --git a/debian/patches/series b/debian/patches/series
index 6666d7b..f7bab9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -4,3 +4,4 @@ glext_procs-replacement
 use-systems-gl
 dont_link_against_unused_libs
 reproducible_build
+Delete-functions-removed-from-Mesa.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libopengl-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to