Wed Apr 21 05:57:54 2010 UTC ()
Update clutter to 1.2.6.

Clutter 1.2.6 (19/04/2010)
===============================================================================

   * List of changes since Clutter 1.2.4

    > Check if the TexturePixmap actor have an allocation before
      asking for its allocation box, to avoid a costly re-layout.

    > Handle spurious GLX_BufferSwapComplete events more gracefully
      than an assertion failure.

    > Fix a memory leak in the atlas.

    > Use the right constant when calling GetClassLongPtr() in the
      win32 event handling code; this fixes a compilation issue on
      win64.

    > Check the size of the Pango layouts in the cache to avoid
      blowing cache slots.

    > Remove the need for using a function introduced by GLib 2.18,
      to keep our current requirements.

    > Documentation fixes in Clutter and COGL

Many thanks to:

  Fridrich Strba
  Neil Roberts
  Owen W. Taylor
  Rob Bradford
  Robert Bragg


(obache)
diff -r1.11 -r1.12 pkgsrc/graphics/clutter/Makefile
diff -r1.6 -r1.7 pkgsrc/graphics/clutter/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/graphics/clutter/Makefile (expand / switch to unified diff)

--- pkgsrc/graphics/clutter/Makefile 2010/04/09 01:42:18 1.11
+++ pkgsrc/graphics/clutter/Makefile 2010/04/21 05:57:54 1.12
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.11 2010/04/09 01:42:18 obache Exp $ 1# $NetBSD: Makefile,v 1.12 2010/04/21 05:57:54 obache Exp $
2# 2#
3 3
4DISTNAME= clutter-1.2.4 4DISTNAME= clutter-1.2.6
5CATEGORIES= graphics 5CATEGORIES= graphics
6MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \ 6MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.2/ \
7 ${MASTER_SITE_GNOME:=sources/clutter/1.2/} 7 ${MASTER_SITE_GNOME:=sources/clutter/1.2/}
8 8
9MAINTAINER= obache@NetBSD.org 9MAINTAINER= obache@NetBSD.org
10HOMEPAGE= http://clutter-project.org/ 10HOMEPAGE= http://clutter-project.org/
11COMMENT= Open GL based interactive canvas library 11COMMENT= Open GL based interactive canvas library
12LICENSE= gnu-lgpl-v2.1 12LICENSE= gnu-lgpl-v2.1
13 13
14PKG_DESTDIR_SUPPORT= user-destdir 14PKG_DESTDIR_SUPPORT= user-destdir
15 15
16GNU_CONFIGURE= yes 16GNU_CONFIGURE= yes
17USE_LIBTOOL= yes 17USE_LIBTOOL= yes

cvs diff -r1.6 -r1.7 pkgsrc/graphics/clutter/distinfo (expand / switch to unified diff)

--- pkgsrc/graphics/clutter/distinfo 2010/04/09 01:42:18 1.6
+++ pkgsrc/graphics/clutter/distinfo 2010/04/21 05:57:54 1.7
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.6 2010/04/09 01:42:18 obache Exp $ 1$NetBSD: distinfo,v 1.7 2010/04/21 05:57:54 obache Exp $
2 2
3SHA1 (clutter-1.2.4.tar.gz) = 01fde34e6a2af7741a90f1f029014fe48f720759 3SHA1 (clutter-1.2.6.tar.gz) = fc4da99d84680034cbbb409857ba13966b015474
4RMD160 (clutter-1.2.4.tar.gz) = c12022d63ba72734aaa194212d049663cf28b8ba 4RMD160 (clutter-1.2.6.tar.gz) = 7a8339a50505b93e2e779690fb348321f7513141
5Size (clutter-1.2.4.tar.gz) = 3159070 bytes 5Size (clutter-1.2.6.tar.gz) = 3138315 bytes