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
This commit is contained in:
obache 2010-04-09 01:42:18 +00:00
parent 4779a71f1b
commit c176bbdb16
2 changed files with 6 additions and 6 deletions

View file

@ -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/}

View file

@ -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