MesaLib: update to 10.1.1.

This commit is contained in:
Juan RP 2014-04-19 08:49:13 +02:00
parent 3659bcab9a
commit 092f5baaca

View file

@ -1,7 +1,7 @@
# Template build file for 'MesaLib'.
pkgname=MesaLib
version=10.1.0
revision=8
version=10.1.1
revision=1
wrksrc="Mesa-${version}"
build_style=gnu-configure
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gbm
@ -12,8 +12,8 @@ short_desc="Graphics library similar to SGI's OpenGL"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://www.mesa3d.org/"
license="MIT, LGPL-2.1"
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version%.*}/${pkgname}-${version}.tar.bz2"
checksum=5941c3d4772a9f447f51569dfca48e01af98080bc996991d00a13f900dab2230
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/${pkgname}-${version}.tar.bz2"
checksum=f3ae730ed81fffcb1ec59076813f9955157da7a1dd9ba23a6b1b8ff8cf6798b0
hostmakedepends="
automake libtool flex pkg-config llvm>=3.3 libxml2-python wayland-devel"