diff options
author | obache <obache> | 2010-12-03 05:27:30 +0000 |
---|---|---|
committer | obache <obache> | 2010-12-03 05:27:30 +0000 |
commit | d96c07125f88fa0ad1d1c2349b35c386f4fc41ed (patch) | |
tree | efd4f68257fd9cd78f78d214e491da61dbd94adc /graphics/clutter/Makefile | |
parent | 8c09f99617cc51a61b1cf8ddea048f4623c3113d (diff) | |
download | pkgsrc-d96c07125f88fa0ad1d1c2349b35c386f4fc41ed.tar.gz |
Update clutter to 1.4.2.
Clutter 1.4.2 (30/11/2010)
===============================================================================
* List of changes since Clutter 1.4.0
>> Optimize ClutterText's preferred height computations when
in single line mode.
>> Fix build for CEx100 backend.
>> Fix the example code in the Cookbook recipes to be C90 compliant.
>> Add optimizations in ClutterActor for show, hide and queue_relayou().
>> Build fixes for introspection data.
>> Trap glXDestroyPixmap() to avoid an ordering issue when freeing
pixmaps.
>> Fix segfaults with empty XSettings and font names.
>> Do not use exclusive pointer grabs in ClickAction.
>> Fixes for the win32 backend.
>> Do not destroy materials and shaders when not needed.
>> Leaks fixed.
Diffstat (limited to 'graphics/clutter/Makefile')
-rw-r--r-- | graphics/clutter/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/graphics/clutter/Makefile b/graphics/clutter/Makefile index d3718074a66..7d5c738daed 100644 --- a/graphics/clutter/Makefile +++ b/graphics/clutter/Makefile @@ -1,10 +1,10 @@ -# $NetBSD: Makefile,v 1.22 2010/11/21 13:20:54 obache Exp $ +# $NetBSD: Makefile,v 1.23 2010/12/03 05:27:30 obache Exp $ # -DISTNAME= clutter-1.4.0 +DISTNAME= clutter-1.4.2 CATEGORIES= graphics -MASTER_SITES= ${MASTER_SITE_GNOME:=sources/clutter/1.4/} -# http://source.clutter-project.org/sources/clutter/1.4/ +MASTER_SITES= http://source.clutter-project.org/sources/clutter/1.4/ +# ${MASTER_SITE_GNOME:=sources/clutter/1.4/} MAINTAINER= obache@NetBSD.org HOMEPAGE= http://clutter-project.org/ |