MesaLib: update to 9.1.1.
This commit is contained in:
parent
6b057fb74d
commit
dbfc60af05
|
@ -968,8 +968,7 @@ libkeyutils.so.1 libkeyutils-1.5.5_1
|
||||||
libiptcdata.so.0 libiptcdata-1.0.4_1
|
libiptcdata.so.0 libiptcdata-1.0.4_1
|
||||||
libutempter.so.0 libutempter-1.1.5_1
|
libutempter.so.0 libutempter-1.1.5_1
|
||||||
libxatracker.so.1 MesaLib-7.11_1
|
libxatracker.so.1 MesaLib-7.11_1
|
||||||
libdricore9.0.3.so.1 MesaLib-9.0.3_1
|
libdricore9.1.1.so.1 MesaLib-9.1.1_1
|
||||||
libdricore9.1.0.so.1 MesaLib-9.1_1
|
|
||||||
libtumbler-1.so.0 tumbler-4.9.2_1
|
libtumbler-1.so.0 tumbler-4.9.2_1
|
||||||
libwebrtc_audio_processing.so.0 webrtc-audio-processing-0.1_1
|
libwebrtc_audio_processing.so.0 webrtc-audio-processing-0.1_1
|
||||||
libcupsmime.so.1 libcups-1.5.3_1
|
libcupsmime.so.1 libcups-1.5.3_1
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template build file for 'MesaLib'.
|
# Template build file for 'MesaLib'.
|
||||||
pkgname=MesaLib
|
pkgname=MesaLib
|
||||||
version=9.1
|
version=9.1.1
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="Mesa-${version}"
|
wrksrc="Mesa-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
|
@ -16,14 +16,14 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://www.mesa3d.org/"
|
homepage="http://www.mesa3d.org/"
|
||||||
license="MIT, LGPL-2.1"
|
license="MIT, LGPL-2.1"
|
||||||
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
distfiles="ftp://ftp.freedesktop.org/pub/mesa/$version/$pkgname-$version.tar.bz2"
|
||||||
checksum=af484cbfe7fe26e62fb1ddb1204d608c4270e74364c44e7207508cd736a0707b
|
checksum=3ae5741918a26ce6457b4427663b9e0ed31a3cae1b10b9009e55769a52e9adeb
|
||||||
|
|
||||||
conf_files="/etc/drirc"
|
conf_files="/etc/drirc"
|
||||||
depends="mesa-swraster-dri-${version}_${revision}"
|
depends="mesa-swraster-dri-${version}_${revision}"
|
||||||
|
|
||||||
makedepends="automake flex pkg-config glproto dri2proto>=2.1
|
makedepends="automake flex pkg-config glproto dri2proto>=2.1
|
||||||
libXext-devel libXxf86vm-devel libXdamage-devel libudev-devel>=183
|
libXext-devel libXxf86vm-devel libXdamage-devel libudev-devel>=183
|
||||||
libdrm-devel expat-devel libXt-devel talloc-devel libxml2-python
|
libdrm-devel expat-devel talloc-devel libxml2-python
|
||||||
libvdpau-devel libXvMC-devel>=1.0.6 wayland-devel llvm>=3.2"
|
libvdpau-devel libXvMC-devel>=1.0.6 wayland-devel llvm>=3.2"
|
||||||
|
|
||||||
subpackages="libgbm libEGL libglapi libGLES libGL libOpenVG libOSMesa
|
subpackages="libgbm libEGL libglapi libGLES libGL libOpenVG libOSMesa
|
||||||
|
|
Loading…
Reference in New Issue