Path to this page:
./
x11/libxcb,
X protocol C-language Binding
Branch: pkgsrc-2009Q4,
Version: 1.5,
Package name: libxcb-1.5,
Maintainer: reedThe 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.
Required to run:[
x11/libXdmcp] [
x11/libXau]
Required to build:[
devel/pkg-config] [
devel/libtool-base] [
devel/autoconf] [
devel/automake] [
textproc/libxslt] [
x11/xcb-proto] [
x11/py-xcbgen] [
x11/xproto] [
lang/python25]
Master sites:
SHA1: 87b32a2de342e4c2991c8feed15bdd0602840832
RMD160: ef50acaf3961ab6b988b97eac3b30ce940b0668a
Filesize: 325.938 KB
Version history: (Expand)
- (2010-01-15) Package added to pkgsrc.se, version libxcb-1.5 (created)
CVS history: (Expand)
2010-01-27 17:51:34 by Matthias Scheler | Files touched by this commit (7) |
Log message:
Pullup ticket #2975 - requested by wiz
gnome-terminal: build fix
gtk2: build fix
libxcb: build fix
py-xcbgen: build fix
telepathy-gabble: build fix
telepathy-glib: build fix
telepathy-idle: build fix
Revisions pulled up:
- chat/telepathy-gabble/Makefile 1.11
- chat/telepathy-glib/Makefile 1.17
- chat/telepathy-idle/Makefile 1.11
- x11/gnome-terminal/Makefile 1.30
- x11/gtk2/Makefile 1.196
- x11/libxcb/Makefile 1.9
- x11/py-xcbgen/Makefile 1.5
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 27 08:46:51 UTC 2010
Modified Files:
pkgsrc/chat/telepathy-gabble: Makefile
pkgsrc/chat/telepathy-glib: Makefile
pkgsrc/chat/telepathy-idle: Makefile
pkgsrc/x11/gnome-terminal: Makefile
pkgsrc/x11/gtk2: Makefile
Log message:
Depend on py-expat for all supported python versions, now that
python25 and python26 have been fixed to behave like python24.
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 27 13:59:47 UTC 2010
Modified Files:
pkgsrc/x11/py-xcbgen: Makefile
Log message:
Needs py-expat nowadays. Depend on it and bump PKGREVISION.
---
Module Name: pkgsrc
Committed By: wiz
Date: Wed Jan 27 14:00:33 UTC 2010
Modified Files:
pkgsrc/x11/libxcb: Makefile
Log message:
Depend on py-xcbgen that has py-expat dependency.
There are some 1.6 packages (post-python2{5,6} changes) that don't pull
py-expat in and fail.
|