pkgsrc/graphics/libpixman/Makefile
rh 606e08f2fe Update libpixman to 0.1.2. Changes include:
New functionality
-----------------
Added three new functions:
        pixman_image_set_component_alpha
        pixman_format_get_masks
        pixman_image_get_format

Bug fixes
---------
Enabling both transform and repeat simultaneously now works.
Some byte-order fixes.
Clipping fixes: pixman now takes a copy of the client clipping region
                client clipping is now actually used, it wasn't earlier.
2004-11-15 03:43:46 +00:00

18 lines
408 B
Makefile

# $NetBSD: Makefile,v 1.8 2004/11/15 03:43:46 rh Exp $
#
DISTNAME= libpixman-0.1.2
CATEGORIES= graphics
MASTER_SITES= http://cairographics.org/snapshots/
MAINTAINER= recht@NetBSD.org
HOMEPAGE= http://cairographics.org/
COMMENT= Pixel manipulation library
USE_BUILDLINK3= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
PKGCONFIG_OVERRIDE+= libpixman.pc.in
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"