diff options
author | wiz <wiz@pkgsrc.org> | 2012-04-26 10:50:42 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2012-04-26 10:50:42 +0000 |
commit | 2605ae745e23c1c7a96143aca20af4fde39af512 (patch) | |
tree | 221055dd49269b7cca073185a95e022426016085 /x11 | |
parent | 0ebf12a62e2c6edec23288c4c9dab6d58ae6ae39 (diff) | |
download | pkgsrc-2605ae745e23c1c7a96143aca20af4fde39af512.tar.gz |
Update 2.6, requested by ftigeot.
2.6:
Chad Versace (1):
Add attachment token DRI2BufferHiz
Jesse Barnes (2):
Revert "dri2proto: make DRI2 swap event match GLX spec"
dri2proto: add a new DRI2BufferSwapComplete struct that matches the spec
2.4:
Gaetan Nadon (3):
config: install and distribute dri2proto.txt
config: remove the pkgconfig pc.in file from EXTRA_DIST
config: update AC_PREREQ statement to 2.60
Jesse Barnes (1):
dri2proto: make DRI2 swap event match GLX spec
Marcin KoĆcielnicki (1):
Fix DRI2Connect line encoding to match existing code
Mike Stroyan (2):
Add more info about dri2proto events
Fix typo and obsolete reference in dri2proto.txt
Diffstat (limited to 'x11')
-rw-r--r-- | x11/dri2proto/Makefile | 4 | ||||
-rw-r--r-- | x11/dri2proto/PLIST | 3 | ||||
-rw-r--r-- | x11/dri2proto/distinfo | 8 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/dri2proto/Makefile b/x11/dri2proto/Makefile index c6c0a831273..38ef85f6005 100644 --- a/x11/dri2proto/Makefile +++ b/x11/dri2proto/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 2010/04/12 13:58:36 tnn Exp $ +# $NetBSD: Makefile,v 1.6 2012/04/26 10:50:42 wiz Exp $ # -DISTNAME= dri2proto-2.3 +DISTNAME= dri2proto-2.6 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XORG:=proto/} EXTRACT_SUFX= .tar.bz2 diff --git a/x11/dri2proto/PLIST b/x11/dri2proto/PLIST index ce09604808a..187ce46604f 100644 --- a/x11/dri2proto/PLIST +++ b/x11/dri2proto/PLIST @@ -1,4 +1,5 @@ -@comment $NetBSD: PLIST,v 1.4 2009/06/14 18:24:45 joerg Exp $ +@comment $NetBSD: PLIST,v 1.5 2012/04/26 10:50:43 wiz Exp $ include/X11/extensions/dri2proto.h include/X11/extensions/dri2tokens.h lib/pkgconfig/dri2proto.pc +share/doc/dri2proto/dri2proto.txt diff --git a/x11/dri2proto/distinfo b/x11/dri2proto/distinfo index b1341771a4a..c1d5ee40c9e 100644 --- a/x11/dri2proto/distinfo +++ b/x11/dri2proto/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2010/04/12 13:58:36 tnn Exp $ +$NetBSD: distinfo,v 1.6 2012/04/26 10:50:43 wiz Exp $ -SHA1 (dri2proto-2.3.tar.bz2) = 6c9e2c822e777db435a43616067f8dd21cc00a53 -RMD160 (dri2proto-2.3.tar.bz2) = d893c5ddec5cf83de04f30ee51cae90d59a83eff -Size (dri2proto-2.3.tar.bz2) = 95466 bytes +SHA1 (dri2proto-2.6.tar.bz2) = ba65fc53376fd6e6b41bf6ef1e2ea1ba4b12ca96 +RMD160 (dri2proto-2.6.tar.bz2) = 2c9520df9b77ed2b4916e2d0b5dcf7ffe3ad4f38 +Size (dri2proto-2.6.tar.bz2) = 102188 bytes |