diff options
author | obache <obache@pkgsrc.org> | 2010-04-21 05:57:54 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-04-21 05:57:54 +0000 |
commit | 03975724d7746feef6ff83a0d6d665fcb2a227fb (patch) | |
tree | 0ac48dd52b0e7f52e4736015f67faa5cfa223e1a /graphics/clutter | |
parent | afb1f163e6eb01e3bf601e27c38e8cf4a5615506 (diff) | |
download | pkgsrc-03975724d7746feef6ff83a0d6d665fcb2a227fb.tar.gz |
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
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 d0dac32a0a1..eff4c1cb61e 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.11 2010/04/09 01:42:18 obache Exp $ +# $NetBSD: Makefile,v 1.12 2010/04/21 05:57:54 obache Exp $ # -DISTNAME= clutter-1.2.4 +DISTNAME= clutter-1.2.6 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 c46fdcd7ec4..4aa3a5de2e9 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2010/04/09 01:42:18 obache Exp $ +$NetBSD: distinfo,v 1.7 2010/04/21 05:57:54 obache Exp $ -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 +SHA1 (clutter-1.2.6.tar.gz) = fc4da99d84680034cbbb409857ba13966b015474 +RMD160 (clutter-1.2.6.tar.gz) = 7a8339a50505b93e2e779690fb348321f7513141 +Size (clutter-1.2.6.tar.gz) = 3138315 bytes |