Update to 1.7.1:

Alex Plotnick (2):
      Add missing padding bytes to ChangeKeyboardMapping request
      Corrected type of FakeInput rootX & rootY fields

Christoph Reimann (9):
      changed Exception message in case of unknown/unhandled XML tags
      xcbgen: perform lenfield lookup within all anchestors
      add support for new expr tags popcount, enumref, sumof
      - changed handling of anchestor types (may be more than one now)     - added SwitchType and BitcaseType
      assign switch name to bitcases as well (important in case of switch that appear inside another switch)
      xproto.xml: turned valueparam in CreateWindow request into switch
      support name attribute for bitcases and set BitcaseType.has_name accordingly
      small fix wrt bitcase type names
      xcbgen: small fix to store anchestor objects more systematic     xml: small fixes according to Xlib or the spec

David Coles (1):
      Use absolute imports in xcbgen for Python 3 compatibility

Fredrik Höglund (1):
      dri2: Update to version 1.3 (v2)

Ian Romanick (4):
      glx: Replace some 'reserved' fields with explicit padding
      glx: Use glx:CONTEXT for share_list parameter of CreateNewContext
      glx: Use FBCONFIG type for fbconfig parameter of CreateNewContext and CreatePixmap
      glx: Add protocol for GLX_ARB_create_context and GLX_ARB_create_context_profile

James Jones (1):
      Add support for fence sync objects

Julien Cristau (2):
      xf86dri: fix GetDrawableInfo reply
      xproto: fix TranslateCoordinates reply

Julien Danjou (2):
      Fix 9efd2ac87b9eca51d07173cf33d48f4d3b77509e field name
      Release xcb-proto 1.7

Marcin Kościelnicki (3):
      xcbgen: Add unop support
      xf86vidmode: Fix padding expressions
      dri2: Add proper padding before driver_name

Mike Frysinger (1):
      add libdir/exec_prefix to xcb-xproto.pc

Mikhail Gusarov (1):
      Revive support for hex literals in protocol

Peter Harris (9):
      Add description of new protocol elements
      Add XKEYBOARD protocol description
      Collection of small fixes for xkb.xml
      xkb: Fix opcode for Bell and GetState requests
      Merge branch 'gsoc2010' of git://anongit.freedesktop.org/~chr/xcb_proto
      Fix 'make check'
      Revert "xproto.xml: turned valueparam in CreateWindow request into switch"
      [xkb] Rename type, sequence, and length
      Merge branch 'master' of git://anongit.freedesktop.org/~peterh/xcbproto

Robert Ancell (4):
      Fix ChangeHosts address string
      Fix SetFontPath path string encoding
      Fix some fields name
      Fix XKB GetState missing lookupMods field

Uli Schlachter (1):
      Add RENDER 0.11 definitions
This commit is contained in:
wiz 2012-06-03 17:27:51 +00:00
parent becef1dc69
commit cbdfdb5c5c
4 changed files with 15 additions and 12 deletions

View file

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.6 2010/01/30 16:28:01 heinz Exp $
# $NetBSD: Makefile,v 1.7 2012/06/03 17:27:51 wiz Exp $
#
DISTNAME= xcb-proto-1.6
DISTNAME= xcb-proto-1.7.1
CATEGORIES= x11
MASTER_SITES= http://xcb.freedesktop.org/dist/
EXTRACT_SUFX= .tar.bz2

View file

@ -1,10 +1,11 @@
@comment $NetBSD: PLIST,v 1.4 2009/12/15 12:24:02 wiz Exp $
@comment $NetBSD: PLIST,v 1.5 2012/06/03 17:27:51 wiz Exp $
lib/pkgconfig/xcb-proto.pc
share/xcb/bigreq.xml
share/xcb/composite.xml
share/xcb/damage.xml
share/xcb/dpms.xml
share/xcb/dri2.xml
share/xcb/ge.xml
share/xcb/glx.xml
share/xcb/randr.xml
share/xcb/record.xml
@ -18,9 +19,11 @@ share/xcb/xc_misc.xml
share/xcb/xcb.xsd
share/xcb/xevie.xml
share/xcb/xf86dri.xml
share/xcb/xf86vidmode.xml
share/xcb/xfixes.xml
share/xcb/xinerama.xml
share/xcb/xinput.xml
share/xcb/xkb.xml
share/xcb/xprint.xml
share/xcb/xproto.xml
share/xcb/xselinux.xml

View file

@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.4 2009/12/15 12:24:02 wiz Exp $
$NetBSD: distinfo,v 1.5 2012/06/03 17:27:51 wiz Exp $
SHA1 (xcb-proto-1.6.tar.bz2) = e82418557c7f59f29da9ec18e0906d6d78e3a164
RMD160 (xcb-proto-1.6.tar.bz2) = 61ffea8c3ab4b745f04eccc10c64f7f1c356692c
Size (xcb-proto-1.6.tar.bz2) = 92829 bytes
SHA1 (patch-ae) = 58631ece73de8568e2edfa97dbbb4011a9ba00f0
SHA1 (xcb-proto-1.7.1.tar.bz2) = 82a568559235fc6e26d0a38911c5ea18f8e8455c
RMD160 (xcb-proto-1.7.1.tar.bz2) = 1c419b1d1d90abd4e4471223fc074dc1976128a0
Size (xcb-proto-1.7.1.tar.bz2) = 106040 bytes
SHA1 (patch-ae) = 1cc6863a677460660ddbaa09d279d6ef07368409

View file

@ -1,8 +1,8 @@
$NetBSD: patch-ae,v 1.1 2009/04/08 13:06:22 drochner Exp $
$NetBSD: patch-ae,v 1.2 2012/06/03 17:27:51 wiz Exp $
--- Makefile.in.orig 2009-04-08 13:05:03.000000000 +0200
--- Makefile.in.orig 2012-03-23 15:24:26.000000000 +0000
+++ Makefile.in
@@ -158,7 +158,7 @@ target_alias = @target_alias@
@@ -215,7 +215,7 @@ top_build_prefix = @top_build_prefix@
top_builddir = @top_builddir@
top_srcdir = @top_srcdir@
xcbincludedir = @xcbincludedir@
@ -10,4 +10,4 @@ $NetBSD: patch-ae,v 1.1 2009/04/08 13:06:22 drochner Exp $
+SUBDIRS = src
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = xcb-proto.pc
EXTRA_DIST = doc xcb-proto.pc.in
EXTRA_DIST = doc xcb-proto.pc.in autogen.sh