MesaLib: update to 8.0.2; enable texture-float, vmware drm driver.
This commit is contained in:
parent
335f14a75e
commit
ee0dc1f638
1 changed files with 4 additions and 4 deletions
|
@ -1,19 +1,19 @@
|
|||
# Template build file for 'MesaLib'.
|
||||
pkgname=MesaLib
|
||||
version=8.0.1
|
||||
version=8.0.2
|
||||
wrksrc="Mesa-${version}"
|
||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
||||
build_style=gnu-configure
|
||||
configure_args="--enable-glx-tls --enable-shared-glapi --enable-gallium-g3dvl
|
||||
--enable-shared-dricore --enable-gles1 --enable-gles2 --enable-openvg
|
||||
--enable-egl --with-dri-driverdir=/usr/lib/xorg/modules/dri --with-driver=dri
|
||||
--enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc
|
||||
--with-gallium-drivers=r300,r600,nouveau,swrast,i915"
|
||||
--enable-gallium-egl --disable-va --enable-vdpau --enable-xvmc --enable-xa
|
||||
--enable-texture-float --with-gallium-drivers=r300,r600,nouveau,swrast,i915,svga"
|
||||
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"
|
||||
checksum=593af02ea2b5b7afb057a12c550f2c03b1d1cf59a716972d601c1499545ea0a7
|
||||
checksum=8f4d1e70e058a65143e618a9daaf45f00fac04ae9464b35a8d9eeeef3fa5e2a5
|
||||
long_desc="
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue