This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus-video-glide64.
commit 2317363971fbae3b9b0d3edac94c0aa5c776cda0 Author: Sven Eckelmann <[email protected]> Date: Sun Apr 4 23:43:32 2010 +0200 Fix FTBFS due to missing OpenGL-ARB functions --- debian/changelog | 1 + debian/patches/ftbfs_openglarb.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 21d210f..2ee27fa 100644 --- a/debian/changelog +++ b/debian/changelog @@ -17,6 +17,7 @@ mupen64plus-video-glide64 (1.99.4~hg20100403-1) UNRELEASED; urgency=low system-libbz2.patch, system-liblzma.patch, system-libpng.patch, system-zlib.patch, version-string.patch, xdg-basedir.patch, rice_fog.patch - Rebase default-optimisations.patch against 1.99.4~hg20100403 + - Add ftbfs_openglarb.patch, Fix FTBFS due to missing OpenGL-ARB functions * Convert to 3.0 (quilt) source format * debian/control: - Remove unneeded build dependency to quilt diff --git a/debian/patches/ftbfs_openglarb.patch b/debian/patches/ftbfs_openglarb.patch new file mode 100644 index 0000000..2e497b8 --- /dev/null +++ b/debian/patches/ftbfs_openglarb.patch @@ -0,0 +1,16 @@ +Subject: Fix FTBFS due to missing OpenGL-ARB functions +Author: Sven Eckelmann <[email protected]> + +--- +diff --git a/src/wrapper/textures.cpp b/src/wrapper/textures.cpp +index 8223de91ccfd0164948a8043a8f673281a240b3f..562fc05d721e275bf9dc54f306c60347af699a24 100644 +--- a/src/wrapper/textures.cpp ++++ b/src/wrapper/textures.cpp +@@ -22,6 +22,7 @@ + #include <stdlib.h> + #include <stdio.h> + ++#define GL_GLEXT_PROTOTYPES + #include <SDL_opengl.h> + + #include "glide.h" diff --git a/debian/patches/series b/debian/patches/series index e164d80..0c81ba6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1 +1,2 @@ default-optimisations.patch +ftbfs_openglarb.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

