From f603397c401f23f6de246f30339454ae10462f0c Mon Sep 17 00:00:00 2001 From: Victor Martinez Date: Thu, 9 Apr 2015 15:37:55 +0200 Subject: [PATCH] mesa3d: updated to 10.5.2 --- mesa3d/.md5sum | 3 +-- mesa3d/Pkgfile | 10 ++++------ 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/mesa3d/.md5sum b/mesa3d/.md5sum index b44dc9c..c037469 100644 --- a/mesa3d/.md5sum +++ b/mesa3d/.md5sum @@ -1,2 +1 @@ -89a9862f747127feb5cc06ed86ebd2be 0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch -b4f5e94d5d1fd2e4b1f9fd34d3d28595 MesaLib-10.4.6.tar.bz2 +528b3b0c0ff330766b9788da04a9fabd mesa-10.5.2.tar.xz diff --git a/mesa3d/Pkgfile b/mesa3d/Pkgfile index aac5527..cdfea87 100644 --- a/mesa3d/Pkgfile +++ b/mesa3d/Pkgfile @@ -5,15 +5,13 @@ # Depends on: elfutils expat libdrm libvdpau libxml2-python llvm talloc xorg-dri3proto xorg-glproto xorg-libxdamage xorg-libxshmfence xorg-libxt xorg-libxvmc xorg-libxxf86vm xorg-makedepend xorg-presentproto name=mesa3d -version=10.4.6 +version=10.5.2 release=1 -source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2 \ - 0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch) +source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz) build() { - cd Mesa-$version - patch -p1 -i $SRC/0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch - autoreconf --install --symlink + cd mesa-$version + autoreconf --force --install --symlink ./configure --prefix=/usr \ --sysconfdir=/etc \ -- 2.26.2