diff options
-rw-r--r-- | x11/xcb-util-image/Makefile | 31 | ||||
-rw-r--r-- | x11/xcb-util-image/distinfo | 2 | ||||
-rw-r--r-- | x11/xcb-util-image/pkg/DESCR | 3 | ||||
-rw-r--r-- | x11/xcb-util-image/pkg/PLIST | 8 |
4 files changed, 44 insertions, 0 deletions
diff --git a/x11/xcb-util-image/Makefile b/x11/xcb-util-image/Makefile new file mode 100644 index 0000000..01678d4 --- /dev/null +++ b/x11/xcb-util-image/Makefile @@ -0,0 +1,31 @@ +# $OpenBSD: Makefile.template,v 1.83 2019/07/02 12:03:14 sthen Exp $ +COMMENT = utilitiy libraries for image management + +DISTNAME = xcb-util-image-0.4.0 +CATEGORIES = x11 + +HOMEPAGE = https://xcb.freedesktop.org + +MAINTAINER = xenocara@openbsd.org + +SHARED_LIBS= xcb-image 2.0 + +# MIT +PERMIT_PACKAGE = Yes + +WANTLIB = Xau Xdmcp xcb xcb-shm xcb-util + +MASTER_SITES = https://xcb.freedesktop.org/dist/ + +BUILD_DEPENDS = devel/xorgproto + +LIB_DEPENDS = x11/libxcb \ + x11/xcb-util + +SEPARATE_BUILD = Yes +#USE_GMAKE = Yes +CONFIGURE_STYLE = gnu + +NO_TEST = Yes + +.include <bsd.port.mk> diff --git a/x11/xcb-util-image/distinfo b/x11/xcb-util-image/distinfo new file mode 100644 index 0000000..d20eb6b --- /dev/null +++ b/x11/xcb-util-image/distinfo @@ -0,0 +1,2 @@ +SHA256 (xcb-util-image-0.4.0.tar.gz) = yyyGGQz2IWJgtzV6V9kQCBG7b3jCRXajpb/vatN0CkI= +SIZE (xcb-util-image-0.4.0.tar.gz) = 400795 diff --git a/x11/xcb-util-image/pkg/DESCR b/x11/xcb-util-image/pkg/DESCR new file mode 100644 index 0000000..59fea87 --- /dev/null +++ b/x11/xcb-util-image/pkg/DESCR @@ -0,0 +1,3 @@ +XCB util-image module provides the following library: + + - image: Port of Xlib's XImage and XShmImage functions. diff --git a/x11/xcb-util-image/pkg/PLIST b/x11/xcb-util-image/pkg/PLIST new file mode 100644 index 0000000..8612daf --- /dev/null +++ b/x11/xcb-util-image/pkg/PLIST @@ -0,0 +1,8 @@ +@comment $OpenBSD: PLIST,v$ +include/xcb/xcb_bitops.h +include/xcb/xcb_image.h +include/xcb/xcb_pixel.h +@static-lib lib/libxcb-image.a +lib/libxcb-image.la +@lib lib/libxcb-image.so.${LIBxcb-image_VERSION} +lib/pkgconfig/xcb-image.pc |