mesa3d-32: 18.2.6 -> 18.3.1

This commit is contained in:
Danny Rawlins 2018-12-17 00:18:58 +11:00
parent 0ee53fb140
commit 0b919bfb18
2 changed files with 6 additions and 7 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/compat-32.pub
RWSwxGo/zH7eXWG+pT8xG0Wm9/r7I4KmJM1As34L4vIg9B0QCFvRWCfGpibIceHQ6RYNVfppfCltHT66v8KOxcVtej0icsFjkwY=
SHA256 (Pkgfile) = 7d4e195a9a8f61de88904d5ec8bbfa1e6b6cde0dd8c1f8825ef628f9de503cd9
RWSwxGo/zH7eXVZbkWSFTbA1BzoJ9dpIHjZElsNm8RXmeCaKbVK1Rh1EpVAwD5Mo3f1VEo2Yt8yPB/Umg+XNw12DJd18AufZ7AI=
SHA256 (Pkgfile) = 8108d958f977566c03b51a3ce0c137c501f6ba29c0ffcbc808c92f36cd8a4b91
SHA256 (.footprint) = db856afcc51c9dd3820f7872f7422bc9ecfc8390f5158a73ded6a6a5494b9269
SHA256 (mesa-18.2.6.tar.xz) = 9ebafa4f8249df0c718e93b9ca155e3593a1239af303aa2a8b0f2056a7efdc12
SHA256 (mesa-18.3.1.tar.xz) = 5b1f827d28684a25f6657289f8b7d47ac56395988c7ac23e0ec9a62b644bdc63

View File

@ -4,7 +4,7 @@
# Depends on: elfutils-32 expat-32 libdrm-32 libglvnd-32 libvdpau-32 llvm-32 xorg-libxdamage-32 xorg-libxshmfence-32 xorg-libxvmc-32 xorg-libxxf86vm-32 xorg-libxrandr-32 mesa3d
name=mesa3d-32
version=18.2.6
version=18.3.1
release=1
source=(https://mesa.freedesktop.org/archive/mesa-$version.tar.xz)
@ -16,10 +16,9 @@ build() {
sed -i -e 's|llvm-config|llvm-config-32|g' $f
done
export LDFLAGS="$LDFLAGS -lLLVM"
autoreconf --force --install --symlink
CONFIG_SHELL=/bin/bash \
./configure \
--prefix=/usr \
--sysconfdir=/etc \
@ -51,5 +50,5 @@ build() {
# https://lists.freedesktop.org/archives/mesa-maintainers/2017-March/000055.html
rm $PKG/usr/lib32/libGLES*
rm -r $PKG/etc $PKG/usr/{include,share/glvnd}
rm -r $PKG/usr/{include,share/{drirc.d,glvnd}}
}