25 lines
1.1 KiB
Text
25 lines
1.1 KiB
Text
# Template build file for 'libxcb'.
|
|
pkgname=libxcb
|
|
version=1.9
|
|
revision=1
|
|
subpackages="$pkgname-devel"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-build-docs --disable-static"
|
|
makedepends="pkg-config python libxslt docbook-xsl xcb-proto>=1.8 libXdmcp-devel libXau-devel"
|
|
short_desc="X protocol C-language Binding"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
license="GPL-2"
|
|
homepage="http://xcb.freedesktop.org"
|
|
distfiles="$homepage/dist/$pkgname-$version.tar.bz2"
|
|
checksum=8857e62b3aae2976c7e10043643e45a85964fd1dcb4469dfde0d04d3d1b12c96
|
|
long_desc="
|
|
The libxcb package provides a replacement for the current Xlib interface.
|
|
Some of its advantages include:
|
|
- size: small library and lower memory footprint
|
|
- latency hiding: batch several requests and wait for the replies later
|
|
- direct protocol access: one-to-one mapping between interface and protocol
|
|
- proven thread support: transparently access XCB from multiple threads
|
|
- easy extension implementation: interfaces auto-generated from XML-XCB
|
|
|
|
Xlib can also use XCB as a transport layer, allowing software to make
|
|
requests and receive responses with both, which eases porting to XCB."
|