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.
16 lines
388 B
Makefile
16 lines
388 B
Makefile
# $NetBSD: Makefile,v 1.13 2005/07/29 12:16:21 adam Exp $
|
|
|
|
DISTNAME= libpixman-0.1.6
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://cairographics.org/snapshots/
|
|
|
|
MAINTAINER= recht@NetBSD.org
|
|
HOMEPAGE= http://cairographics.org/
|
|
COMMENT= Pixel manipulation library
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= libpixman.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|