diff --git a/common/shlibs b/common/shlibs index ee201d108c..df9bf6548c 100644 --- a/common/shlibs +++ b/common/shlibs @@ -994,7 +994,7 @@ libkeyutils.so.1 libkeyutils-1.5.5_1 libiptcdata.so.0 libiptcdata-1.0.4_1 libutempter.so.0 libutempter-1.1.5_1 libxatracker.so.1 MesaLib-7.11_1 -libdricore9.2.4.so.1 MesaLib-9.2.4_1 +libdricore10.0.0.so.1 MesaLib-10.0.0_1 libtumbler-1.so.0 tumbler-4.9.2_1 libwebrtc_audio_processing.so.0 webrtc-audio-processing-0.1_1 libcupsmime.so.1 libcups-1.5.3_1 diff --git a/srcpkgs/MesaLib/template b/srcpkgs/MesaLib/template index d44d5ee613..c67743724f 100644 --- a/srcpkgs/MesaLib/template +++ b/srcpkgs/MesaLib/template @@ -1,6 +1,6 @@ # Template build file for 'MesaLib'. pkgname=MesaLib -version=9.2.4 +version=10.0.0 revision=1 wrksrc="Mesa-${version}" build_style=gnu-configure @@ -15,8 +15,8 @@ short_desc="Graphics library similar to SGI's OpenGL" maintainer="Juan RP " homepage="http://www.mesa3d.org/" license="MIT, LGPL-2.1" -distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/${pkgname}-${version}.tar.bz2" -checksum=fdde10c3d17a1de1fa9afcf5dc40d72eef84d3ad77e7d631b8b442772957b937 +distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version%.*}/${pkgname}-${version}.tar.bz2" +checksum=a36b9f58feb0688243a7bdd7e040173799c0280c9c47f1532206a874dd737102 hostmakedepends="automake libtool flex pkg-config llvm>=3.3" makedepends="glproto dri2proto>=2.1 libXext-devel libXxf86vm-devel libXdamage-devel @@ -149,8 +149,6 @@ mesa-swraster-dri_package() { short_desc="Mesa DRI drivers for the Software Rasterizer" replaces="MesaLib<9.0.2" pkg_install() { - vmove "usr/lib/libXvMCsoftpipe.so*" - vmove "usr/lib/vdpau/libvdpau_softpipe.so*" vmove "usr/lib/xorg/modules/drivers/swrast*" vmove "usr/lib/gallium-pipe/pipe_swrast.so" }