diff options
author | obache <obache@pkgsrc.org> | 2010-05-12 00:57:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-05-12 00:57:34 +0000 |
commit | 8cc76893e0e347111668e05f3c430c17b78f7cfa (patch) | |
tree | 980c61abbbaf522d63a3884163b84208288108ca /graphics/clutter/Makefile | |
parent | 4ed5413033157269d87b4ae415967515aed2f0f0 (diff) | |
download | pkgsrc-8cc76893e0e347111668e05f3c430c17b78f7cfa.tar.gz |
Update clutter to 1.2.8.
Clutter 1.2.8 (10/05/2010)
===============================================================================
* List of changes since Clutter 1.2.6
> Ignore unexpected GLX_BufferSwapComplete coming from Mesa (bug #2102)
> Use the correct function for the GL_OES_framebuffer_object extension
> Fix the chaining up of the GLX backend when dealing with redirected
event handling (e.g. by Mutter) (bug #2101)
> Do not attempt to use GL to convert formats under GLES (bug #2059)
> Improve the robustness of the checks dealing with the maximum
amount of layers in a CoglMaterial (bug #2064)
> Fix cogl_read_pixels() on GLES (bug #2057)
> Do not try to union sub paths (bug #2088)
> Fix the clip stack (bug #2079)
> Fix clutter_event_get_coords() for ENTER and LEAVE events.
> Documentation fixes in the Cogl path API
> Fix typos in the introspection annotations
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index eff4c1cb61e..515006afb97 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.12 2010/04/21 05:57:54 obache Exp $ +# $NetBSD: Makefile,v 1.13 2010/05/12 00:57:34 obache Exp $ # -DISTNAME= clutter-1.2.6 +DISTNAME= clutter-1.2.8 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \ ${MASTER_SITE_GNOME:=sources/clutter/1.2/} |