30 lines
1.2 KiB
Plaintext
30 lines
1.2 KiB
Plaintext
# Template build file for 'libxcb'.
|
|
pkgname=libxcb
|
|
version=1.2
|
|
distfiles="http://xcb.freedesktop.org/dist/$pkgname-$version.tar.bz2"
|
|
build_style=gnu_configure
|
|
configure_args="--disable-build-docs --disable-doxygen"
|
|
short_desc="X protocol C-language Binding"
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
|
checksum=4fe14659ed0c5ceacec25ad6067a9521f85852280bc39c0375f5000ab133cb3f
|
|
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="devel"
|
|
Add_dependency build pkg-config
|
|
Add_dependency build python
|
|
Add_dependency build libxslt
|
|
Add_dependency build xcb-proto
|
|
Add_dependency full glibc
|
|
Add_dependency full libXdmcp
|
|
Add_dependency full libXau
|