mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 01:42:56 +02:00
MesaLib: update to 7.10.3.
This commit is contained in:
parent
669350aa83
commit
8a9e1d9822
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,6 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=7.10.2
|
version=7.10.3
|
||||||
revision=2
|
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
||||||
build_style=gnu_configure
|
build_style=gnu_configure
|
||||||
|
@ -10,7 +9,9 @@ configure_args="--enable-glx-tls --enable-xcb --enable-gallium-egl
|
||||||
--enable-gallium-radeon --enable-gallium-r600 --enable-gallium-swrast"
|
--enable-gallium-radeon --enable-gallium-r600 --enable-gallium-swrast"
|
||||||
short_desc="Graphics library similar to SGI's OpenGL"
|
short_desc="Graphics library similar to SGI's OpenGL"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
checksum=8ced2678ce11cf30804694a92ea3ca6b82f158ae8995bdc626c7e85aac71c7c1
|
homepage="http://www.mesa3d.org/"
|
||||||
|
license="MIT, LGPL-2.1"
|
||||||
|
checksum=1e701fc839b872677ddca9ed8784d754c9da1fbeda98173980e06aa7df0e85c0
|
||||||
long_desc="
|
long_desc="
|
||||||
MesaLib is a 3-D graphics library with an API which is very similar to
|
MesaLib is a 3-D graphics library with an API which is very similar to
|
||||||
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
that of OpenGL*. To the extent that Mesa utilizes the OpenGL command syntax
|
||||||
|
@ -35,6 +36,7 @@ Add_dependency run libXt
|
||||||
Add_dependency run talloc
|
Add_dependency run talloc
|
||||||
|
|
||||||
Add_dependency build python
|
Add_dependency build python
|
||||||
|
Add_dependency build flex
|
||||||
Add_dependency build pkg-config
|
Add_dependency build pkg-config
|
||||||
Add_dependency build glproto
|
Add_dependency build glproto
|
||||||
Add_dependency build dri2proto ">=2.1"
|
Add_dependency build dri2proto ">=2.1"
|
||||||
|
|
Loading…
Add table
Reference in a new issue