summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorViorel Munteanu <ceamac@gentoo.org>2023-06-15 08:27:18 +0300
committerViorel Munteanu <ceamac@gentoo.org>2023-06-15 08:27:18 +0300
commite7c2a64f869f2a165700c7aa14f408117293452e (patch)
tree45cb50303193b275bcf95f73bc8d328fa2ff830a
parentUpdate patches for virtualbox 7.0.8 (diff)
downloadvirtualbox-patches-e7c2a64f869f2a165700c7aa14f408117293452e.tar.gz
virtualbox-patches-e7c2a64f869f2a165700c7aa14f408117293452e.tar.bz2
virtualbox-patches-e7c2a64f869f2a165700c7aa14f408117293452e.zip
Upstream dropped VBoxTestOGL so drop related patchesHEADv7.0.10_pre20230615master
Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
-rw-r--r--patches/009-virtualbox-5.1.0-add_missing_gl_header.patch12
-rw-r--r--patches/012_virtualbox-6.1.0-include_opengl_headers.patch18
-rw-r--r--patches/014_virtualbox-6.0.14-Glsizeiptr.patch14
3 files changed, 0 insertions, 44 deletions
diff --git a/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch b/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
deleted file mode 100644
index 71f2adf..0000000
--- a/patches/009-virtualbox-5.1.0-add_missing_gl_header.patch
+++ /dev/null
@@ -1,12 +0,0 @@
-https://bugs.gentoo.org/588794
-
---- a/include/VBox/VBoxGL2D.h
-+++ b/include/VBox/VBoxGL2D.h
-@@ -28,6 +28,7 @@
- #define __VBoxGLSupportInfo_h__
-
- #include <iprt/types.h>
-+#include <GL/gl.h>
-
- typedef char GLchar;
-
diff --git a/patches/012_virtualbox-6.1.0-include_opengl_headers.patch b/patches/012_virtualbox-6.1.0-include_opengl_headers.patch
deleted file mode 100644
index 12ecc56..0000000
--- a/patches/012_virtualbox-6.1.0-include_opengl_headers.patch
+++ /dev/null
@@ -1,18 +0,0 @@
-https://bugs.gentoo.org/702990
-
-Submitted-by: Bernd Feige <Bernd.Feige@gmx.net>
-
-Index: VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-===================================================================
---- VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-+++ VirtualBox-6.1.0/src/VBox/Main/src-helper-apps/OpenGLTest/OpenGLTestApp.cpp
-@@ -49,6 +49,9 @@
- #include <VBox/version.h>
- #endif
-
-+#include <GL/gl.h>
-+#include <GL/glu.h>
-+
- #ifdef VBOX_WITH_VIDEOHWACCEL
- #include <QGLWidget>
- #include <QApplication>
diff --git a/patches/014_virtualbox-6.0.14-Glsizeiptr.patch b/patches/014_virtualbox-6.0.14-Glsizeiptr.patch
deleted file mode 100644
index a011dbf..0000000
--- a/patches/014_virtualbox-6.0.14-Glsizeiptr.patch
+++ /dev/null
@@ -1,14 +0,0 @@
---- a/include/VBox/VBoxGL2D.h 2020-01-25 22:48:54.000000000 +0700
-+++ b/include/VBox/VBoxGL2D.h 2020-01-25 22:57:14.000000000 +0700
-@@ -113,8 +113,8 @@
-
- /* GL_ARB_pixel_buffer_object*/
--#ifndef Q_WS_MAC
-+/*#ifndef Q_WS_MAC*/
- /* apears to be defined on mac */
--typedef ptrdiff_t GLsizeiptr;
--#endif
-+/*typedef ptrdiff_t GLsizeiptr;*/
-+/*#endif*/
-
- #ifndef GL_READ_ONLY