diff options
author | wiz <wiz@pkgsrc.org> | 2009-08-29 15:50:18 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-08-29 15:50:18 +0000 |
commit | 4a3195ff18268506fefbaa1848c42a40e2fcddf2 (patch) | |
tree | a3089b07bf0b928e54b13b75d6b7b55ad69bab50 /x11 | |
parent | 569505f41d62f1b675d618eef5edda9dd89df78d (diff) | |
download | pkgsrc-4a3195ff18268506fefbaa1848c42a40e2fcddf2.tar.gz |
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.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/pixman/Makefile | 4 | ||||
-rw-r--r-- | x11/pixman/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/pixman/Makefile b/x11/pixman/Makefile index 6c57f9707c2..0204462e7f1 100644 --- a/x11/pixman/Makefile +++ b/x11/pixman/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.31 2009/08/15 20:51:30 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2009/08/29 15:50:18 wiz Exp $ # -DISTNAME= pixman-0.15.20 +DISTNAME= pixman-0.16.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/pixman/distinfo b/x11/pixman/distinfo index b5998d70640..ef2f9e7abde 100644 --- a/x11/pixman/distinfo +++ b/x11/pixman/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.33 2009/08/17 07:39:44 dsainty Exp $ +$NetBSD: distinfo,v 1.34 2009/08/29 15:50:18 wiz Exp $ -SHA1 (pixman-0.15.20.tar.bz2) = 67a34a1fdc5431c9de5febd390057bdd9bb51df4 -RMD160 (pixman-0.15.20.tar.bz2) = 95047e078ce8dfe47ff9e2ea50d587fcebbb2751 -Size (pixman-0.15.20.tar.bz2) = 393424 bytes +SHA1 (pixman-0.16.0.tar.bz2) = 7cf1f2261ba44b3c98cf3d2a32e9fd90b12ca19e +RMD160 (pixman-0.16.0.tar.bz2) = 436bca0dc3bec542da59db2a226e5217cdadd8f1 +Size (pixman-0.16.0.tar.bz2) = 402602 bytes SHA1 (patch-aa) = 94e9fe38d2de8cfe75433b486bbbaf0536c48212 SHA1 (patch-ab) = 422f2c0f3450da01c11a4005473945291421d41f SHA1 (patch-ac) = c9c115a35434b90bd862781182a6932cd0fadc98 |