Drop library version from source package name.
[free-sw/xcb/libxcb] / debian / control
1 Source: libxcb
2 Priority: optional
3 Maintainer: XCB Developers <xcb@lists.freedesktop.org>
4 Uploaders: Jamey Sharp <sharpone@debian.org>, Josh Triplett <josh@freedesktop.org>
5 Build-Depends: x11proto-core-dev, libxau-dev, libxdmcp-dev, xcb-proto, cdbs, debhelper (>= 5.0.0), pkg-config, xsltproc, check, binutils (>= 2.12.90.0.9)
6 Standards-Version: 3.6.1
7
8 Package: libxcb0
9 Section: libs
10 Architecture: any
11 Depends: ${shlibs:Depends}, ${misc:Depends}
12 Description: X C Binding
13  This package contains the library files needed to run software using libXCB,
14  the X C Binding.
15  .
16  The XCB library provides an interface to the X Window System protocol,
17  designed to replace the Xlib interface.  XCB provides several advantages over
18  Xlib:
19  .
20   * Size: small library and lower memory footprint
21   * Latency hiding: batch several requests and wait for the replies later
22   * Direct protocol access: one-to-one mapping between interface and protocol
23   * Thread support: access XCB from multiple threads, with no explicit locking
24   * Easy creation of new extensions: automatically generates interface from
25     machine-parsable protocol descriptions
26  .
27  Homepage: http://xcb.freedesktop.org
28
29 Package: libxcb0-dev
30 Section: libdevel
31 Architecture: any
32 Depends: libxcb0 (= ${Source-Version}), x11proto-core-dev
33 Pre-Depends: x11-common (>= 1:1.09)
34 Description: X C Binding, development files
35  This package contains the header and library files needed to build software
36  using libXCB, the X C Binding.
37  .
38  The XCB library provides an interface to the X Window System protocol,
39  designed to replace the Xlib interface.  XCB provides several advantages over
40  Xlib:
41  .
42   * Size: small library and lower memory footprint
43   * Latency hiding: batch several requests and wait for the replies later
44   * Direct protocol access: one-to-one mapping between interface and protocol
45   * Thread support: access XCB from multiple threads, with no explicit locking
46   * Easy creation of new extensions: automatically generates interface from
47     machine-parsable protocol descriptions
48  .
49  Homepage: http://xcb.freedesktop.org
50
51 Package: libxcb0-dbg
52 Section: libdevel
53 Architecture: any
54 Depends: libxcb0 (= ${Source-Version})
55 Description: X C Binding, debugging symbols
56  This package contains the debugging symbols associated with libXCB, the X C
57  Binding.  gdb will automatically use these symbols when debugging libXCB.
58  .
59  The XCB library provides an interface to the X Window System protocol,
60  designed to replace the Xlib interface.  XCB provides several advantages over
61  Xlib:
62  .
63   * Size: small library and lower memory footprint
64   * Latency hiding: batch several requests and wait for the replies later
65   * Direct protocol access: one-to-one mapping between interface and protocol
66   * Thread support: access XCB from multiple threads, with no explicit locking
67   * Easy creation of new extensions: automatically generates interface from
68     machine-parsable protocol descriptions
69  .
70  Homepage: http://xcb.freedesktop.org
71
72 Package: libxcbcomposite0
73 Section: libs
74 Architecture: any
75 Depends: ${shlibs:Depends}, ${misc:Depends}
76 Description: X C Binding, composite extension
77  This package contains the library files needed to run software using
78  libXCBcomposite, the composite extension for the X C Binding.
79  .
80  The XCB library provides an interface to the X Window System protocol,
81  designed to replace the Xlib interface.  XCB provides several advantages over
82  Xlib:
83  .
84   * Size: small library and lower memory footprint
85   * Latency hiding: batch several requests and wait for the replies later
86   * Direct protocol access: one-to-one mapping between interface and protocol
87   * Thread support: access XCB from multiple threads, with no explicit locking
88   * Easy creation of new extensions: automatically generates interface from
89     machine-parsable protocol descriptions
90  .
91  Homepage: http://xcb.freedesktop.org
92
93 Package: libxcbcomposite0-dev
94 Section: libdevel
95 Architecture: any
96 Depends: libxcbcomposite0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
97 Pre-Depends: x11-common (>= 1:1.09)
98 Description: X C Binding, composite extension, development files
99  This package contains the header and library files needed to build software
100  using libXCBcomposite, the composite extension for the X C Binding.
101  .
102  The XCB library provides an interface to the X Window System protocol,
103  designed to replace the Xlib interface.  XCB provides several advantages over
104  Xlib:
105  .
106   * Size: small library and lower memory footprint
107   * Latency hiding: batch several requests and wait for the replies later
108   * Direct protocol access: one-to-one mapping between interface and protocol
109   * Thread support: access XCB from multiple threads, with no explicit locking
110   * Easy creation of new extensions: automatically generates interface from
111     machine-parsable protocol descriptions
112  .
113  Homepage: http://xcb.freedesktop.org
114
115 Package: libxcbcomposite0-dbg
116 Section: libdevel
117 Architecture: any
118 Depends: libxcbcomposite0 (= ${Source-Version})
119 Description: X C Binding, composite extension, debugging symbols
120  This package contains the debugging symbols associated with
121  libXCBcomposite, the composite extension for the X C Binding.  gdb will
122  automatically use these symbols when debugging libXCBcomposite.
123  .
124  The XCB library provides an interface to the X Window System protocol,
125  designed to replace the Xlib interface.  XCB provides several advantages over
126  Xlib:
127  .
128   * Size: small library and lower memory footprint
129   * Latency hiding: batch several requests and wait for the replies later
130   * Direct protocol access: one-to-one mapping between interface and protocol
131   * Thread support: access XCB from multiple threads, with no explicit locking
132   * Easy creation of new extensions: automatically generates interface from
133     machine-parsable protocol descriptions
134  .
135  Homepage: http://xcb.freedesktop.org
136
137 Package: libxcbdamage0
138 Section: libs
139 Architecture: any
140 Depends: ${shlibs:Depends}, ${misc:Depends}
141 Description: X C Binding, damage extension
142  This package contains the library files needed to run software using
143  libXCBdamage, the damage extension for the X C Binding.
144  .
145  The XCB library provides an interface to the X Window System protocol,
146  designed to replace the Xlib interface.  XCB provides several advantages over
147  Xlib:
148  .
149   * Size: small library and lower memory footprint
150   * Latency hiding: batch several requests and wait for the replies later
151   * Direct protocol access: one-to-one mapping between interface and protocol
152   * Thread support: access XCB from multiple threads, with no explicit locking
153   * Easy creation of new extensions: automatically generates interface from
154     machine-parsable protocol descriptions
155  .
156  Homepage: http://xcb.freedesktop.org
157
158 Package: libxcbdamage0-dev
159 Section: libdevel
160 Architecture: any
161 Depends: libxcbdamage0 (= ${Source-Version}), libxcb0-dev, libxcbxfixes0-dev
162 Pre-Depends: x11-common (>= 1:1.09)
163 Description: X C Binding, damage extension, development files
164  This package contains the header and library files needed to build software
165  using libXCBdamage, the damage extension for the X C Binding.
166  .
167  The XCB library provides an interface to the X Window System protocol,
168  designed to replace the Xlib interface.  XCB provides several advantages over
169  Xlib:
170  .
171   * Size: small library and lower memory footprint
172   * Latency hiding: batch several requests and wait for the replies later
173   * Direct protocol access: one-to-one mapping between interface and protocol
174   * Thread support: access XCB from multiple threads, with no explicit locking
175   * Easy creation of new extensions: automatically generates interface from
176     machine-parsable protocol descriptions
177  .
178  Homepage: http://xcb.freedesktop.org
179
180 Package: libxcbdamage0-dbg
181 Section: libdevel
182 Architecture: any
183 Depends: libxcbdamage0 (= ${Source-Version})
184 Description: X C Binding, damage extension, debugging symbols
185  This package contains the debugging symbols associated with
186  libXCBdamage, the damage extension for the X C Binding.  gdb will
187  automatically use these symbols when debugging libXCBdamage.
188  .
189  The XCB library provides an interface to the X Window System protocol,
190  designed to replace the Xlib interface.  XCB provides several advantages over
191  Xlib:
192  .
193   * Size: small library and lower memory footprint
194   * Latency hiding: batch several requests and wait for the replies later
195   * Direct protocol access: one-to-one mapping between interface and protocol
196   * Thread support: access XCB from multiple threads, with no explicit locking
197   * Easy creation of new extensions: automatically generates interface from
198     machine-parsable protocol descriptions
199  .
200  Homepage: http://xcb.freedesktop.org
201
202 Package: libxcbdpms0
203 Section: libs
204 Architecture: any
205 Depends: ${shlibs:Depends}, ${misc:Depends}
206 Description: X C Binding, dpms extension
207  This package contains the library files needed to run software using
208  libXCBdpms, the dpms extension for the X C Binding.
209  .
210  The XCB library provides an interface to the X Window System protocol,
211  designed to replace the Xlib interface.  XCB provides several advantages over
212  Xlib:
213  .
214   * Size: small library and lower memory footprint
215   * Latency hiding: batch several requests and wait for the replies later
216   * Direct protocol access: one-to-one mapping between interface and protocol
217   * Thread support: access XCB from multiple threads, with no explicit locking
218   * Easy creation of new extensions: automatically generates interface from
219     machine-parsable protocol descriptions
220  .
221  Homepage: http://xcb.freedesktop.org
222
223 Package: libxcbdpms0-dev
224 Section: libdevel
225 Architecture: any
226 Depends: libxcbdpms0 (= ${Source-Version}), libxcb0-dev
227 Pre-Depends: x11-common (>= 1:1.09)
228 Description: X C Binding, dpms extension, development files
229  This package contains the header and library files needed to build software
230  using libXCBdpms, the dpms extension for the X C Binding.
231  .
232  The XCB library provides an interface to the X Window System protocol,
233  designed to replace the Xlib interface.  XCB provides several advantages over
234  Xlib:
235  .
236   * Size: small library and lower memory footprint
237   * Latency hiding: batch several requests and wait for the replies later
238   * Direct protocol access: one-to-one mapping between interface and protocol
239   * Thread support: access XCB from multiple threads, with no explicit locking
240   * Easy creation of new extensions: automatically generates interface from
241     machine-parsable protocol descriptions
242  .
243  Homepage: http://xcb.freedesktop.org
244
245 Package: libxcbdpms0-dbg
246 Section: libdevel
247 Architecture: any
248 Depends: libxcbdpms0 (= ${Source-Version})
249 Description: X C Binding, dpms extension, debugging symbols
250  This package contains the debugging symbols associated with
251  libXCBdpms, the dpms extension for the X C Binding.  gdb will
252  automatically use these symbols when debugging libXCBdpms.
253  .
254  The XCB library provides an interface to the X Window System protocol,
255  designed to replace the Xlib interface.  XCB provides several advantages over
256  Xlib:
257  .
258   * Size: small library and lower memory footprint
259   * Latency hiding: batch several requests and wait for the replies later
260   * Direct protocol access: one-to-one mapping between interface and protocol
261   * Thread support: access XCB from multiple threads, with no explicit locking
262   * Easy creation of new extensions: automatically generates interface from
263     machine-parsable protocol descriptions
264  .
265  Homepage: http://xcb.freedesktop.org
266
267 Package: libxcbglx0
268 Section: libs
269 Architecture: any
270 Depends: ${shlibs:Depends}, ${misc:Depends}
271 Description: X C Binding, glx extension
272  This package contains the library files needed to run software using
273  libXCBglx, the glx extension for the X C Binding.
274  .
275  The XCB library provides an interface to the X Window System protocol,
276  designed to replace the Xlib interface.  XCB provides several advantages over
277  Xlib:
278  .
279   * Size: small library and lower memory footprint
280   * Latency hiding: batch several requests and wait for the replies later
281   * Direct protocol access: one-to-one mapping between interface and protocol
282   * Thread support: access XCB from multiple threads, with no explicit locking
283   * Easy creation of new extensions: automatically generates interface from
284     machine-parsable protocol descriptions
285  .
286  Homepage: http://xcb.freedesktop.org
287
288 Package: libxcbglx0-dev
289 Section: libdevel
290 Architecture: any
291 Depends: libxcbglx0 (= ${Source-Version}), libxcb0-dev
292 Pre-Depends: x11-common (>= 1:1.09)
293 Description: X C Binding, glx extension, development files
294  This package contains the header and library files needed to build software
295  using libXCBglx, the glx extension for the X C Binding.
296  .
297  The XCB library provides an interface to the X Window System protocol,
298  designed to replace the Xlib interface.  XCB provides several advantages over
299  Xlib:
300  .
301   * Size: small library and lower memory footprint
302   * Latency hiding: batch several requests and wait for the replies later
303   * Direct protocol access: one-to-one mapping between interface and protocol
304   * Thread support: access XCB from multiple threads, with no explicit locking
305   * Easy creation of new extensions: automatically generates interface from
306     machine-parsable protocol descriptions
307  .
308  Homepage: http://xcb.freedesktop.org
309
310 Package: libxcbglx0-dbg
311 Section: libdevel
312 Architecture: any
313 Depends: libxcbglx0 (= ${Source-Version})
314 Description: X C Binding, glx extension, debugging symbols
315  This package contains the debugging symbols associated with
316  libXCBglx, the glx extension for the X C Binding.  gdb will
317  automatically use these symbols when debugging libXCBglx.
318  .
319  The XCB library provides an interface to the X Window System protocol,
320  designed to replace the Xlib interface.  XCB provides several advantages over
321  Xlib:
322  .
323   * Size: small library and lower memory footprint
324   * Latency hiding: batch several requests and wait for the replies later
325   * Direct protocol access: one-to-one mapping between interface and protocol
326   * Thread support: access XCB from multiple threads, with no explicit locking
327   * Easy creation of new extensions: automatically generates interface from
328     machine-parsable protocol descriptions
329  .
330  Homepage: http://xcb.freedesktop.org
331
332 Package: libxcbrandr0
333 Section: libs
334 Architecture: any
335 Depends: ${shlibs:Depends}, ${misc:Depends}
336 Description: X C Binding, randr extension
337  This package contains the library files needed to run software using
338  libXCBrandr, the randr extension for the X C Binding.
339  .
340  The XCB library provides an interface to the X Window System protocol,
341  designed to replace the Xlib interface.  XCB provides several advantages over
342  Xlib:
343  .
344   * Size: small library and lower memory footprint
345   * Latency hiding: batch several requests and wait for the replies later
346   * Direct protocol access: one-to-one mapping between interface and protocol
347   * Thread support: access XCB from multiple threads, with no explicit locking
348   * Easy creation of new extensions: automatically generates interface from
349     machine-parsable protocol descriptions
350  .
351  Homepage: http://xcb.freedesktop.org
352
353 Package: libxcbrandr0-dev
354 Section: libdevel
355 Architecture: any
356 Depends: libxcbrandr0 (= ${Source-Version}), libxcb0-dev
357 Pre-Depends: x11-common (>= 1:1.09)
358 Description: X C Binding, randr extension, development files
359  This package contains the header and library files needed to build software
360  using libXCBrandr, the randr extension for the X C Binding.
361  .
362  The XCB library provides an interface to the X Window System protocol,
363  designed to replace the Xlib interface.  XCB provides several advantages over
364  Xlib:
365  .
366   * Size: small library and lower memory footprint
367   * Latency hiding: batch several requests and wait for the replies later
368   * Direct protocol access: one-to-one mapping between interface and protocol
369   * Thread support: access XCB from multiple threads, with no explicit locking
370   * Easy creation of new extensions: automatically generates interface from
371     machine-parsable protocol descriptions
372  .
373  Homepage: http://xcb.freedesktop.org
374
375 Package: libxcbrandr0-dbg
376 Section: libdevel
377 Architecture: any
378 Depends: libxcbrandr0 (= ${Source-Version})
379 Description: X C Binding, randr extension, debugging symbols
380  This package contains the debugging symbols associated with
381  libXCBrandr, the randr extension for the X C Binding.  gdb will
382  automatically use these symbols when debugging libXCBrandr.
383  .
384  The XCB library provides an interface to the X Window System protocol,
385  designed to replace the Xlib interface.  XCB provides several advantages over
386  Xlib:
387  .
388   * Size: small library and lower memory footprint
389   * Latency hiding: batch several requests and wait for the replies later
390   * Direct protocol access: one-to-one mapping between interface and protocol
391   * Thread support: access XCB from multiple threads, with no explicit locking
392   * Easy creation of new extensions: automatically generates interface from
393     machine-parsable protocol descriptions
394  .
395  Homepage: http://xcb.freedesktop.org
396
397 Package: libxcbrecord0
398 Section: libs
399 Architecture: any
400 Depends: ${shlibs:Depends}, ${misc:Depends}
401 Description: X C Binding, record extension
402  This package contains the library files needed to run software using
403  libXCBrecord, the record extension for the X C Binding.
404  .
405  The XCB library provides an interface to the X Window System protocol,
406  designed to replace the Xlib interface.  XCB provides several advantages over
407  Xlib:
408  .
409   * Size: small library and lower memory footprint
410   * Latency hiding: batch several requests and wait for the replies later
411   * Direct protocol access: one-to-one mapping between interface and protocol
412   * Thread support: access XCB from multiple threads, with no explicit locking
413   * Easy creation of new extensions: automatically generates interface from
414     machine-parsable protocol descriptions
415  .
416  Homepage: http://xcb.freedesktop.org
417
418 Package: libxcbrecord0-dev
419 Section: libdevel
420 Architecture: any
421 Depends: libxcbrecord0 (= ${Source-Version}), libxcb0-dev
422 Pre-Depends: x11-common (>= 1:1.09)
423 Description: X C Binding, record extension, development files
424  This package contains the header and library files needed to build software
425  using libXCBrecord, the record extension for the X C Binding.
426  .
427  The XCB library provides an interface to the X Window System protocol,
428  designed to replace the Xlib interface.  XCB provides several advantages over
429  Xlib:
430  .
431   * Size: small library and lower memory footprint
432   * Latency hiding: batch several requests and wait for the replies later
433   * Direct protocol access: one-to-one mapping between interface and protocol
434   * Thread support: access XCB from multiple threads, with no explicit locking
435   * Easy creation of new extensions: automatically generates interface from
436     machine-parsable protocol descriptions
437  .
438  Homepage: http://xcb.freedesktop.org
439
440 Package: libxcbrecord0-dbg
441 Section: libdevel
442 Architecture: any
443 Depends: libxcbrecord0 (= ${Source-Version})
444 Description: X C Binding, record extension, debugging symbols
445  This package contains the debugging symbols associated with
446  libXCBrecord, the record extension for the X C Binding.  gdb will
447  automatically use these symbols when debugging libXCBrecord.
448  .
449  The XCB library provides an interface to the X Window System protocol,
450  designed to replace the Xlib interface.  XCB provides several advantages over
451  Xlib:
452  .
453   * Size: small library and lower memory footprint
454   * Latency hiding: batch several requests and wait for the replies later
455   * Direct protocol access: one-to-one mapping between interface and protocol
456   * Thread support: access XCB from multiple threads, with no explicit locking
457   * Easy creation of new extensions: automatically generates interface from
458     machine-parsable protocol descriptions
459  .
460  Homepage: http://xcb.freedesktop.org
461
462 Package: libxcbrender0
463 Section: libs
464 Architecture: any
465 Depends: ${shlibs:Depends}, ${misc:Depends}
466 Description: X C Binding, render extension
467  This package contains the library files needed to run software using
468  libXCBrender, the render extension for the X C Binding.
469  .
470  The XCB library provides an interface to the X Window System protocol,
471  designed to replace the Xlib interface.  XCB provides several advantages over
472  Xlib:
473  .
474   * Size: small library and lower memory footprint
475   * Latency hiding: batch several requests and wait for the replies later
476   * Direct protocol access: one-to-one mapping between interface and protocol
477   * Thread support: access XCB from multiple threads, with no explicit locking
478   * Easy creation of new extensions: automatically generates interface from
479     machine-parsable protocol descriptions
480  .
481  Homepage: http://xcb.freedesktop.org
482
483 Package: libxcbrender0-dev
484 Section: libdevel
485 Architecture: any
486 Depends: libxcbrender0 (= ${Source-Version}), libxcb0-dev
487 Pre-Depends: x11-common (>= 1:1.09)
488 Description: X C Binding, render extension, development files
489  This package contains the header and library files needed to build software
490  using libXCBrender, the render extension for the X C Binding.
491  .
492  The XCB library provides an interface to the X Window System protocol,
493  designed to replace the Xlib interface.  XCB provides several advantages over
494  Xlib:
495  .
496   * Size: small library and lower memory footprint
497   * Latency hiding: batch several requests and wait for the replies later
498   * Direct protocol access: one-to-one mapping between interface and protocol
499   * Thread support: access XCB from multiple threads, with no explicit locking
500   * Easy creation of new extensions: automatically generates interface from
501     machine-parsable protocol descriptions
502  .
503  Homepage: http://xcb.freedesktop.org
504
505 Package: libxcbrender0-dbg
506 Section: libdevel
507 Architecture: any
508 Depends: libxcbrender0 (= ${Source-Version})
509 Description: X C Binding, render extension, debugging symbols
510  This package contains the debugging symbols associated with
511  libXCBrender, the render extension for the X C Binding.  gdb will
512  automatically use these symbols when debugging libXCBrender.
513  .
514  The XCB library provides an interface to the X Window System protocol,
515  designed to replace the Xlib interface.  XCB provides several advantages over
516  Xlib:
517  .
518   * Size: small library and lower memory footprint
519   * Latency hiding: batch several requests and wait for the replies later
520   * Direct protocol access: one-to-one mapping between interface and protocol
521   * Thread support: access XCB from multiple threads, with no explicit locking
522   * Easy creation of new extensions: automatically generates interface from
523     machine-parsable protocol descriptions
524  .
525  Homepage: http://xcb.freedesktop.org
526
527 Package: libxcbres0
528 Section: libs
529 Architecture: any
530 Depends: ${shlibs:Depends}, ${misc:Depends}
531 Description: X C Binding, res extension
532  This package contains the library files needed to run software using
533  libXCBres, the res extension for the X C Binding.
534  .
535  The XCB library provides an interface to the X Window System protocol,
536  designed to replace the Xlib interface.  XCB provides several advantages over
537  Xlib:
538  .
539   * Size: small library and lower memory footprint
540   * Latency hiding: batch several requests and wait for the replies later
541   * Direct protocol access: one-to-one mapping between interface and protocol
542   * Thread support: access XCB from multiple threads, with no explicit locking
543   * Easy creation of new extensions: automatically generates interface from
544     machine-parsable protocol descriptions
545  .
546  Homepage: http://xcb.freedesktop.org
547
548 Package: libxcbres0-dev
549 Section: libdevel
550 Architecture: any
551 Depends: libxcbres0 (= ${Source-Version}), libxcb0-dev
552 Pre-Depends: x11-common (>= 1:1.09)
553 Description: X C Binding, res extension, development files
554  This package contains the header and library files needed to build software
555  using libXCBres, the res extension for the X C Binding.
556  .
557  The XCB library provides an interface to the X Window System protocol,
558  designed to replace the Xlib interface.  XCB provides several advantages over
559  Xlib:
560  .
561   * Size: small library and lower memory footprint
562   * Latency hiding: batch several requests and wait for the replies later
563   * Direct protocol access: one-to-one mapping between interface and protocol
564   * Thread support: access XCB from multiple threads, with no explicit locking
565   * Easy creation of new extensions: automatically generates interface from
566     machine-parsable protocol descriptions
567  .
568  Homepage: http://xcb.freedesktop.org
569
570 Package: libxcbres0-dbg
571 Section: libdevel
572 Architecture: any
573 Depends: libxcbres0 (= ${Source-Version})
574 Description: X C Binding, res extension, debugging symbols
575  This package contains the debugging symbols associated with
576  libXCBres, the res extension for the X C Binding.  gdb will
577  automatically use these symbols when debugging libXCBres.
578  .
579  The XCB library provides an interface to the X Window System protocol,
580  designed to replace the Xlib interface.  XCB provides several advantages over
581  Xlib:
582  .
583   * Size: small library and lower memory footprint
584   * Latency hiding: batch several requests and wait for the replies later
585   * Direct protocol access: one-to-one mapping between interface and protocol
586   * Thread support: access XCB from multiple threads, with no explicit locking
587   * Easy creation of new extensions: automatically generates interface from
588     machine-parsable protocol descriptions
589  .
590  Homepage: http://xcb.freedesktop.org
591
592 Package: libxcbscreensaver0
593 Section: libs
594 Architecture: any
595 Depends: ${shlibs:Depends}, ${misc:Depends}
596 Description: X C Binding, screensaver extension
597  This package contains the library files needed to run software using
598  libXCBscreensaver, the screensaver extension for the X C Binding.
599  .
600  The XCB library provides an interface to the X Window System protocol,
601  designed to replace the Xlib interface.  XCB provides several advantages over
602  Xlib:
603  .
604   * Size: small library and lower memory footprint
605   * Latency hiding: batch several requests and wait for the replies later
606   * Direct protocol access: one-to-one mapping between interface and protocol
607   * Thread support: access XCB from multiple threads, with no explicit locking
608   * Easy creation of new extensions: automatically generates interface from
609     machine-parsable protocol descriptions
610  .
611  Homepage: http://xcb.freedesktop.org
612
613 Package: libxcbscreensaver0-dev
614 Section: libdevel
615 Architecture: any
616 Depends: libxcbscreensaver0 (= ${Source-Version}), libxcb0-dev
617 Pre-Depends: x11-common (>= 1:1.09)
618 Description: X C Binding, screensaver extension, development files
619  This package contains the header and library files needed to build software
620  using libXCBscreensaver, the screensaver extension for the X C Binding.
621  .
622  The XCB library provides an interface to the X Window System protocol,
623  designed to replace the Xlib interface.  XCB provides several advantages over
624  Xlib:
625  .
626   * Size: small library and lower memory footprint
627   * Latency hiding: batch several requests and wait for the replies later
628   * Direct protocol access: one-to-one mapping between interface and protocol
629   * Thread support: access XCB from multiple threads, with no explicit locking
630   * Easy creation of new extensions: automatically generates interface from
631     machine-parsable protocol descriptions
632  .
633  Homepage: http://xcb.freedesktop.org
634
635 Package: libxcbscreensaver0-dbg
636 Section: libdevel
637 Architecture: any
638 Depends: libxcbscreensaver0 (= ${Source-Version})
639 Description: X C Binding, screensaver extension, debugging symbols
640  This package contains the debugging symbols associated with
641  libXCBscreensaver, the screensaver extension for the X C Binding.  gdb will
642  automatically use these symbols when debugging libXCBscreensaver.
643  .
644  The XCB library provides an interface to the X Window System protocol,
645  designed to replace the Xlib interface.  XCB provides several advantages over
646  Xlib:
647  .
648   * Size: small library and lower memory footprint
649   * Latency hiding: batch several requests and wait for the replies later
650   * Direct protocol access: one-to-one mapping between interface and protocol
651   * Thread support: access XCB from multiple threads, with no explicit locking
652   * Easy creation of new extensions: automatically generates interface from
653     machine-parsable protocol descriptions
654  .
655  Homepage: http://xcb.freedesktop.org
656
657 Package: libxcbshape0
658 Section: libs
659 Architecture: any
660 Depends: ${shlibs:Depends}, ${misc:Depends}
661 Description: X C Binding, shape extension
662  This package contains the library files needed to run software using
663  libXCBshape, the shape extension for the X C Binding.
664  .
665  The XCB library provides an interface to the X Window System protocol,
666  designed to replace the Xlib interface.  XCB provides several advantages over
667  Xlib:
668  .
669   * Size: small library and lower memory footprint
670   * Latency hiding: batch several requests and wait for the replies later
671   * Direct protocol access: one-to-one mapping between interface and protocol
672   * Thread support: access XCB from multiple threads, with no explicit locking
673   * Easy creation of new extensions: automatically generates interface from
674     machine-parsable protocol descriptions
675  .
676  Homepage: http://xcb.freedesktop.org
677
678 Package: libxcbshape0-dev
679 Section: libdevel
680 Architecture: any
681 Depends: libxcbshape0 (= ${Source-Version}), libxcb0-dev
682 Pre-Depends: x11-common (>= 1:1.09)
683 Description: X C Binding, shape extension, development files
684  This package contains the header and library files needed to build software
685  using libXCBshape, the shape extension for the X C Binding.
686  .
687  The XCB library provides an interface to the X Window System protocol,
688  designed to replace the Xlib interface.  XCB provides several advantages over
689  Xlib:
690  .
691   * Size: small library and lower memory footprint
692   * Latency hiding: batch several requests and wait for the replies later
693   * Direct protocol access: one-to-one mapping between interface and protocol
694   * Thread support: access XCB from multiple threads, with no explicit locking
695   * Easy creation of new extensions: automatically generates interface from
696     machine-parsable protocol descriptions
697  .
698  Homepage: http://xcb.freedesktop.org
699
700 Package: libxcbshape0-dbg
701 Section: libdevel
702 Architecture: any
703 Depends: libxcbshape0 (= ${Source-Version})
704 Description: X C Binding, shape extension, debugging symbols
705  This package contains the debugging symbols associated with
706  libXCBshape, the shape extension for the X C Binding.  gdb will
707  automatically use these symbols when debugging libXCBshape.
708  .
709  The XCB library provides an interface to the X Window System protocol,
710  designed to replace the Xlib interface.  XCB provides several advantages over
711  Xlib:
712  .
713   * Size: small library and lower memory footprint
714   * Latency hiding: batch several requests and wait for the replies later
715   * Direct protocol access: one-to-one mapping between interface and protocol
716   * Thread support: access XCB from multiple threads, with no explicit locking
717   * Easy creation of new extensions: automatically generates interface from
718     machine-parsable protocol descriptions
719  .
720  Homepage: http://xcb.freedesktop.org
721
722 Package: libxcbshm0
723 Section: libs
724 Architecture: any
725 Depends: ${shlibs:Depends}, ${misc:Depends}
726 Description: X C Binding, shm extension
727  This package contains the library files needed to run software using
728  libXCBshm, the shm extension for the X C Binding.
729  .
730  The XCB library provides an interface to the X Window System protocol,
731  designed to replace the Xlib interface.  XCB provides several advantages over
732  Xlib:
733  .
734   * Size: small library and lower memory footprint
735   * Latency hiding: batch several requests and wait for the replies later
736   * Direct protocol access: one-to-one mapping between interface and protocol
737   * Thread support: access XCB from multiple threads, with no explicit locking
738   * Easy creation of new extensions: automatically generates interface from
739     machine-parsable protocol descriptions
740  .
741  Homepage: http://xcb.freedesktop.org
742
743 Package: libxcbshm0-dev
744 Section: libdevel
745 Architecture: any
746 Depends: libxcbshm0 (= ${Source-Version}), libxcb0-dev
747 Pre-Depends: x11-common (>= 1:1.09)
748 Description: X C Binding, shm extension, development files
749  This package contains the header and library files needed to build software
750  using libXCBshm, the shm extension for the X C Binding.
751  .
752  The XCB library provides an interface to the X Window System protocol,
753  designed to replace the Xlib interface.  XCB provides several advantages over
754  Xlib:
755  .
756   * Size: small library and lower memory footprint
757   * Latency hiding: batch several requests and wait for the replies later
758   * Direct protocol access: one-to-one mapping between interface and protocol
759   * Thread support: access XCB from multiple threads, with no explicit locking
760   * Easy creation of new extensions: automatically generates interface from
761     machine-parsable protocol descriptions
762  .
763  Homepage: http://xcb.freedesktop.org
764
765 Package: libxcbshm0-dbg
766 Section: libdevel
767 Architecture: any
768 Depends: libxcbshm0 (= ${Source-Version})
769 Description: X C Binding, shm extension, debugging symbols
770  This package contains the debugging symbols associated with
771  libXCBshm, the shm extension for the X C Binding.  gdb will
772  automatically use these symbols when debugging libXCBshm.
773  .
774  The XCB library provides an interface to the X Window System protocol,
775  designed to replace the Xlib interface.  XCB provides several advantages over
776  Xlib:
777  .
778   * Size: small library and lower memory footprint
779   * Latency hiding: batch several requests and wait for the replies later
780   * Direct protocol access: one-to-one mapping between interface and protocol
781   * Thread support: access XCB from multiple threads, with no explicit locking
782   * Easy creation of new extensions: automatically generates interface from
783     machine-parsable protocol descriptions
784  .
785  Homepage: http://xcb.freedesktop.org
786
787 Package: libxcbsync0
788 Section: libs
789 Architecture: any
790 Depends: ${shlibs:Depends}, ${misc:Depends}
791 Description: X C Binding, sync extension
792  This package contains the library files needed to run software using
793  libXCBsync, the sync extension for the X C Binding.
794  .
795  The XCB library provides an interface to the X Window System protocol,
796  designed to replace the Xlib interface.  XCB provides several advantages over
797  Xlib:
798  .
799   * Size: small library and lower memory footprint
800   * Latency hiding: batch several requests and wait for the replies later
801   * Direct protocol access: one-to-one mapping between interface and protocol
802   * Thread support: access XCB from multiple threads, with no explicit locking
803   * Easy creation of new extensions: automatically generates interface from
804     machine-parsable protocol descriptions
805  .
806  Homepage: http://xcb.freedesktop.org
807
808 Package: libxcbsync0-dev
809 Section: libdevel
810 Architecture: any
811 Depends: libxcbsync0 (= ${Source-Version}), libxcb0-dev
812 Pre-Depends: x11-common (>= 1:1.09)
813 Description: X C Binding, sync extension, development files
814  This package contains the header and library files needed to build software
815  using libXCBsync, the sync extension for the X C Binding.
816  .
817  The XCB library provides an interface to the X Window System protocol,
818  designed to replace the Xlib interface.  XCB provides several advantages over
819  Xlib:
820  .
821   * Size: small library and lower memory footprint
822   * Latency hiding: batch several requests and wait for the replies later
823   * Direct protocol access: one-to-one mapping between interface and protocol
824   * Thread support: access XCB from multiple threads, with no explicit locking
825   * Easy creation of new extensions: automatically generates interface from
826     machine-parsable protocol descriptions
827  .
828  Homepage: http://xcb.freedesktop.org
829
830 Package: libxcbsync0-dbg
831 Section: libdevel
832 Architecture: any
833 Depends: libxcbsync0 (= ${Source-Version})
834 Description: X C Binding, sync extension, debugging symbols
835  This package contains the debugging symbols associated with
836  libXCBsync, the sync extension for the X C Binding.  gdb will
837  automatically use these symbols when debugging libXCBsync.
838  .
839  The XCB library provides an interface to the X Window System protocol,
840  designed to replace the Xlib interface.  XCB provides several advantages over
841  Xlib:
842  .
843   * Size: small library and lower memory footprint
844   * Latency hiding: batch several requests and wait for the replies later
845   * Direct protocol access: one-to-one mapping between interface and protocol
846   * Thread support: access XCB from multiple threads, with no explicit locking
847   * Easy creation of new extensions: automatically generates interface from
848     machine-parsable protocol descriptions
849  .
850  Homepage: http://xcb.freedesktop.org
851
852 Package: libxcbxevie0
853 Section: libs
854 Architecture: any
855 Depends: ${shlibs:Depends}, ${misc:Depends}
856 Description: X C Binding, xevie extension
857  This package contains the library files needed to run software using
858  libXCBxevie, the xevie extension for the X C Binding.
859  .
860  The XCB library provides an interface to the X Window System protocol,
861  designed to replace the Xlib interface.  XCB provides several advantages over
862  Xlib:
863  .
864   * Size: small library and lower memory footprint
865   * Latency hiding: batch several requests and wait for the replies later
866   * Direct protocol access: one-to-one mapping between interface and protocol
867   * Thread support: access XCB from multiple threads, with no explicit locking
868   * Easy creation of new extensions: automatically generates interface from
869     machine-parsable protocol descriptions
870  .
871  Homepage: http://xcb.freedesktop.org
872
873 Package: libxcbxevie0-dev
874 Section: libdevel
875 Architecture: any
876 Depends: libxcbxevie0 (= ${Source-Version}), libxcb0-dev
877 Pre-Depends: x11-common (>= 1:1.09)
878 Description: X C Binding, xevie extension, development files
879  This package contains the header and library files needed to build software
880  using libXCBxevie, the xevie extension for the X C Binding.
881  .
882  The XCB library provides an interface to the X Window System protocol,
883  designed to replace the Xlib interface.  XCB provides several advantages over
884  Xlib:
885  .
886   * Size: small library and lower memory footprint
887   * Latency hiding: batch several requests and wait for the replies later
888   * Direct protocol access: one-to-one mapping between interface and protocol
889   * Thread support: access XCB from multiple threads, with no explicit locking
890   * Easy creation of new extensions: automatically generates interface from
891     machine-parsable protocol descriptions
892  .
893  Homepage: http://xcb.freedesktop.org
894
895 Package: libxcbxevie0-dbg
896 Section: libdevel
897 Architecture: any
898 Depends: libxcbxevie0 (= ${Source-Version})
899 Description: X C Binding, xevie extension, debugging symbols
900  This package contains the debugging symbols associated with
901  libXCBxevie, the xevie extension for the X C Binding.  gdb will
902  automatically use these symbols when debugging libXCBxevie.
903  .
904  The XCB library provides an interface to the X Window System protocol,
905  designed to replace the Xlib interface.  XCB provides several advantages over
906  Xlib:
907  .
908   * Size: small library and lower memory footprint
909   * Latency hiding: batch several requests and wait for the replies later
910   * Direct protocol access: one-to-one mapping between interface and protocol
911   * Thread support: access XCB from multiple threads, with no explicit locking
912   * Easy creation of new extensions: automatically generates interface from
913     machine-parsable protocol descriptions
914  .
915  Homepage: http://xcb.freedesktop.org
916
917 Package: libxcbxf86dri0
918 Section: libs
919 Architecture: any
920 Depends: ${shlibs:Depends}, ${misc:Depends}
921 Description: X C Binding, xf86dri extension
922  This package contains the library files needed to run software using
923  libXCBxf86dri, the xf86dri extension for the X C Binding.
924  .
925  The XCB library provides an interface to the X Window System protocol,
926  designed to replace the Xlib interface.  XCB provides several advantages over
927  Xlib:
928  .
929   * Size: small library and lower memory footprint
930   * Latency hiding: batch several requests and wait for the replies later
931   * Direct protocol access: one-to-one mapping between interface and protocol
932   * Thread support: access XCB from multiple threads, with no explicit locking
933   * Easy creation of new extensions: automatically generates interface from
934     machine-parsable protocol descriptions
935  .
936  Homepage: http://xcb.freedesktop.org
937
938 Package: libxcbxf86dri0-dev
939 Section: libdevel
940 Architecture: any
941 Depends: libxcbxf86dri0 (= ${Source-Version}), libxcb0-dev
942 Pre-Depends: x11-common (>= 1:1.09)
943 Description: X C Binding, xf86dri extension, development files
944  This package contains the header and library files needed to build software
945  using libXCBxf86dri, the xf86dri extension for the X C Binding.
946  .
947  The XCB library provides an interface to the X Window System protocol,
948  designed to replace the Xlib interface.  XCB provides several advantages over
949  Xlib:
950  .
951   * Size: small library and lower memory footprint
952   * Latency hiding: batch several requests and wait for the replies later
953   * Direct protocol access: one-to-one mapping between interface and protocol
954   * Thread support: access XCB from multiple threads, with no explicit locking
955   * Easy creation of new extensions: automatically generates interface from
956     machine-parsable protocol descriptions
957  .
958  Homepage: http://xcb.freedesktop.org
959
960 Package: libxcbxf86dri0-dbg
961 Section: libdevel
962 Architecture: any
963 Depends: libxcbxf86dri0 (= ${Source-Version})
964 Description: X C Binding, xf86dri extension, debugging symbols
965  This package contains the debugging symbols associated with
966  libXCBxf86dri, the xf86dri extension for the X C Binding.  gdb will
967  automatically use these symbols when debugging libXCBxf86dri.
968  .
969  The XCB library provides an interface to the X Window System protocol,
970  designed to replace the Xlib interface.  XCB provides several advantages over
971  Xlib:
972  .
973   * Size: small library and lower memory footprint
974   * Latency hiding: batch several requests and wait for the replies later
975   * Direct protocol access: one-to-one mapping between interface and protocol
976   * Thread support: access XCB from multiple threads, with no explicit locking
977   * Easy creation of new extensions: automatically generates interface from
978     machine-parsable protocol descriptions
979  .
980  Homepage: http://xcb.freedesktop.org
981
982 Package: libxcbxfixes0
983 Section: libs
984 Architecture: any
985 Depends: ${shlibs:Depends}, ${misc:Depends}
986 Description: X C Binding, xfixes extension
987  This package contains the library files needed to run software using
988  libXCBxfixes, the xfixes extension for the X C Binding.
989  .
990  The XCB library provides an interface to the X Window System protocol,
991  designed to replace the Xlib interface.  XCB provides several advantages over
992  Xlib:
993  .
994   * Size: small library and lower memory footprint
995   * Latency hiding: batch several requests and wait for the replies later
996   * Direct protocol access: one-to-one mapping between interface and protocol
997   * Thread support: access XCB from multiple threads, with no explicit locking
998   * Easy creation of new extensions: automatically generates interface from
999     machine-parsable protocol descriptions
1000  .
1001  Homepage: http://xcb.freedesktop.org
1002
1003 Package: libxcbxfixes0-dev
1004 Section: libdevel
1005 Architecture: any
1006 Depends: libxcbxfixes0 (= ${Source-Version}), libxcb0-dev, libxcbrender0-dev, libxcbshape0-dev
1007 Pre-Depends: x11-common (>= 1:1.09)
1008 Description: X C Binding, xfixes extension, development files
1009  This package contains the header and library files needed to build software
1010  using libXCBxfixes, the xfixes extension for the X C Binding.
1011  .
1012  The XCB library provides an interface to the X Window System protocol,
1013  designed to replace the Xlib interface.  XCB provides several advantages over
1014  Xlib:
1015  .
1016   * Size: small library and lower memory footprint
1017   * Latency hiding: batch several requests and wait for the replies later
1018   * Direct protocol access: one-to-one mapping between interface and protocol
1019   * Thread support: access XCB from multiple threads, with no explicit locking
1020   * Easy creation of new extensions: automatically generates interface from
1021     machine-parsable protocol descriptions
1022  .
1023  Homepage: http://xcb.freedesktop.org
1024
1025 Package: libxcbxfixes0-dbg
1026 Section: libdevel
1027 Architecture: any
1028 Depends: libxcbxfixes0 (= ${Source-Version})
1029 Description: X C Binding, xfixes extension, debugging symbols
1030  This package contains the debugging symbols associated with
1031  libXCBxfixes, the xfixes extension for the X C Binding.  gdb will
1032  automatically use these symbols when debugging libXCBxfixes.
1033  .
1034  The XCB library provides an interface to the X Window System protocol,
1035  designed to replace the Xlib interface.  XCB provides several advantages over
1036  Xlib:
1037  .
1038   * Size: small library and lower memory footprint
1039   * Latency hiding: batch several requests and wait for the replies later
1040   * Direct protocol access: one-to-one mapping between interface and protocol
1041   * Thread support: access XCB from multiple threads, with no explicit locking
1042   * Easy creation of new extensions: automatically generates interface from
1043     machine-parsable protocol descriptions
1044  .
1045  Homepage: http://xcb.freedesktop.org
1046
1047 Package: libxcbxprint0
1048 Section: libs
1049 Architecture: any
1050 Depends: ${shlibs:Depends}, ${misc:Depends}
1051 Description: X C Binding, xprint extension
1052  This package contains the library files needed to run software using
1053  libXCBxprint, the xprint extension for the X C Binding.
1054  .
1055  The XCB library provides an interface to the X Window System protocol,
1056  designed to replace the Xlib interface.  XCB provides several advantages over
1057  Xlib:
1058  .
1059   * Size: small library and lower memory footprint
1060   * Latency hiding: batch several requests and wait for the replies later
1061   * Direct protocol access: one-to-one mapping between interface and protocol
1062   * Thread support: access XCB from multiple threads, with no explicit locking
1063   * Easy creation of new extensions: automatically generates interface from
1064     machine-parsable protocol descriptions
1065  .
1066  Homepage: http://xcb.freedesktop.org
1067
1068 Package: libxcbxprint0-dev
1069 Section: libdevel
1070 Architecture: any
1071 Depends: libxcbxprint0 (= ${Source-Version}), libxcb0-dev
1072 Pre-Depends: x11-common (>= 1:1.09)
1073 Description: X C Binding, xprint extension, development files
1074  This package contains the header and library files needed to build software
1075  using libXCBxprint, the xprint extension for the X C Binding.
1076  .
1077  The XCB library provides an interface to the X Window System protocol,
1078  designed to replace the Xlib interface.  XCB provides several advantages over
1079  Xlib:
1080  .
1081   * Size: small library and lower memory footprint
1082   * Latency hiding: batch several requests and wait for the replies later
1083   * Direct protocol access: one-to-one mapping between interface and protocol
1084   * Thread support: access XCB from multiple threads, with no explicit locking
1085   * Easy creation of new extensions: automatically generates interface from
1086     machine-parsable protocol descriptions
1087  .
1088  Homepage: http://xcb.freedesktop.org
1089
1090 Package: libxcbxprint0-dbg
1091 Section: libdevel
1092 Architecture: any
1093 Depends: libxcbxprint0 (= ${Source-Version})
1094 Description: X C Binding, xprint extension, debugging symbols
1095  This package contains the debugging symbols associated with
1096  libXCBxprint, the xprint extension for the X C Binding.  gdb will
1097  automatically use these symbols when debugging libXCBxprint.
1098  .
1099  The XCB library provides an interface to the X Window System protocol,
1100  designed to replace the Xlib interface.  XCB provides several advantages over
1101  Xlib:
1102  .
1103   * Size: small library and lower memory footprint
1104   * Latency hiding: batch several requests and wait for the replies later
1105   * Direct protocol access: one-to-one mapping between interface and protocol
1106   * Thread support: access XCB from multiple threads, with no explicit locking
1107   * Easy creation of new extensions: automatically generates interface from
1108     machine-parsable protocol descriptions
1109  .
1110  Homepage: http://xcb.freedesktop.org
1111
1112 Package: libxcbxtest0
1113 Section: libs
1114 Architecture: any
1115 Depends: ${shlibs:Depends}, ${misc:Depends}
1116 Description: X C Binding, xtest extension
1117  This package contains the library files needed to run software using
1118  libXCBxtest, the xtest extension for the X C Binding.
1119  .
1120  The XCB library provides an interface to the X Window System protocol,
1121  designed to replace the Xlib interface.  XCB provides several advantages over
1122  Xlib:
1123  .
1124   * Size: small library and lower memory footprint
1125   * Latency hiding: batch several requests and wait for the replies later
1126   * Direct protocol access: one-to-one mapping between interface and protocol
1127   * Thread support: access XCB from multiple threads, with no explicit locking
1128   * Easy creation of new extensions: automatically generates interface from
1129     machine-parsable protocol descriptions
1130  .
1131  Homepage: http://xcb.freedesktop.org
1132
1133 Package: libxcbxtest0-dev
1134 Section: libdevel
1135 Architecture: any
1136 Depends: libxcbxtest0 (= ${Source-Version}), libxcb0-dev
1137 Pre-Depends: x11-common (>= 1:1.09)
1138 Description: X C Binding, xtest extension, development files
1139  This package contains the header and library files needed to build software
1140  using libXCBxtest, the xtest extension for the X C Binding.
1141  .
1142  The XCB library provides an interface to the X Window System protocol,
1143  designed to replace the Xlib interface.  XCB provides several advantages over
1144  Xlib:
1145  .
1146   * Size: small library and lower memory footprint
1147   * Latency hiding: batch several requests and wait for the replies later
1148   * Direct protocol access: one-to-one mapping between interface and protocol
1149   * Thread support: access XCB from multiple threads, with no explicit locking
1150   * Easy creation of new extensions: automatically generates interface from
1151     machine-parsable protocol descriptions
1152  .
1153  Homepage: http://xcb.freedesktop.org
1154
1155 Package: libxcbxtest0-dbg
1156 Section: libdevel
1157 Architecture: any
1158 Depends: libxcbxtest0 (= ${Source-Version})
1159 Description: X C Binding, xtest extension, debugging symbols
1160  This package contains the debugging symbols associated with
1161  libXCBxtest, the xtest extension for the X C Binding.  gdb will
1162  automatically use these symbols when debugging libXCBxtest.
1163  .
1164  The XCB library provides an interface to the X Window System protocol,
1165  designed to replace the Xlib interface.  XCB provides several advantages over
1166  Xlib:
1167  .
1168   * Size: small library and lower memory footprint
1169   * Latency hiding: batch several requests and wait for the replies later
1170   * Direct protocol access: one-to-one mapping between interface and protocol
1171   * Thread support: access XCB from multiple threads, with no explicit locking
1172   * Easy creation of new extensions: automatically generates interface from
1173     machine-parsable protocol descriptions
1174  .
1175  Homepage: http://xcb.freedesktop.org
1176
1177 Package: libxcbxv0
1178 Section: libs
1179 Architecture: any
1180 Depends: ${shlibs:Depends}, ${misc:Depends}
1181 Description: X C Binding, xv extension
1182  This package contains the library files needed to run software using
1183  libXCBxv, the xv extension for the X C Binding.
1184  .
1185  The XCB library provides an interface to the X Window System protocol,
1186  designed to replace the Xlib interface.  XCB provides several advantages over
1187  Xlib:
1188  .
1189   * Size: small library and lower memory footprint
1190   * Latency hiding: batch several requests and wait for the replies later
1191   * Direct protocol access: one-to-one mapping between interface and protocol
1192   * Thread support: access XCB from multiple threads, with no explicit locking
1193   * Easy creation of new extensions: automatically generates interface from
1194     machine-parsable protocol descriptions
1195  .
1196  Homepage: http://xcb.freedesktop.org
1197
1198 Package: libxcbxv0-dev
1199 Section: libdevel
1200 Architecture: any
1201 Depends: libxcbxv0 (= ${Source-Version}), libxcb0-dev, libxcbshm0-dev
1202 Pre-Depends: x11-common (>= 1:1.09)
1203 Description: X C Binding, xv extension, development files
1204  This package contains the header and library files needed to build software
1205  using libXCBxv, the xv extension for the X C Binding.
1206  .
1207  The XCB library provides an interface to the X Window System protocol,
1208  designed to replace the Xlib interface.  XCB provides several advantages over
1209  Xlib:
1210  .
1211   * Size: small library and lower memory footprint
1212   * Latency hiding: batch several requests and wait for the replies later
1213   * Direct protocol access: one-to-one mapping between interface and protocol
1214   * Thread support: access XCB from multiple threads, with no explicit locking
1215   * Easy creation of new extensions: automatically generates interface from
1216     machine-parsable protocol descriptions
1217  .
1218  Homepage: http://xcb.freedesktop.org
1219
1220 Package: libxcbxv0-dbg
1221 Section: libdevel
1222 Architecture: any
1223 Depends: libxcbxv0 (= ${Source-Version})
1224 Description: X C Binding, xv extension, debugging symbols
1225  This package contains the debugging symbols associated with
1226  libXCBxv, the xv extension for the X C Binding.  gdb will
1227  automatically use these symbols when debugging libXCBxv.
1228  .
1229  The XCB library provides an interface to the X Window System protocol,
1230  designed to replace the Xlib interface.  XCB provides several advantages over
1231  Xlib:
1232  .
1233   * Size: small library and lower memory footprint
1234   * Latency hiding: batch several requests and wait for the replies later
1235   * Direct protocol access: one-to-one mapping between interface and protocol
1236   * Thread support: access XCB from multiple threads, with no explicit locking
1237   * Easy creation of new extensions: automatically generates interface from
1238     machine-parsable protocol descriptions
1239  .
1240  Homepage: http://xcb.freedesktop.org
1241
1242 Package: libxcbxvmc0
1243 Section: libs
1244 Architecture: any
1245 Depends: ${shlibs:Depends}, ${misc:Depends}
1246 Description: X C Binding, xvmc extension
1247  This package contains the library files needed to run software using
1248  libXCBxvmc, the xvmc extension for the X C Binding.
1249  .
1250  The XCB library provides an interface to the X Window System protocol,
1251  designed to replace the Xlib interface.  XCB provides several advantages over
1252  Xlib:
1253  .
1254   * Size: small library and lower memory footprint
1255   * Latency hiding: batch several requests and wait for the replies later
1256   * Direct protocol access: one-to-one mapping between interface and protocol
1257   * Thread support: access XCB from multiple threads, with no explicit locking
1258   * Easy creation of new extensions: automatically generates interface from
1259     machine-parsable protocol descriptions
1260  .
1261  Homepage: http://xcb.freedesktop.org
1262
1263 Package: libxcbxvmc0-dev
1264 Section: libdevel
1265 Architecture: any
1266 Depends: libxcbxvmc0 (= ${Source-Version}), libxcb0-dev, libxcbxv0-dev
1267 Pre-Depends: x11-common (>= 1:1.09)
1268 Description: X C Binding, xvmc extension, development files
1269  This package contains the header and library files needed to build software
1270  using libXCBxvmc, the xvmc extension for the X C Binding.
1271  .
1272  The XCB library provides an interface to the X Window System protocol,
1273  designed to replace the Xlib interface.  XCB provides several advantages over
1274  Xlib:
1275  .
1276   * Size: small library and lower memory footprint
1277   * Latency hiding: batch several requests and wait for the replies later
1278   * Direct protocol access: one-to-one mapping between interface and protocol
1279   * Thread support: access XCB from multiple threads, with no explicit locking
1280   * Easy creation of new extensions: automatically generates interface from
1281     machine-parsable protocol descriptions
1282  .
1283  Homepage: http://xcb.freedesktop.org
1284
1285 Package: libxcbxvmc0-dbg
1286 Section: libdevel
1287 Architecture: any
1288 Depends: libxcbxvmc0 (= ${Source-Version})
1289 Description: X C Binding, xvmc extension, debugging symbols
1290  This package contains the debugging symbols associated with
1291  libXCBxvmc, the xvmc extension for the X C Binding.  gdb will
1292  automatically use these symbols when debugging libXCBxvmc.
1293  .
1294  The XCB library provides an interface to the X Window System protocol,
1295  designed to replace the Xlib interface.  XCB provides several advantages over
1296  Xlib:
1297  .
1298   * Size: small library and lower memory footprint
1299   * Latency hiding: batch several requests and wait for the replies later
1300   * Direct protocol access: one-to-one mapping between interface and protocol
1301   * Thread support: access XCB from multiple threads, with no explicit locking
1302   * Easy creation of new extensions: automatically generates interface from
1303     machine-parsable protocol descriptions
1304  .
1305  Homepage: http://xcb.freedesktop.org