Opened 8 years ago
Closed 8 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
Reported by Armin K. The announcement is at https://lists.freedesktop.org/archives/xorg-announce/2018-February/002835.html
Change History (5)
comment:1 by , 8 years ago
comment:2 by , 8 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
comment:3 by , 8 years ago
| Owner: | changed from to |
|---|---|
| Status: | new → assigned |
comment:4 by , 8 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
Note:
See TracTickets
for help on using tickets.

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):
Giuseppe Bilotta (1):
git tag: xorgproto-2018.2
https://xorg.freedesktop.org/archive/individual/proto/xorgproto-2018.2.tar.bz2