./x11/py-xcbgen, XCB protocol descriptions (in XML)

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


Branch: CURRENT, Version: 1.17.0, Package name: py311-xcbgen-1.17.0, 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 run:
[textproc/py-expat] [textproc/py-cElementTree] [lang/python37]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 148.191 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-15 18:34:49 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
xcb-proto, py-xcbgen: update to 1.17.0

Erik Kurzinger (2):
      Add DRI3ImportSyncobj and DRI3FreeSyncobj
      Add PresentPixmapSynced and PresentCapabilitySyncobj

Matt Turner (1):
      xcb-proto 1.17.0

Uli Schlachter (2):
      Use simply quote signs
      Fix typo in "heirarchy"
   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
   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-04 06:38:06 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
py-xcbgen: update to 1.15

Changes: see xcb-proto
   2021-10-26 13:35:01 by Nia Alarie | Files touched by this commit (674)
Log message:
x11: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Unfetchable distfiles (fetched conditionally?):
./x11/py-qt4/distinfo PyQt4_gpl_mac-4.12.3.tar.gz
   2021-10-07 17:14:47 by Nia Alarie | Files touched by this commit (675)
Log message:
x11: Remove SHA1 hashes for distfiles
   2020-10-09 08:45:15 by Thomas Klausner | Files touched by this commit (2) | Package updated
Log message:
py-xcbgen: update to 1.14.1.

This minor bug fix release provides compatibility with Python 3.9 by
replacing usage of deprecated API's which were removed in Python 3.9.

Alan Coopersmith (1):
      xcb-proto 1.14.1

Björn Esser (3):
      xcbgen: Use math.gcd() for Python >= 3.5.
      xcbgen: xml.etree.cElementTree has been dropped in Python 3.9.
      xcbgen: Use xml.etree.ElementTree for Python >= 3.3.

Samanta Navarro (1):
      Fix typo in documentation

Uli Schlachter (1):
      Parse a field's "enum=" correctly