From dfba405510e4f81d1e05ac647afdd28ca04c8a56 Mon Sep 17 00:00:00 2001 From: Andreas Enge Date: Fri, 4 Oct 2013 00:11:06 +0200 Subject: gnu: xorg: Add xcb-util-image. * gnu/packages/xorg.scm (xcb-util-image): New variable. --- gnu/packages/xorg.scm | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) (limited to 'gnu') diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm index 0f18a30b4f..5bb0a97528 100644 --- a/gnu/packages/xorg.scm +++ b/gnu/packages/xorg.scm @@ -4495,6 +4495,37 @@ (define-public xcb-util (license license:x11))) +(define-public xcb-util-image + (package + (name "xcb-util-image") + (version "0.3.9") + (source (origin + (method url-fetch) + (uri (string-append "http://xcb.freedesktop.org/dist/" name "-" + version ".tar.bz2")) + (sha256 + (base32 + "1pr1l1nkg197gyl9d0fpwmn72jqpxjfgn9y13q4gawg1m873qnnk")))) + (build-system gnu-build-system) + (propagated-inputs + `(("libxcb" ,libxcb))) + (inputs + `(("pkg-config" ,pkg-config) + ("xcb-util" ,xcb-util))) + (home-page "http://cgit.freedesktop.org/xcb/util-image/") + (synopsis "XCB port of Xlib's XImage and XShmImage") + (description "The XCB util module provides a number of libraries which + sit on top of libxcb, the core X protocol library, and some of the + extension libraries. These experimental libraries provide convenience +functions and interfaces which make the raw X protocol more usable. Some of +the libraries also provide client-side code which is not strictly part of +the X protocol but which has traditionally been provided by Xlib. + +The XCB util-image module provides the following library: +image: Port of Xlib's XImage and XShmImage functions.") + (license license:x11))) + + (define-public xcb-util-wm (package (name "xcb-util-wm") -- cgit v1.2.3