diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-06 14:31:10 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-06 14:31:10 +0000 |
commit | 5bdf626d4a17e28ce6efb3a96c9951d1ae8374d4 (patch) | |
tree | 57f3d198c62bdf8aeb68db98671728e14527af5d | |
parent | 3bd85a7160482ca961c01097e53b874f23cb04df (diff) | |
download | pkgsrc-5bdf626d4a17e28ce6efb3a96c9951d1ae8374d4.tar.gz |
Update to 1.3.0:
Changes since randrproto 1.2.2:
Adam Jackson (7):
Add GetScreenResourcesCurrent
Fix RRNumberRequests
GSRC added in 1.3, not 1.2
More doc for CRTC transforms
Indent CRTC transform docs to match the rest of the requests.
Add [GS]etOutputPrimary
Zero reply from GetPanning means panning not supported.
Julien Cristau (1):
spec: add missing list of clones to RRGetOutputInfo reply
Keith Packard (8):
Add Transform request proposal for 1.3
Add filters to CRTC transforms.
Eliminate inverse matrix from randr transform protocol
Describe projective transform additions in Introduction
Merge branch 'transform-proposal'
Update to version 1.2.99.1
Remove duplicate GetScreenResourcesCurrent declarations
Merge commit 'origin/master'
Maarten Maathuis (1):
Fix typo in 83f3f29dd3ac5d3875b5edef5805d6adb6a02698.
Matthias Hopf (14):
Panning protocol extension
Panning protocol description
Panning protocol bits description
Add panning to versioning information.
Nuke config-timestamp for panning. Specifying panning update on scree=
n size change.
Bump to 1.2.99.2
Add unicode art pictures for panning.
Panning tracking areas describe full screen if set to 0.
Bump to 1.2.99.3
Add description of standard properties.
Should read "EDID", not "EdidData".
Add standard property name defines.
Bump to 1.2.99.4
Bump to 1.3.0
Paulo Cesar Pereira de Andrade (1):
Janitor: Correct make distcheck and dont distribute autogen.sh
-rw-r--r-- | x11/randrproto/Makefile | 4 | ||||
-rw-r--r-- | x11/randrproto/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/randrproto/Makefile b/x11/randrproto/Makefile index ca9d5a8fbe8..e49bf549227 100644 --- a/x11/randrproto/Makefile +++ b/x11/randrproto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2008/07/23 05:04:55 bjs Exp $ +# $NetBSD: Makefile,v 1.10 2009/03/06 14:31:10 wiz Exp $ # -DISTNAME= randrproto-1.2.2 +DISTNAME= randrproto-1.3.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/randrproto/distinfo b/x11/randrproto/distinfo index 29f96e1debf..302e6dc706a 100644 --- a/x11/randrproto/distinfo +++ b/x11/randrproto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/07/23 05:04:55 bjs Exp $ +$NetBSD: distinfo,v 1.7 2009/03/06 14:31:10 wiz Exp $ -SHA1 (randrproto-1.2.2.tar.bz2) = bc231f1099eea9c5365679053a6ff3353e974ff9 -RMD160 (randrproto-1.2.2.tar.bz2) = da7b61cc37a35f8de8a046ecb753103d054f1a77 -Size (randrproto-1.2.2.tar.bz2) = 62748 bytes +SHA1 (randrproto-1.3.0.tar.bz2) = 442de2a6a2145e49f9ef12cadbea69140f9ca066 +RMD160 (randrproto-1.3.0.tar.bz2) = 523406a2f2575fa3d5e97898e5138f951fab40f0 +Size (randrproto-1.3.0.tar.bz2) = 74817 bytes |