diff options
author | wiz <wiz@pkgsrc.org> | 2009-03-06 22:53:44 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2009-03-06 22:53:44 +0000 |
commit | 2403e83437f3faeedcea2d012f4e73af45ba4382 (patch) | |
tree | a4efb2bcc3ecff39a63ad9a5c3b5d59cecb0ae47 /x11 | |
parent | 34b7a322f6ce4eb9e900683502f92cadb7250d37 (diff) | |
download | pkgsrc-2403e83437f3faeedcea2d012f4e73af45ba4382.tar.gz |
Update to 1.3.0:
All changes to libXrandr-1.2.3:
Adam Jackson (9):
Remove RCS tags.
Add GetScreenResourcesCurrent
Add [GS]etOutputPrimary
Use RRSimpleCheckExtension in functions returning void
Fix type of GetReq() argument.
Use RRCheckExtension in function returning a value.
Be sure to return NULL when returning no properties.
Define _XRRHasRates internally.
libXrandr 1.2.99.4
Alan Coopersmith (1):
Add README with pointers to mailing list, bugzilla & git repos
Julien Cristau (5):
Set attr->pendingNparams in XRRGetCrtcTransform()
Merge branch 'transform-proposal' of git.freedesktop.org:/git/xorg/li=
b/libXrandr
RRNotify subevents have 'window' at different offsets, the sequel
Bump to 1.2.91
Fix thinkos
Keith Packard (5):
Add support for new Transform requests.
Support CRTC Transform filters
Eliminate inverse matrix from randr transform protocol
Set NparamsFilter in XRRGetCrtcTransform return value.
Send X_RRGetOutputPrimary when making an X_RRGetOutputPrimary request
Matthias Hopf (5):
Panning support
Nuke config-timestamp for panning.
Bump to 1.2.99.2.
Bump to 1.2.99.3
Bump to 1.3.0
Paulo Cesar Pereira de Andrade (1):
Janitor: make distcheck, compiler warnings, .gitignore
Tomas Carnecky (1):
RRNotify subevents have 'window' at different offsets.
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libXrandr/Makefile | 4 | ||||
-rw-r--r-- | x11/libXrandr/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/x11/libXrandr/Makefile b/x11/libXrandr/Makefile index 04cde51e0ae..d5b6297c4e9 100644 --- a/x11/libXrandr/Makefile +++ b/x11/libXrandr/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.8 2008/07/13 23:31:51 bjs Exp $ +# $NetBSD: Makefile,v 1.9 2009/03/06 22:53:44 wiz Exp $ # -DISTNAME= libXrandr-1.2.3 +DISTNAME= libXrandr-1.3.0 CATEGORIES= x11 devel MASTER_SITES= ${MASTER_SITE_XORG:=lib/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/libXrandr/distinfo b/x11/libXrandr/distinfo index 29134791ad5..5d1264ff14f 100644 --- a/x11/libXrandr/distinfo +++ b/x11/libXrandr/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.6 2008/07/13 23:31:51 bjs Exp $ +$NetBSD: distinfo,v 1.7 2009/03/06 22:53:44 wiz Exp $ -SHA1 (libXrandr-1.2.3.tar.bz2) = f03628694f932e93ecd0ae6c8aa1daef10db0ca4 -RMD160 (libXrandr-1.2.3.tar.bz2) = 56911f90cbb7e7550f26dbcb5271b3a6788118df -Size (libXrandr-1.2.3.tar.bz2) = 251814 bytes +SHA1 (libXrandr-1.3.0.tar.bz2) = 33dd2f67060465f872db9ea03f597e28517f0c8e +RMD160 (libXrandr-1.3.0.tar.bz2) = 2b63caf8c6c26685f2b77f4fad6d9fd15db610ce +Size (libXrandr-1.3.0.tar.bz2) = 262270 bytes |