diff options
author | obache <obache> | 2010-04-09 01:42:18 +0000 |
---|---|---|
committer | obache <obache> | 2010-04-09 01:42:18 +0000 |
commit | 75635409fb75877b2bde7c5f1ba7a1357336969b (patch) | |
tree | 3cecfec3643d3f6e3ad1314c224d0cc9b1780955 /graphics/clutter | |
parent | a2580c5ffa1e6308852b61cfd1bafd733c984053 (diff) | |
download | pkgsrc-75635409fb75877b2bde7c5f1ba7a1357336969b.tar.gz |
Update clutter to 1.2.4.
Clutter 1.2.4 (22/03/2010)
===============================================================================
• List of changes since Clutter 1.2.2
» Revert patch for bug 2017 which broke subclassing ClutterListModel
» Add more error reporting in case the GLX context creation failed
» Fix cogl_texture_get_data() returning garbage
» Fix the computation of the stage bounding rectangle when submitting
clipped redraw requests
» Switch texture units before setting the Cogl texture filters
» Make sure that GLX_SGI_swap_control is set up correctly
Many thanks to:
Owen W. Taylor
Adel Gadllah
Clutter 1.2.2 (15/03/2010)
===============================================================================
• List of changes since Clutter 1.2.0
» Fix introspection annotations for ClutterBox
» Compilation fixes for the EGL native backend
» Fix ClutterX11TexturePixmap ::queue-damage-redraw default handler
registration to avoid a run-time warning
» Handle TEXTURE_RECTANGLE_ARB in the 2D sliced textures, and add
a test case for that extension to avoid regressions
» Improve the strictness of the JSON parser in the internal copy
of JSON-GLib to which we fall back in the absence of the system
one
» Fix a crasher on NVidia drivers when enabling the ARGB visuals
by default on GLX.
Many thanks to:
José Dapena Paz
Neil Roberts
Owen W. Taylor
Øyvind Kolås
Diffstat (limited to 'graphics/clutter')
-rw-r--r-- | graphics/clutter/Makefile | 4 | ||||
-rw-r--r-- | graphics/clutter/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index 8531f96d27b..d0dac32a0a1 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2010/03/10 12:35:22 obache Exp $ +# $NetBSD: Makefile,v 1.11 2010/04/09 01:42:18 obache Exp $ # -DISTNAME= clutter-1.2.0 +DISTNAME= clutter-1.2.4 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \ ${MASTER_SITE_GNOME:=sources/clutter/1.2/} diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 12e60074763..c46fdcd7ec4 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/03/04 08:13:15 obache Exp $ +$NetBSD: distinfo,v 1.6 2010/04/09 01:42:18 obache Exp $ -SHA1 (clutter-1.2.0.tar.gz) = 31eaa2fc180d6eba2ec2175d49fcd1a991a48da1 -RMD160 (clutter-1.2.0.tar.gz) = de37dacd9de9ece4dcaa6ffc58c26a61ea910246 -Size (clutter-1.2.0.tar.gz) = 3494490 bytes +SHA1 (clutter-1.2.4.tar.gz) = 01fde34e6a2af7741a90f1f029014fe48f720759 +RMD160 (clutter-1.2.4.tar.gz) = c12022d63ba72734aaa194212d049663cf28b8ba +Size (clutter-1.2.4.tar.gz) = 3159070 bytes |