Revert "mesa3d-32: 10.4.5 -> 10.5.0"

This reverts commit f6e61ccfddaeedb8843953ab9866d2059edabe78.
This commit is contained in:
Danny Rawlins 2015-03-07 20:15:34 +11:00
parent acb7aec8a0
commit c911049fe3
2 changed files with 10 additions and 7 deletions

View File

@ -1 +1,2 @@
133c5264a0c81d23168a65435ad23ede mesa-10.5.0.tar.xz
89a9862f747127feb5cc06ed86ebd2be 0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch
fd44bf89d48d1744591d9dbe0ce1d54e MesaLib-10.4.5.tar.bz2

View File

@ -1,22 +1,24 @@
# Description: Mesa 3D Graphics Library
# URL: http://www.mesa3d.org
# Maintainer: CRUX compat-32 Team, compat-32-ports at crux dot nu
# Depends on: elfutils-32 eudev-32 expat-32 libdrm-32 libvdpau-32 libxml2-python-32 llvm-32 mesa3d talloc-32 xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxt-32 xorg-libxvmc-32 xorg-libxxf86vm-32 xorg-presentproto-32
# Depends on: elfutils-32 expat-32 libdrm-32 libvdpau-32 libxml2-python-32 llvm-32 talloc-32 xorg-dri2proto-32 xorg-dri3proto-32 xorg-glproto-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxt-32 xorg-libxvmc-32 xorg-libxxf86vm-32 eudev-32 mesa3d xorg-presentproto-32
name=mesa3d-32
version=10.5.0
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/mesa-$version.tar.xz)
version=10.4.5
release=2
source=(ftp://ftp.freedesktop.org/pub/mesa/$version/MesaLib-$version.tar.bz2
0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch)
build() {
cd mesa-$version
cd Mesa-$version
local f
for f in $(grep -r -l llvm-config | xargs); do
sed -i -e 's|llvm-config|llvm-config-32|g' $f
done
autoreconf --install --symlink --force
patch -p1 -i $SRC/0196-gallivm-Update-for-RTDyldMemoryManager-becoming-an-u.patch
autoreconf --install --symlink
./configure \
--prefix=/usr \