pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorgproto xorgproto: update to 2022.2.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6202b13a8131
branches:  trunk
changeset: 383042:6202b13a8131
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Aug 11 06:09:17 2022 +0000

description:
xorgproto: update to 2022.2.

This release introduces an new "XWAYLAND" extension:                                                                 i

    This extension exists to serve one purpose: reliably identifying
    Xwayland. Previous attempts at doing so included querying root window
    properties, output names or input device names. All these attempts are
    somewhat unreliable. Instead, let's use an extension - where that
    extension is present we have an Xwayland server.

    Clients should never need to do anything but check whether the extension
    exists through XQueryExtension/XListExtensions.

The DRI3 protocol was bumped to 1.3 and has a new DRI3SetDRMDeviceInUse request:

     This request provides a hint to the server about the device
     in use by this window. This is used to provide
     DRI3GetSupportedModifiers with a hint of what device to
     return modifiers for in the window_modifiers return value.
     Using this hint allows for device-specific modifiers to
     be returned by DRI3GetSupportedModifiers, for example
     when an application is renderoffloaded and eligible for
     direct scanout.

The remaining commits are the usual combination of housekeeping and
maintenance.

Alan Coopersmith (5):
      DBE spec: define j in DBEGetVisualInfo reply encoding
      DBE spec: make titles more consistent in Encoding section
      gitlab CI: enable commit & merge request checks
      gitlab CI: enable gitlab's builtin static analysis
      Build xz tarballs instead of bzip2

Austin Shafer (1):
      DRI3: Add DRI3SetDRMDeviceInUse

Jon Turney (1):
      Win32: Fix collision over 'ControlMask'

Olivier Fourdan (1):
      xorgproto 2022.2

Peter Hutterer (1):
      Add the XWAYLAND extension

diffstat:

 x11/xorgproto/Makefile |  6 +++---
 x11/xorgproto/PLIST    |  5 ++++-
 x11/xorgproto/distinfo |  8 ++++----
 3 files changed, 11 insertions(+), 8 deletions(-)

diffs (62 lines):

diff -r 12b0dc5ed7b4 -r 6202b13a8131 x11/xorgproto/Makefile
--- a/x11/xorgproto/Makefile    Thu Aug 11 05:11:40 2022 +0000
+++ b/x11/xorgproto/Makefile    Thu Aug 11 06:09:17 2022 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.21 2022/04/21 07:59:48 wiz Exp $
+# $NetBSD: Makefile,v 1.22 2022/08/11 06:09:17 wiz Exp $
 
-DISTNAME=              xorgproto-2022.1
+DISTNAME=              xorgproto-2022.2
 CATEGORIES=            x11 devel
 MASTER_SITES=          ${MASTER_SITE_XORG:=proto/}
-EXTRACT_SUFX=          .tar.bz2
+EXTRACT_SUFX=          .tar.xz
 
 MAINTAINER=            joerg%NetBSD.org@localhost
 HOMEPAGE=              https://xorg.freedesktop.org/
diff -r 12b0dc5ed7b4 -r 6202b13a8131 x11/xorgproto/PLIST
--- a/x11/xorgproto/PLIST       Thu Aug 11 05:11:40 2022 +0000
+++ b/x11/xorgproto/PLIST       Thu Aug 11 06:09:17 2022 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.9 2021/09/16 08:37:53 wiz Exp $
+@comment $NetBSD: PLIST,v 1.10 2022/08/11 06:09:17 wiz Exp $
 include/GL/glxint.h
 include/GL/glxmd.h
 include/GL/glxproto.h
@@ -119,6 +119,7 @@
 include/X11/extensions/xtestext1const.h
 include/X11/extensions/xtestext1proto.h
 include/X11/extensions/xtestproto.h
+include/X11/extensions/xwaylandproto.h
 include/X11/fonts/FS.h
 include/X11/fonts/FSproto.h
 include/X11/fonts/font.h
@@ -155,6 +156,7 @@
 lib/pkgconfig/xf86vidmodeproto.pc
 lib/pkgconfig/xineramaproto.pc
 lib/pkgconfig/xproto.pc
+lib/pkgconfig/xwaylandproto.pc
 share/doc/bigreqsproto/bigreq.xml
 share/doc/fontsproto/fsproto.xml
 share/doc/kbproto/XKBproto-1.svg
@@ -218,6 +220,7 @@
 share/doc/xorgproto/renderproto.txt
 share/doc/xorgproto/resproto.txt
 share/doc/xorgproto/xv-protocol-v2.txt
+share/doc/xorgproto/xwaylandproto.txt
 share/doc/xproto/encoding.xml
 share/doc/xproto/glossary.xml
 share/doc/xproto/keysyms.xml
diff -r 12b0dc5ed7b4 -r 6202b13a8131 x11/xorgproto/distinfo
--- a/x11/xorgproto/distinfo    Thu Aug 11 05:11:40 2022 +0000
+++ b/x11/xorgproto/distinfo    Thu Aug 11 06:09:17 2022 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.18 2022/04/21 07:59:48 wiz Exp $
+$NetBSD: distinfo,v 1.19 2022/08/11 06:09:17 wiz Exp $
 
-BLAKE2s (xorgproto-2022.1.tar.bz2) = 7a8702728f9b247a8bef7e80ac674e386b86589bfc26325a8d4e6564990c31f9
-SHA512 (xorgproto-2022.1.tar.bz2) = add275a9c0d005053f31fdca6da009142792a3c7e2cd4b56da93eed3a397adf52d91c441ff6455959b87559f402eb9f46fdd8932e951c7d2d96623975391202a
-Size (xorgproto-2022.1.tar.bz2) = 870526 bytes
+BLAKE2s (xorgproto-2022.2.tar.xz) = e20d608c5a1faab945059b15b24ea8cb65e323c4b7a34dc26856f3db45af97e7
+SHA512 (xorgproto-2022.2.tar.xz) = 8e6108110600d076a94cc6d0e465b2e9adfbbe8d7e6b75fae9c5262d99dc6074ab1ed561a74d6d451f00f5b7af9f507a6317be9c0770efeed9e60b64beb7a1c9
+Size (xorgproto-2022.2.tar.xz) = 757080 bytes



Home | Main Index | Thread Index | Old Index