mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 15:43:49 +02:00
MesaLib: update to 7.8.1.
--HG-- extra : convert_revision : 46a76a1213092565a05426c610a8fe716bfccbd7
This commit is contained in:
parent
4d9ee6c28c
commit
b8a20c51be
1 changed files with 4 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=7.8
|
version=7.8.1
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
distfiles="
|
distfiles="
|
||||||
ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2
|
ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2
|
||||||
|
@ -10,8 +10,8 @@ configure_args="--enable-glx-tls --enable-xcb --with-demos"
|
||||||
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="
|
checksum="
|
||||||
8c85db5844303b806b18fc6bd40a9dccb02d90b54878a94f910674673ba0aa35
|
b0b46e5abfd75db44501e308125fa92bcf1c91d91e97a043a3b1764cfa0907fa
|
||||||
5bf65f03ddcd04b02e9ca044285f8754decee67eb274191da1f31627f1d84b0e"
|
e9f20b9345240064ac35ec914ebce63322a96d3f7c566963791d0daf7e7a93e5"
|
||||||
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
|
||||||
|
@ -34,6 +34,7 @@ Add_dependency run expat
|
||||||
Add_dependency run libXt
|
Add_dependency run libXt
|
||||||
Add_dependency run libSM
|
Add_dependency run libSM
|
||||||
Add_dependency run libICE
|
Add_dependency run libICE
|
||||||
|
Add_dependency build python
|
||||||
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