diff options
author | tnn <tnn> | 2015-05-11 21:43:19 +0000 |
---|---|---|
committer | tnn <tnn> | 2015-05-11 21:43:19 +0000 |
commit | 022c8119cca2a0d622edf9a239254c213eef758e (patch) | |
tree | b4e09962be605cf03aff3c13eea7ac0a56dbe2b5 /graphics | |
parent | 1b381bf7607d50821b618712790cf04e58f88cf4 (diff) | |
download | pkgsrc-022c8119cca2a0d622edf9a239254c213eef758e.tar.gz |
Update to MesaLib-10.5.5.
MesaLib-10.5.5 2015-05-11
"This release includes a selection of i965 and nouveau driver fixes. Everyone
using a gallium driver (r300, r600 and others) is also encouraged to update."
MesaLib-10.5.4 2015-04-24
"This release includes fixes for the mesa state-tracker used by all the
gallium drivers, a drirc workaround for Second Life, plus i965 fixes."
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/MesaLib/Makefile | 6 | ||||
-rw-r--r-- | graphics/MesaLib/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/graphics/MesaLib/Makefile b/graphics/MesaLib/Makefile index 0bbbce6344c..b53bde02c89 100644 --- a/graphics/MesaLib/Makefile +++ b/graphics/MesaLib/Makefile @@ -1,9 +1,9 @@ -# $NetBSD: Makefile,v 1.100 2015/04/25 11:19:18 tnn Exp $ +# $NetBSD: Makefile,v 1.101 2015/05/11 21:43:19 tnn Exp $ -DISTNAME= mesa-10.5.3 +DISTNAME= mesa-10.5.5 PKGNAME= ${DISTNAME:S/mesa/MesaLib/} CATEGORIES= graphics x11 -MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/10.5.3/ +MASTER_SITES= ftp://ftp.freedesktop.org/pub/mesa/10.5.5/ EXTRACT_SUFX= .tar.xz MAINTAINER= pkgsrc-users@NetBSD.org diff --git a/graphics/MesaLib/distinfo b/graphics/MesaLib/distinfo index 2897d3c3069..ef1f7ec4130 100644 --- a/graphics/MesaLib/distinfo +++ b/graphics/MesaLib/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.92 2015/05/11 21:33:58 tnn Exp $ +$NetBSD: distinfo,v 1.93 2015/05/11 21:43:19 tnn Exp $ -SHA1 (mesa-10.5.3.tar.xz) = 16ae80abe85b29fa118e1910a224c883964ae6c0 -RMD160 (mesa-10.5.3.tar.xz) = 017492351cb3956d3b36eb7c22ad99846b77f7a2 -Size (mesa-10.5.3.tar.xz) = 6988300 bytes +SHA1 (mesa-10.5.5.tar.xz) = 367f78c244a34eeb5e8fc4531228166ea1118165 +RMD160 (mesa-10.5.5.tar.xz) = 3d73894defb5badf8bde0d026c7802f55aa24484 +Size (mesa-10.5.5.tar.xz) = 6989964 bytes SHA1 (patch-configure) = 3fc150370e36fc49382b491d907608f00cf99a72 SHA1 (patch-include_GL_glxext.h) = 830902f2d38a8395cda682c059fc5223e1b0e89e SHA1 (patch-src_gallium_auxiliary_util_u__format__tests.c) = 4d5e4677c2825778c43440ab131b8807f6840975 |