./x11/xcb-proto, XCB protocol descriptions (in XML)

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.15.2nb2, Package name: xcb-proto-1.15.2nb2, Maintainer: reed

About xcb-proto
===============

The xcb-proto package provides the XML-XCB (X C Bindings) protocol
descriptions that libxcb uses to generate the majority of its code and API.
We provide them separately from libxcb to allow reuse by other projects,
such as additional language bindings, protocol dissectors, or
documentation generators.

Separation of XCB's transport and protocol layers simplifies both
writing extensions and client-side support for extensions.
By contrast, with the xlib infrastructure, client-side support for
new extensions requires significant duplication of effort. With XCB and
the XML-XCB protocol descriptions, client-side support for a new
extension requires only an XML description of the extension--and not a
single line of code.

Python libraries: xcb-proto also contains language-independent Python
libraries that are used to parse an XML description and create objects
used by Python code generators in individual language bindings.


Required to build:
[textproc/libxml2] [pkgtools/cwrappers]

Master sites:

Filesize: 144.637 KB

Version history: (Expand)


CVS history: (Expand)


   2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | Package updated
Log message:
revbump after textproc/icu update
   2022-11-23 17:21:30 by Adam Ciarcinski | Files touched by this commit (1878) | Package updated
Log message:
massive revision bump after textproc/icu update
   2022-06-18 10:25:05 by Thomas Klausner | Files touched by this commit (7) | Package updated
Log message:
py-xcbgen, xcb-proto: update to 1.15.2

Matt Turner (4):
      Remove libdir from xcb-proto.pc
      Install xcb-proto to $(datarootdir)
      Call AC_OUTPUT without arguments
      xcb-proto 1.15.2
   2022-06-16 23:26:16 by Thomas Klausner | Files touched by this commit (5) | Package updated
Log message:
py-xcbgen, xcb-proto: update to 1.15.1

Also add comment that one should update both together.

Changes:

Austin Shafer (1):
      dri3: Update dri3.xml to DRI3 1.3

Matt Turner (1):
      xcb-proto 1.15.1

Mike Sharov (1):
      Add DOUBLE-BUFFER extension specification.
   2022-05-03 23:42:49 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
xcb-proto: update to 1.15.

Alan Coopersmith (1):
      xproto.xml: Update doc text for GrabKey

Alex Richardson (1):
      Fix python version check from 65169c1af7893882c21d1e2a544903212b8d6fb0

Joshua Root (1):
      Adjust to automake 1.16.4 changes

Matt Turner (1):
      xcb-proto 1.15

Olivier Fourdan (1):
      xfixes: Add ClientDisconnectMode

Peter Harris (1):
      glx,xprint: place explicit padding between lists

Povilas Kanapickas (3):
      Add element to specify expression that defines length of a struct
      xinput: Add length specification for DeviceClass struct
      xinput: Add XI v2.4

Uli Schlachter (2):
      Add missing fields to errors
      Use xml.etree.cElementTree where appropriate
   2022-04-18 21:12:27 by Adam Ciarcinski | Files touched by this commit (1798) | Package updated
Log message:
revbump for textproc/icu update
   2021-12-22 01:39:19 by Nia Alarie | Files touched by this commit (2)
Log message:
Remove more problematic avoid-duplicate
   2021-12-08 17:07:18 by Adam Ciarcinski | Files touched by this commit (3063)
Log message:
revbump for icu and libffi