Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id EBDE563C538 for ; Wed, 21 Apr 2010 05:57:55 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 9D77F63B118; Wed, 21 Apr 2010 05:57:55 +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 AA6E963B10A for ; Wed, 21 Apr 2010 05:57:54 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id 93B64175DF; Wed, 21 Apr 2010 05:57:54 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Wed, 21 Apr 2010 05:57:54 +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: <20100421055754.93B64175DF@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: list Module Name: pkgsrc Committed By: obache Date: Wed Apr 21 05:57:54 UTC 2010 Modified Files: pkgsrc/graphics/clutter: Makefile distinfo Log Message: Update clutter to 1.2.6. Clutter 1.2.6 (19/04/2010) =============================================================================== * List of changes since Clutter 1.2.4 > Check if the TexturePixmap actor have an allocation before asking for its allocation box, to avoid a costly re-layout. > Handle spurious GLX_BufferSwapComplete events more gracefully than an assertion failure. > Fix a memory leak in the atlas. > Use the right constant when calling GetClassLongPtr() in the win32 event handling code; this fixes a compilation issue on win64. > Check the size of the Pango layouts in the cache to avoid blowing cache slots. > Remove the need for using a function introduced by GLib 2.18, to keep our current requirements. > Documentation fixes in Clutter and COGL Many thanks to: Fridrich Strba Neil Roberts Owen W. Taylor Rob Bradford Robert Bragg To generate a diff of this commit: cvs rdiff -u -r1.11 -r1.12 pkgsrc/graphics/clutter/Makefile cvs rdiff -u -r1.6 -r1.7 pkgsrc/graphics/clutter/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.