r33202 - in /desktop/experimental/cogl/debian: changelog libcogl9.symbols.egl patches/01_fix_arm_build.patch patches/series

jbicha-guest at users.alioth.debian.org jbicha-guest at users.alioth.debian.org
Thu Mar 15 16:12:53 UTC 2012


Author: jbicha-guest
Date: Thu Mar 15 16:12:52 2012
New Revision: 33202

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33202
Log:
debian/patches/01_fix_arm_build.patch: Git patch to fix ARM build failure

Added:
    desktop/experimental/cogl/debian/patches/01_fix_arm_build.patch
Modified:
    desktop/experimental/cogl/debian/changelog
    desktop/experimental/cogl/debian/libcogl9.symbols.egl
    desktop/experimental/cogl/debian/patches/series

Modified: desktop/experimental/cogl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/changelog?rev=33202&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/changelog [utf-8] (original)
+++ desktop/experimental/cogl/debian/changelog [utf-8] Thu Mar 15 16:12:52 2012
@@ -13,6 +13,7 @@
   * debian/control.in:
     - Bump minimum glib to 2.28
     - Standards-Version 3.9.3
+  * debian/patches/01_fix_arm_build.patch: Git patch to fix ARM build failure
   * debian/patches/02_disable_armv5t_specific_optimization.patch: Disabled
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Sun, 11 Mar 2012 20:51:49 -0400

Modified: desktop/experimental/cogl/debian/libcogl9.symbols.egl
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/libcogl9.symbols.egl?rev=33202&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/libcogl9.symbols.egl [utf-8] (original)
+++ desktop/experimental/cogl/debian/libcogl9.symbols.egl [utf-8] Thu Mar 15 16:12:52 2012
@@ -1,1 +1,1 @@
- cogl_egl_context_get_egl_display_EXP at Base 1.7.4
+ cogl_egl_context_get_egl_display at Base 1.9.2

Added: desktop/experimental/cogl/debian/patches/01_fix_arm_build.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/patches/01_fix_arm_build.patch?rev=33202&op=file
==============================================================================
--- desktop/experimental/cogl/debian/patches/01_fix_arm_build.patch (added)
+++ desktop/experimental/cogl/debian/patches/01_fix_arm_build.patch [utf-8] Thu Mar 15 16:12:52 2012
@@ -1,0 +1,48 @@
+From 3da39b57143c93050c59a1180fffb083db89df22 Mon Sep 17 00:00:00 2001
+From: Ryan Lortie <desrt at desrt.ca>
+Date: Wed, 14 Mar 2012 07:11:56 -0400
+Subject: [PATCH] Move the fallback define for GL_PACK_INVERT_MESA
+
+The if-undefined fallback declaration for GL_PACK_INVERT_MESA was
+originally added in cogl.c along with code to use it (as part of commit
+6f79eb8a5a530fc2fd0a9aed90da172fbf05f742).  Later on, commit
+10a38bb14fac3ba8dc05115feb04bde56dc590e7 moved the code that used it to
+cogl-framebuffer.c but didn't move the define along with it.  Do that
+now.
+
+https://bugzilla.gnome.org/show_bug.cgi?id=672038
+---
+ cogl/cogl-framebuffer.c |    4 ++++
+ cogl/cogl.c             |    4 ----
+ 2 files changed, 4 insertions(+), 4 deletions(-)
+
+diff --git a/cogl/cogl-framebuffer.c b/cogl/cogl-framebuffer.c
+index f18abf1..cdf5f8d 100644
+--- a/cogl/cogl-framebuffer.c
++++ b/cogl/cogl-framebuffer.c
+@@ -104,6 +104,10 @@
+ #ifndef GL_TEXTURE_SAMPLES_IMG
+ #define GL_TEXTURE_SAMPLES_IMG            0x9136
+ #endif
++#ifndef GL_PACK_INVERT_MESA
++#define GL_PACK_INVERT_MESA 0x8758
++#endif
++
+ 
+ typedef enum {
+   _TRY_DEPTH_STENCIL    = 1L<<0,
+diff --git a/cogl/cogl.c b/cogl/cogl.c
+index 8bc48e8..b60f838 100644
+--- a/cogl/cogl.c
++++ b/cogl/cogl.c
+@@ -51,10 +51,6 @@
+ #include "cogl1-context.h"
+ #include "cogl-offscreen.h"
+ 
+-#ifndef GL_PACK_INVERT_MESA
+-#define GL_PACK_INVERT_MESA 0x8758
+-#endif
+-
+ #ifdef COGL_GL_DEBUG
+ /* GL error to string conversion */
+ static const struct {

Modified: desktop/experimental/cogl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/experimental/cogl/debian/patches/series?rev=33202&op=diff
==============================================================================
--- desktop/experimental/cogl/debian/patches/series [utf-8] (original)
+++ desktop/experimental/cogl/debian/patches/series [utf-8] Thu Mar 15 16:12:52 2012
@@ -1,1 +1,2 @@
+01_fix_arm_build.patch
 #02_disable_armv5t_specific_optimization.patch




More information about the pkg-gnome-commits mailing list