Author: evil Date: Wed May 2 21:29:09 2012 GMT Module: packages Tag: HEAD ---- Log message: - added no_fbo_assert.patch(ugly hack that makes game playable on R200 GFX card)
---- Files affected: packages/frogatto: frogatto.spec (1.7 -> 1.8) , frogatto-no_fbo_assert.patch (NONE -> 1.1) (NEW) ---- Diffs: ================================================================ Index: packages/frogatto/frogatto.spec diff -u packages/frogatto/frogatto.spec:1.7 packages/frogatto/frogatto.spec:1.8 --- packages/frogatto/frogatto.spec:1.7 Sun Mar 11 09:30:24 2012 +++ packages/frogatto/frogatto.spec Wed May 2 23:29:04 2012 @@ -2,7 +2,7 @@ Summary: An open-source "platformer" game Name: frogatto Version: 1.1.1 -Release: 6 +Release: 7 License: GPL v3+ Group: X11/Applications/Games Source0: http://www.frogatto.com/files/%{name}-%{version}.tar.bz2 @@ -10,6 +10,7 @@ Patch0: %{name}-makefile.patch Patch1: %{name}-assertion.patch Patch2: %{name}-libpng15.patch +Patch3: %{name}-no_fbo_assert.patch URL: http://www.frogatto.com/ BuildRequires: OpenGL-GLU-devel BuildRequires: OpenGL-devel @@ -37,6 +38,7 @@ %patch0 -p1 %patch1 -p1 %patch2 -p1 +%patch3 -p1 # fix linking with our boost libs %{__sed} -i 's,-mt,,g' Makefile @@ -82,6 +84,9 @@ All persons listed below can be reached at <cvs_login>@pld-linux.org $Log$ +Revision 1.8 2012/05/02 21:29:04 evil +- added no_fbo_assert.patch(ugly hack that makes game playable on R200 GFX card) + Revision 1.7 2012/03/11 08:30:24 arekm - release 6 ================================================================ Index: packages/frogatto/frogatto-no_fbo_assert.patch diff -u /dev/null packages/frogatto/frogatto-no_fbo_assert.patch:1.1 --- /dev/null Wed May 2 23:29:09 2012 +++ packages/frogatto/frogatto-no_fbo_assert.patch Wed May 2 23:29:04 2012 @@ -0,0 +1,11 @@ +--- frogatto-1.1.1/src/texture_frame_buffer.cpp.orig 2012-05-02 23:03:34.654597749 +0200 ++++ frogatto-1.1.1/src/texture_frame_buffer.cpp 2012-05-02 23:05:23.709618026 +0200 +@@ -94,7 +94,7 @@ + + // check FBO status + GLenum status = EXT_CALL(glCheckFramebufferStatus)(EXT_MACRO(GL_FRAMEBUFFER)); +- ASSERT_EQ(status, EXT_MACRO(GL_FRAMEBUFFER_COMPLETE)); ++// ASSERT_EQ(status, EXT_MACRO(GL_FRAMEBUFFER_COMPLETE)); + + // switch back to window-system-provided framebuffer + EXT_CALL(glBindFramebuffer)(EXT_MACRO(GL_FRAMEBUFFER), video_framebuffer_id); ================================================================ ---- CVS-web: http://cvs.pld-linux.org/packages/frogatto/frogatto.spec?r1=1.7&r2=1.8 _______________________________________________ pld-cvs-commit mailing list [email protected] http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit
