ff29c01c12
Release 0.4.0 (2014-10-15) ========================== - Corrected return value documentation for xcb_image_shm_put(). - Added additional format tests for XY_PIXMAP bit planes. - Changed test_xcb_image to work with XY_PIXMAP with nontrivial planemask. - Fixed get_image to handle xy format with nontrivial plane_mask. - Fixed endianness bug in xy pixmap getimage. - Use AC_CONFIG_HEADERS to create a config.h file. - Add missing COPYING file. - Using X11 Protocol headers, so XPROTO_CFLAGS is required. - Move test cases into their own directory. - Fix compilation when NDEBUG is defined.
21 lines
538 B
Makefile
21 lines
538 B
Makefile
# $NetBSD: Makefile,v 1.4 2014/10/20 11:15:38 wiz Exp $
|
|
|
|
DISTNAME= xcb-util-image-0.4.0
|
|
CATEGORIES= x11
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xcb.freedesktop.org/
|
|
COMMENT= XCB port of Xlib's XImage and XShmImage
|
|
LICENSE= mit
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= pkg-config gmake
|
|
USE_LIBTOOL= yes
|
|
|
|
PKGCONFIG_OVERRIDE= image/xcb-image.pc.in
|
|
|
|
.include "../../x11/libxcb/buildlink3.mk"
|
|
.include "../../x11/xcb-util/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|