summaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authoradam <adam>2005-07-29 12:16:21 +0000
committeradam <adam>2005-07-29 12:16:21 +0000
commitb855dd0774dd2d49936c308fb12ddae64f5c52f5 (patch)
tree3042ff374abd7fdd623cfee1e4f3a5e5b0db8316 /graphics
parent8a6c917592f416a919a3a1098f86e6ee3906708e (diff)
downloadpkgsrc-b855dd0774dd2d49936c308fb12ddae64f5c52f5.tar.gz
Changes 0.1.6:
Behavioral changes ------------------ Clips are changed to only affect destination operands, not sources. This gives the desired behavior for cairo. If the X server's Render implementation wants to use pixman it will have to select source clipping, (presumably through a new API call that we can add at that poin). Bug fixes --------- Fix leak of the clip region associated with an image in pixman_image_destroy. Fix units for stride return to be FbStip-sized, (this bug was causing non antialiased text in cairo to appear as garbage). Other changes ------------- The implementation has been merged considerably with xserver/fb. Most of the merge was just name changes, but there were likely some bug fixes or performance improvements in there as well.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/libpixman/Makefile5
-rw-r--r--graphics/libpixman/distinfo9
2 files changed, 6 insertions, 8 deletions
diff --git a/graphics/libpixman/Makefile b/graphics/libpixman/Makefile
index 532d48d6f71..b9ba0fcd989 100644
--- a/graphics/libpixman/Makefile
+++ b/graphics/libpixman/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.12 2005/07/04 20:15:29 drochner Exp $
-#
+# $NetBSD: Makefile,v 1.13 2005/07/29 12:16:21 adam Exp $
-DISTNAME= libpixman-0.1.5
+DISTNAME= libpixman-0.1.6
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
diff --git a/graphics/libpixman/distinfo b/graphics/libpixman/distinfo
index 64e1dc47447..a79af14c748 100644
--- a/graphics/libpixman/distinfo
+++ b/graphics/libpixman/distinfo
@@ -1,6 +1,5 @@
-$NetBSD: distinfo,v 1.8 2005/07/04 20:15:29 drochner Exp $
+$NetBSD: distinfo,v 1.9 2005/07/29 12:16:21 adam Exp $
-SHA1 (libpixman-0.1.5.tar.gz) = 5d05aee3705a1609e7b09b6cd9d3fae443231094
-RMD160 (libpixman-0.1.5.tar.gz) = 81f03fe6ee2c986352825241cdbc75e329233080
-Size (libpixman-0.1.5.tar.gz) = 379180 bytes
-SHA1 (patch-aa) = 0172ca11ef392df251b84213295b1727e7274366
+SHA1 (libpixman-0.1.6.tar.gz) = cc596882ea8f41aada6e8d8e0e8ab2bf9303fb33
+RMD160 (libpixman-0.1.6.tar.gz) = 28f00d5d1d31fa0647e7a02c880fd06bd0d77d80
+Size (libpixman-0.1.6.tar.gz) = 387830 bytes