mesa3d: update to 18.1.6

This commit is contained in:
Juergen Daubert 2018-08-14 18:10:06 +02:00
parent 80ca1c6cbd
commit 957eac4c98
2 changed files with 5 additions and 9 deletions

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndD85MEtzZMwrfkYJeYCCPG+w6jymCXC5gHDmkZJO1FHIDsau4nFpZs+Y4tYRqfjKal7euN0iSeaEeWmAl0eiRQg=
SHA256 (Pkgfile) = eb4da6188053aa9d86915dc5cd8fd7e7f9bf1e676c41eea1ddfac44c8951da59
RWTSGWF5Q7TndIGAii6K9X4Cyl2Lh0o4YDBlcfjBZwKdbBg2moksQnIKVN/Mmt0rft06vBEdo8ARqag3Uu/0U3ry9k60c7ywiQA=
SHA256 (Pkgfile) = f196127b503ca5990af152b3dd54c1e955027dc17dcf586393bb6676740a1bd6
SHA256 (.footprint) = 925ddb209ab66aa51a2d23bdad2bb0b4b149d863419c449f11940e7b60e1132b
SHA256 (mesa-18.1.3.tar.xz) = 54f08deeda0cd2f818e8d40140040ed013de7852573002453b7f50da9ea738ce
SHA256 (mesa-18.1.6.tar.xz) = bb7ce759069801804fcfb8152da3457f76cd7b4e0096e4870ff5adcb5c894289

View File

@ -4,8 +4,8 @@
# Depends on: elfutils libdrm libvdpau llvm xorg-libxdamage xorg-libxshmfence xorg-libxvmc xorg-libxxf86vm libglvnd python-mako
name=mesa3d
version=18.1.3
release=2
version=18.1.6
release=1
source=(https://mesa.freedesktop.org/archive/mesa-$version.tar.xz)
build() {
@ -13,10 +13,6 @@ build() {
export LDFLAGS="$LDFLAGS -lLLVM"
# fix from fedora for glvnd
sed -i -e '10s,@GL_LIB@,GL,' src/mesa/gl.pc.in
autoreconf -vfi
./configure \
--prefix=/usr \
--sysconfdir=/etc \