diff options
author | obache <obache> | 2014-01-26 08:47:10 +0000 |
---|---|---|
committer | obache <obache> | 2014-01-26 08:47:10 +0000 |
commit | 1de676a1cc6afaed62b847e6bd83f70d3086fe52 (patch) | |
tree | aace901cc704370bbd7e9f5f210b4e560b991710 /graphics | |
parent | 7d8b4dafdbd79f671733905794820fc0b2c907f0 (diff) | |
download | pkgsrc-1de676a1cc6afaed62b847e6bd83f70d3086fe52.tar.gz |
Update clutter to 1.16.4.
Clutter 1.16.4 2014-01-24
===============================================================================
• List of changes since Clutter 1.16.2
- Performance improvements
Avoid using hardware picking as much as possible; do not queue redraws
when not needed, and rely on clipped redraws more.
- Accessibility fixes
• List of bugs fixed since Clutter 1.16.2
#710227 - ClutterGestureAction memory corruption
#719747 - ClutterStage: Don't add empty actors to the stage clip
#712563 - Fixes for cogl journal usage when picking
#722220 - Incorrect string reported in accessible text-changed events
when text is removed
#722188 - atk_text_get_n_selections() should return 0 when no text is
selected
#719901 - ClutterStageCogl: Ignore a clip the size of the stage
#719563 - input-device: Guard against double free
#719367 - Bind constraints: Don't force redraws on source relayout
#719368 - Don't queue redraws when reallocating actor that haven't moved
Many thanks to:
Owen W. Taylor, Alejandro Piñeiro, Jasper St. Pierre, Florian Müllner,
Lionel Landwerlin, Sphinx Jiang, Wylmer Wang.
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 10245a0e8a6..6eb1bf55662 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.44 2014/01/03 12:34:14 obache Exp $ +# $NetBSD: Makefile,v 1.45 2014/01/26 08:47:10 obache Exp $ # -DISTNAME= clutter-1.16.2 +DISTNAME= clutter-1.16.4 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/1.16/} EXTRACT_SUFX= .tar.xz diff --git a/graphics/clutter/distinfo b/graphics/clutter/distinfo index 5bfcecd828f..e1e1c8ca7f4 100644 --- a/graphics/clutter/distinfo +++ b/graphics/clutter/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.19 2014/01/03 12:34:14 obache Exp $ +$NetBSD: distinfo,v 1.20 2014/01/26 08:47:10 obache Exp $ -SHA1 (clutter-1.16.2.tar.xz) = c8389621060ead395d01970f12bcd6c7de0ac823 -RMD160 (clutter-1.16.2.tar.xz) = 485363275de2addabd195e1c75d6872f125977cf -Size (clutter-1.16.2.tar.xz) = 5214020 bytes +SHA1 (clutter-1.16.4.tar.xz) = 20a4b88040686c42a8d16df63753cee5ec93264d +RMD160 (clutter-1.16.4.tar.xz) = 8ac8d4c91730a49225fc2b44d75230a5e8df3f9d +Size (clutter-1.16.4.tar.xz) = 5224132 bytes |