Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 4AC3B63B95F for ; Fri, 3 Dec 2010 05:27:35 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 1997419D5BD; Fri, 3 Dec 2010 05:27:35 +0000 (UTC) Received: from cvs.netbsd.org (cvs.NetBSD.org [IPv6:2001:4f8:3:7:2e0:81ff:fe30:95bd]) by mail.netbsd.org (Postfix) with ESMTP id E45A419D540 for ; Fri, 3 Dec 2010 05:27:30 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id D79B8175DD; Fri, 3 Dec 2010 05:27:30 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Date: Fri, 3 Dec 2010 05:27:30 +0000 From: "OBATA Akio" Subject: CVS commit: pkgsrc/graphics/clutter To: pkgsrc-changes@NetBSD.org Reply-To: obache@netbsd.org X-Mailer: log_accum Message-Id: <20101203052730.D79B8175DD@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk Module Name: pkgsrc Committed By: obache Date: Fri Dec 3 05:27:30 UTC 2010 Modified Files: pkgsrc/graphics/clutter: Makefile distinfo Log Message: 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. To generate a diff of this commit: cvs rdiff -u -r1.22 -r1.23 pkgsrc/graphics/clutter/Makefile cvs rdiff -u -r1.14 -r1.15 pkgsrc/graphics/clutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.