libGL: update to 11.2.0.

This commit is contained in:
Juan RP 2016-04-04 14:50:35 +02:00
parent 32bfb5887d
commit 18f38bdd17
2 changed files with 3 additions and 19 deletions

View file

@ -1,16 +0,0 @@
https://build.opensuse.org/package/show?project=X11%3AXOrg&package=Mesa
--- src/gallium/state_trackers/clover/llvm/invocation.cpp
+++ src/gallium/state_trackers/clover/llvm/invocation.cpp
@@ -661,7 +661,11 @@ namespace {
if (dump_asm) {
LLVMSetTargetMachineAsmVerbosity(tm, true);
+#if HAVE_LLVM >= 0x0308
+ LLVMModuleRef debug_mod = wrap(llvm::CloneModule(mod).release());
+#else
LLVMModuleRef debug_mod = wrap(llvm::CloneModule(mod));
+#endif
emit_code(tm, debug_mod, LLVMAssemblyFile, &out_buffer, r_log);
buffer_size = LLVMGetBufferSize(out_buffer);
buffer_data = LLVMGetBufferStart(out_buffer);

View file

@ -1,7 +1,7 @@
# Template build file for 'libGL'.
pkgname=libGL
version=11.1.2
revision=3
version=11.2.0
revision=1
wrksrc="mesa-${version}"
build_style=gnu-configure
configure_args="--enable-shared-glapi --enable-gbm
@ -13,7 +13,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
homepage="http://www.mesa3d.org/"
license="MIT, LGPL-2.1"
distfiles="ftp://ftp.freedesktop.org/pub/mesa/${version}/mesa-${version}.tar.xz"
checksum=8f72aead896b340ba0f7a4a474bfaf71681f5d675592aec1cb7ba698e319148b
checksum=1c1fed2674abf3f16ed2623e9a5694d6752c293194e18462ebc644a19cfaafb2
hostmakedepends="
automake libtool flex pkg-config llvm python-Mako libxml2-python wayland-devel"