mesa3d: updated to 19.1.0

This commit is contained in:
Fredrik Rinnestam 2019-06-12 00:45:55 +02:00
parent 75f21fb7eb
commit 7de6a78b92
3 changed files with 5 additions and 11 deletions

View File

@ -82,8 +82,6 @@ drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/egl.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gbm.pc
-rw-r--r-- root/root usr/lib/pkgconfig/gl.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glesv1_cm.pc
-rw-r--r-- root/root usr/lib/pkgconfig/glesv2.pc
-rw-r--r-- root/root usr/lib/pkgconfig/osmesa.pc
-rw-r--r-- root/root usr/lib/pkgconfig/xatracker.pc
drwxr-xr-x root/root usr/lib/vdpau/

View File

@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/xorg.pub
RWTSGWF5Q7TndCn5nWy2gAxopKAX1RSC7Z+iFaKAAK1u3DsBco87BSLWQl1F6AQd07neen8Z+5U1dvVwV22iL2Cp7HEHsFfnTwM=
SHA256 (Pkgfile) = c6a719a7e0cd41c00128e0a9a6f3e36c3888446b1cd9614b3d4cf6233896f195
SHA256 (.footprint) = 17f8d3f8f53e5ea96e223a29619e2c3696359a5db7d4896095d93f75f4caa74c
SHA256 (mesa-19.0.6.tar.xz) = 2db2f2fcaa4048b16e066fad76b8a93944f7d06d329972b0f5fd5ce692ce3d24
RWTSGWF5Q7TndHzLSvUXKcBfjuA7jb5OeJn2/W2NP0S3mbf7MOMPMISOol5iBQfm2oV71DbUqp29wq4zpST58y8vtBe7ATdyCQU=
SHA256 (Pkgfile) = e0921ba1b1e70cec0489c92fdfea8a11906c00af435e7866e2dd497632f85989
SHA256 (.footprint) = aac0f4f3d3d2fde548291ab6be93ed14c85a208768580f5478bcca788afd69a3
SHA256 (mesa-19.1.0.tar.xz) = 2a6c3af3a803389183168e449c536304cf03e0f82c4c9333077933543b9d02f3

View File

@ -4,7 +4,7 @@
# Depends on: elfutils libdrm libglvnd libvdpau llvm python3-mako xorg-libxdamage xorg-libxrandr xorg-libxshmfence xorg-libxvmc xorg-libxxf86vm
name=mesa3d
version=19.0.6
version=19.1.0
release=1
source=(https://mesa.freedesktop.org/archive/mesa-$version.tar.xz)
@ -31,8 +31,4 @@ build() {
# indirect rendering symlink
ln -s libGLX_mesa.so.0 $PKG/usr/lib/libGLX_indirect.so.0
# remove libGLES* for libglvnd; see thread at
# https://lists.freedesktop.org/archives/mesa-maintainers/2017-March/000055.html
rm $PKG/usr/lib/libGLES*
}