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
This commit is contained in:
parent
9ba7fbfa0d
commit
df9f6a4872
2 changed files with 6 additions and 6 deletions
|
@ -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/}
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue