Paketname | libxcb-xv0-dev |
Beschreibung | X C Binding, xv extension, development files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.6-1 |
Sektion | libdevel |
Priorität | optional |
Installierte Größe | 180 Byte |
Hängt ab von | libxcb-xv0 (= 1.6-1), libxcb1-dev, libxcb-shm0-dev |
Empfohlene Pakete | |
Paketbetreuer | XCB Developers |
Quelle | libxcb |
Paketgröße | 17544 Byte |
Prüfsumme MD5 | 32cb71736a0befab0039af0791cba251 |
Prüfsumme SHA1 | 08898db5e6472950f6796482a3ea7b93481117c9 |
Prüfsumme SHA256 | 14363dc707c454cbe22137296031b04c3dce943ac591deba172899fdee1f043c |
Link zum Herunterladen | libxcb-xv0-dev_1.6-1_i386.deb |
Ausführliche Beschreibung | This package contains the header and library files needed to build software
using libxcb-xv, the xv extension for the X C Binding.
.
The XCB library provides an interface to the X Window System protocol,
designed to replace the Xlib interface. XCB provides several advantages over
Xlib:
.
* 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
* Thread support: access XCB from multiple threads, with no explicit locking
* Easy creation of new extensions: automatically generates interface from
machine-parsable protocol descriptions
|