libGL: update to 18.2.0.

This commit is contained in:
maxice8 2018-09-07 23:55:11 -03:00
parent 6bf02c3b0e
commit a1143d2996
No known key found for this signature in database
GPG key ID: 543B9D4F4299F06B
2 changed files with 3 additions and 19 deletions

View file

@ -32,16 +32,6 @@
#include <unistd.h>
#include <fcntl.h>
#else
--- src/mesa/drivers/dri/i965/brw_bufmgr.h
+++ src/mesa/drivers/dri/i965/brw_bufmgr.h
@@ -37,6 +37,7 @@
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
+#include <time.h>
#include "util/u_atomic.h"
#include "util/list.h"
--- src/gallium/state_trackers/nine/nine_debug.c
+++ src/gallium/state_trackers/nine/nine_debug.c
@@ -73,8 +73,8 @@

View file

@ -1,6 +1,6 @@
# Template file for 'libGL'
pkgname=libGL
version=18.1.7
version=18.2.0
revision=1
wrksrc="mesa-${version}"
build_style=meson
@ -13,14 +13,14 @@ hostmakedepends="flex libxml2-python llvm pkg-config
makedepends="elfutils-devel expat-devel libXdamage-devel libXvMC-devel
libXxf86vm-devel libatomic-devel libdrm-devel libffi-devel libva-devel
libvdpau-devel libxshmfence-devel ncurses-devel talloc-devel zlib-devel
wayland-devel wayland-protocols llvm libsensors-devel"
wayland-devel wayland-protocols llvm libsensors-devel libXrandr-devel"
short_desc="Graphics library similar to SGI's OpenGL"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="MIT, LGPL-2.1-or-later"
homepage="https://www.mesa3d.org/"
changelog="https://www.mesa3d.org/relnotes/${version}.html"
distfiles="https://mesa.freedesktop.org/archive/mesa-${version}.tar.xz"
checksum=655e3b32ce3bdddd5e6e8768596e5d4bdef82d0dd37067c324cc4b2daa207306
checksum=22452bdffff8e11bf4284278155a9f77cb28d6d73a12c507f1490732d0d9ddce
conf_files="/etc/drirc"
# Set subpackages manually to set proper rdeps in 32bit pkgs.
@ -86,12 +86,6 @@ post_install() {
vlicense docs/license.html
vmkdir usr/lib/xorg/modules/extensions
ln -s libglx-xorg.so ${DESTDIR}/usr/lib/xorg/modules/extensions/libglx.so
if [ -d "$DESTDIR/usr/lib32" ]; then
rm -f ${DESTDIR}/usr/lib32/libwayland-egl.so*
rm -f ${DESTDIR}/usr/lib32/pkgconfig/wayland-egl.pc
fi
rm -f ${DESTDIR}/usr/lib/libwayland-egl.so*
rm -f ${DESTDIR}/usr/lib/pkgconfig/wayland-egl.pc
}
libglapi_package() {