30 lines
1.2 KiB
Text
30 lines
1.2 KiB
Text
# Template build file for 'libxcb'.
|
|
pkgname=libxcb
|
|
version=1.7
|
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
|
build_style=gnu-configure
|
|
configure_args="--disable-build-docs"
|
|
revision=1
|
|
short_desc="X protocol C-language Binding"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=e776dc35e2a66094e7308ce2e045fb4e27cf3ca30ab1813a8fc08538140724df
|
|
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."
|
|
|
|
subpackages="$pkgname-devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build python
|
|
Add_dependency build libxslt
|
|
Add_dependency build docbook-xsl
|
|
Add_dependency build xcb-proto ">=1.6"
|
|
Add_dependency build libXdmcp-devel
|
|
Add_dependency build libXau-devel
|