diff options
author | obache <obache@pkgsrc.org> | 2010-01-20 04:54:51 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-01-20 04:54:51 +0000 |
commit | 986f5c916ad5eec8ea20ab9e24b423c42c75ee56 (patch) | |
tree | bf245a90155c324c1b61c21f74234680b2935686 /graphics | |
parent | 6fec6b9a4a2ad2cff0e4a5b54569890ad8d373ee (diff) | |
download | pkgsrc-986f5c916ad5eec8ea20ab9e24b423c42c75ee56.tar.gz |
Update clutter to 1.0.10.
Clutter 1.0.10 (11/01/2010)
===============================================================================
* List of changes since 1.0.8
o Fix the internal copy of JSON-GLib to cope with doubles
o Force a relayout when showing an actor
o Fix cursor position in ClutterText when using a pre-edit string
o Fix the CoreGraphics bitmap loader when dealing with JPEG images
o Emulate XKB's detectable key auto-repeat on X11
o Fix HLS-to-RGB conversion on 64bit platforms
o Let ClutterAnimation keep a weak reference on actors
o Do not take into account the left edges of the children of a
ClutterGroup when calculating the group's preferred size
Diffstat (limited to 'graphics')
-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 c4bed4155fb..d554c057fb6 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.7 2009/11/21 01:34:18 obache Exp $ +# $NetBSD: Makefile,v 1.8 2010/01/20 04:54:51 obache Exp $ # -DISTNAME= clutter-1.0.8 +DISTNAME= clutter-1.0.10 CATEGORIES= graphics MASTER_SITES= http://www.clutter-project.org/sources/clutter/1.0/ \ ${MASTER_SITE_GNOME:=sources/clutter/1.0/} diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 79d636ae2f2..44d0a042be7 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.3 2009/10/26 08:45:51 obache Exp $ +$NetBSD: distinfo,v 1.4 2010/01/20 04:54:51 obache Exp $ -SHA1 (clutter-1.0.8.tar.gz) = 2dbf1adaca38a70e7b2b7da06263d502f96a9d62 -RMD160 (clutter-1.0.8.tar.gz) = b6b25d27b6e4199223dd26e9037e8f92e3b5acee -Size (clutter-1.0.8.tar.gz) = 2676163 bytes +SHA1 (clutter-1.0.10.tar.gz) = 9a0ce6dbc8328bcd85b65cd8c67044c99398ebfe +RMD160 (clutter-1.0.10.tar.gz) = 0b75c0be0d9a68c954bb32acd35e4c55024e11bc +Size (clutter-1.0.10.tar.gz) = 2719583 bytes SHA1 (patch-aa) = 4e5aff1ec5d7c6190bdd59c7eb18359954c26755 |