Opened 6 years ago

Closed 6 years ago

#10347 closed task (fixed)

New bundle package for Xorg protocols

Reported by: Pierre Labastie Owned by: Pierre Labastie
Priority: normal Milestone: 8.3
Component: BOOK Version: SVN
Severity: normal Keywords:
Cc:

Description

Change History (5)

comment:1 by ken@…, 6 years ago

Now 2018.2 -

This release fixes various version numbers and include paths, corrects an error in the RANDR specification, and adds the meson build system which was erroneously left out of 2018.1.

Adam Jackson (6):

meson: Fix xf86driproto.pc presentproto: Fix version number (1.1 not 1.0) kbproto: Fix version number (1.0.7 not 1.0.6) xproto: Bump to 7.0.32 autotools: Distribute the meson build system xorgproto 2018.2

Giuseppe Bilotta (1):

randr: MONITORINFO has outputs, not crtcs

git tag: xorgproto-2018.2

https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2018.2.tar.bz2

comment:2 by ken@…, 6 years ago

mkdir build ; cd build ; meson --prefix=/wherever ; ninja ; (DESTDIR=/somewhere) ninja install.

The build is all-but non-existent. And no docs installed.

Using the configure script, nothing to be done for make, but make install will install the following docs:

ls PROTOCONF/usr/share/doc/xorgproto/ compositeproto.txt dri3proto.txt presentproto.txt resproto.txt damageproto.txt fixesproto.txt randrproto.txt xv-protocol-v2.txt dri2proto.txt PM_spec renderproto.txt

Version 0, edited 6 years ago by ken@… (next)

comment:3 by Pierre Labastie, 6 years ago

Owner: changed from blfs-book@… to Pierre Labastie
Status: newassigned

comment:4 by Pierre Labastie, 6 years ago

Now 2018.4; Release notes for 2018.3:

This adds RandR leasing and non-desktop monitors along with fixing the
autotools build to include xcalibrate header files (if LEGACY is
selected).

Adam Jackson (1):
      glproto: Add compatibility #defines for the typos we corrected

Keith Packard (6):
      randr: Add Leases. [v4]
      randr: Add non-desktop output property and behaviors [v3]
      Update RandR version in meson.build to 1.6
      Bump meson.build version to 2018.2
      Fix Makefile.am definition of XCalibrate headers
      xorgproto 2018.3

and for 2018.4:

This release updates the specifications and protocol headers for DRI3
and Present to 1.2, and fixes several spelling and grammar errors in
the specification texts.

Adam Jackson (1):
      xorgproto 2018.4

Giuseppe Bilotta (1):
      Spelling and grammar fixes

Louis-Francis Ratté-Boulianne (2):
      dri3: Add modifier/multi-plane requests, bump to v1.2
      presentproto: PresentCompleteModeSuboptimalCopy flag

comment:5 by Pierre Labastie, 6 years ago

Resolution: fixed
Status: assignedclosed

Fixed at r19924

Note: See TracTickets for help on using tickets.