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

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


Branch: CURRENT, Version: 1.16.0nb1, Package name: xcb-proto-1.16.0nb1, 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: 148.059 KB

Version history: (Expand)


CVS history: (Expand)


   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-08-19 09:31:05 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
xcb-proto, py-xcbgen: update to 1.16.0

Alan Coopersmith (3):
      gitlab CI: add a basic build test
      Add documentation for DAMAGE extension
      Remove "All rights reserved" from Oracle copyright notices

Alexander Volkov (1):
      dpms: Add DPMSInfoNotify event (DPMS 1.2)

Demi Marie Obenour (4):
      Document the MIT-SHM extension
      Add documentation for XFixes v6
      Document BIG-REQUESTS
      Add documentation for Composite

Emil Velikov (1):
      autogen.sh: use quoted string variables

Matt Turner (1):
      xcb-proto 1.16.0

Mihail Konev (1):
      autogen: add default patch prefix

Peter Hutterer (1):
      autogen.sh: use exec instead of waiting for configure to finish

Tycho Andersen (1):
      xinput: qualify CW as from xproto

Xaver Hugl (1):
      add PresentOptionAsyncMayTear
   2023-08-14 07:25:36 by Thomas Klausner | Files touched by this commit (1247)
Log message:
*: recursive bump for Python 3.11 as new default
   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