Import xcb-util-image-0.3.9 as x11/xcb-util-image.
XCB util-image module provides the following library: - image: Port of Xlib's XImage and XShmImage functions.
This commit is contained in:
parent
af701e6c29
commit
a0abdcc763
4 changed files with 38 additions and 0 deletions
3
x11/xcb-util-image/DESCR
Normal file
3
x11/xcb-util-image/DESCR
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
XCB util-image module provides the following library:
|
||||||
|
|
||||||
|
- image: Port of Xlib's XImage and XShmImage functions.
|
24
x11/xcb-util-image/Makefile
Normal file
24
x11/xcb-util-image/Makefile
Normal file
|
@ -0,0 +1,24 @@
|
||||||
|
# $NetBSD: Makefile,v 1.1 2012/08/12 21:19:06 wiz Exp $
|
||||||
|
#
|
||||||
|
|
||||||
|
DISTNAME= xcb-util-image-0.3.9
|
||||||
|
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
|
||||||
|
|
||||||
|
PKG_DESTDIR_SUPPORT= user-destdir
|
||||||
|
|
||||||
|
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"
|
6
x11/xcb-util-image/PLIST
Normal file
6
x11/xcb-util-image/PLIST
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
@comment $NetBSD: PLIST,v 1.1 2012/08/12 21:19:06 wiz Exp $
|
||||||
|
include/xcb/xcb_bitops.h
|
||||||
|
include/xcb/xcb_image.h
|
||||||
|
include/xcb/xcb_pixel.h
|
||||||
|
lib/libxcb-image.la
|
||||||
|
lib/pkgconfig/xcb-image.pc
|
5
x11/xcb-util-image/distinfo
Normal file
5
x11/xcb-util-image/distinfo
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
$NetBSD: distinfo,v 1.1 2012/08/12 21:19:06 wiz Exp $
|
||||||
|
|
||||||
|
SHA1 (xcb-util-image-0.3.9.tar.bz2) = afeba6230400fe8bec6076fd07bf20a8e412bbb5
|
||||||
|
RMD160 (xcb-util-image-0.3.9.tar.bz2) = c666b87e20eaa703697df758e1d0e26aec2d62a4
|
||||||
|
Size (xcb-util-image-0.3.9.tar.bz2) = 310947 bytes
|
Loading…
Reference in a new issue