summaryrefslogtreecommitdiff
path: root/graphics/clutter/patches
diff options
context:
space:
mode:
authorobache <obache>2010-10-16 14:05:17 +0000
committerobache <obache>2010-10-16 14:05:17 +0000
commit2f69c868d9246addc9fe2358f8a83ca4fc3f7605 (patch)
tree864a52f31add67e6d1c2aa597afadeedbb9f63c1 /graphics/clutter/patches
parente60657a1e6221472545be59f2a8c60ad5d5048f8 (diff)
downloadpkgsrc-2f69c868d9246addc9fe2358f8a83ca4fc3f7605.tar.gz
Update clutter to 1.2.14.
Clutter 1.2.14 (24/09/2010) =============================================================================== * List of changes since Clutter 1.2.12 > Backport GLES detection logic, and remove an unwanted GL dependency when building EGLX backends against Mesa. > Fix build on Quartz. > Plug leaks in CoglProgram and CoglShader. > Fixes for CoglShader usage on GLES2. > Backport a fix in the request mode of ClutterBoxLayout. > Documentation fixes. Many thanks to: Neil Roberts Alexandros Frantzis Nate Stedman
Diffstat (limited to 'graphics/clutter/patches')
-rw-r--r--graphics/clutter/patches/patch-ab17
-rwxr-xr-xgraphics/clutter/patches/patch-ac19
2 files changed, 0 insertions, 36 deletions
diff --git a/graphics/clutter/patches/patch-ab b/graphics/clutter/patches/patch-ab
deleted file mode 100644
index d54833cfd97..00000000000
--- a/graphics/clutter/patches/patch-ab
+++ /dev/null
@@ -1,17 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2010/07/16 14:56:11 obache Exp $
-
-Fixes build with !Linux.
-http://git.clutter-project.org/clutter/commit/?h=clutter-1.2&id=4600615be61a1d73abfd4d521308e9512a01f475
-
---- clutter/glx/clutter-stage-glx.c.orig 2010-07-14 10:32:57.000000000 +0000
-+++ clutter/glx/clutter-stage-glx.c
-@@ -487,8 +487,8 @@ wait_for_vblank (ClutterBackendGLX *back
- (retraceCount + 1) % 2,
- &retraceCount);
- }
-- else
- #ifdef __linux__
-+ else
- {
- drm_wait_vblank_t blank;
-
diff --git a/graphics/clutter/patches/patch-ac b/graphics/clutter/patches/patch-ac
deleted file mode 100755
index 011e6b85d97..00000000000
--- a/graphics/clutter/patches/patch-ac
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-ac,v 1.1 2010/08/01 09:04:33 obache Exp $
-
---- clutter/cogl/cogl/cogl-texture.c.orig 2010-07-14 10:32:47.000000000 +0000
-+++ clutter/cogl/cogl/cogl-texture.c
-@@ -49,6 +49,14 @@
- #include "cogl-primitives.h"
- #include "cogl-framebuffer-private.h"
-
-+#if defined (HAVE_COGL_GL)
-+
-+#ifndef GL_PIXEL_UNPACK_BUFFER
-+#define GL_PIXEL_UNPACK_BUFFER GL_PIXEL_UNPACK_BUFFER_ARB
-+#endif
-+
-+#endif
-+
- #include <string.h>
- #include <stdlib.h>
- #include <math.h>