From a1143d29969d384c1d20470bbe8dd8f301b4500d Mon Sep 17 00:00:00 2001 From: maxice8 Date: Fri, 7 Sep 2018 23:55:11 -0300 Subject: [PATCH] libGL: update to 18.2.0. --- srcpkgs/libGL/patches/musl.patch | 10 ---------- srcpkgs/libGL/template | 12 +++--------- 2 files changed, 3 insertions(+), 19 deletions(-) diff --git a/srcpkgs/libGL/patches/musl.patch b/srcpkgs/libGL/patches/musl.patch index d89ca6e6a7..dc71d18c3d 100644 --- a/srcpkgs/libGL/patches/musl.patch +++ b/srcpkgs/libGL/patches/musl.patch @@ -32,16 +32,6 @@ #include #include #else ---- src/mesa/drivers/dri/i965/brw_bufmgr.h -+++ src/mesa/drivers/dri/i965/brw_bufmgr.h -@@ -37,6 +37,7 @@ - #include - #include - #include -+#include - #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 @@ diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 868e6fbc89..388df93afb 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -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 " 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() {