Received: from mail.netbsd.org (mail.netbsd.org [204.152.190.11]) by www.NetBSD.org (Postfix) with ESMTP id 543AF63BC1D for ; Sat, 29 Aug 2009 15:50:20 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 0) id 07F6863B138; Sat, 29 Aug 2009 15:50:20 +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 D0A2C63B143 for ; Sat, 29 Aug 2009 15:50:18 +0000 (UTC) Received: by cvs.netbsd.org (Postfix, from userid 500) id C057A175D0; Sat, 29 Aug 2009 15:50:18 +0000 (UTC) MIME-Version: 1.0 Content-Disposition: inline Content-Transfer-Encoding: binary Content-Type: text/plain Date: Sat, 29 Aug 2009 15:50:18 +0000 From: Thomas Klausner Subject: CVS commit: pkgsrc/x11/pixman To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20090829155018.C057A175D0@cvs.netbsd.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes Precedence: list Module Name: pkgsrc Committed By: wiz Date: Sat Aug 29 15:50:18 UTC 2009 Modified Files: pkgsrc/x11/pixman: Makefile distinfo Log Message: Update to 0.16.0: New features since the last stable release, 0.14.0, include: * Support for PDF blend modes [Benjamin Otte, Carlos Garcia Campos] * A number of fast paths for ARM NEON [Jeff Muizelaar, Jonathan Morton, Siarhei Siamashka, Ian Rickards] * Support for PIXMAN_REPEAT_REFLECT for images [Thomas Jaeger] * New image formats: a2r10g10b10, x2r10g10b10 [Ben Skeggs] b8g8r8a8, b8g8r8x8 [Mike Kettenis] * Support for MMX and SSE2 on Sun compilers and Solaris [Alan Coopersmith] * Support for SSE2 on Windows x64 [George Yohng] Also new in this release: * A reorganisation of pixman's internals to make future development and maintenance easier [Søren Sandmann Pedersen] * A substantial expansion of pixman's test suite [Siarhei Siamashka] Thanks to everyone who contributed to pixman 0.16.0, including Adam Jackson, Adrian Bunk, Alan Coopersmith, Andre Tupinamba, Ben Skeggs, Benjamin Otte, Carlos Garcia Campos, Chris Wilson, George Yohng, Guillaume Letellier, Ian Rickards, Jeff Muizelaar, Jonathan Morton, Loïc Minier, Luca Barbato, M Joonas Pihlaja, Magnus Kessler, Makoto Kato, Mark Kettenis, Michel Dänzer, Miha Vrhovnik, Siarhei Siamashka, Søren Sandmann Pedersen, Thomas Jaeger, and William Bonnet. To generate a diff of this commit: cvs rdiff -u -r1.31 -r1.32 pkgsrc/x11/pixman/Makefile cvs rdiff -u -r1.33 -r1.34 pkgsrc/x11/pixman/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.