libGL: update to 19.0.4.

This commit is contained in:
Johannes 2019-05-13 15:27:18 +02:00 committed by Johannes
parent 66533da680
commit f2a0c448d9
2 changed files with 2 additions and 17 deletions

View file

@ -1,15 +0,0 @@
Source: maxice8
Upstream: no
Reason: restores version of libGLESv1 library that was on autotools
--- src/mapi/es1api/meson.build
+++ src/mapi/es1api/meson.build
@@ -38,7 +38,7 @@ libglesv1_cm = shared_library(
include_directories : [inc_src, inc_include, inc_mapi],
link_with : libglapi,
dependencies : [dep_thread, dep_libdrm, dep_m, dep_dl],
- version : '1.0.0',
+ version : '1.1.0',
install : true,
)

View file

@ -1,6 +1,6 @@
# Template file for 'libGL'
pkgname=libGL
version=19.0.3
version=19.0.4
revision=1
wrksrc="mesa-${version}"
build_style=meson
@ -21,7 +21,7 @@ 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=f027244e38dc309a4c12db45ef79be81ab62c797a50a88d566e4edb6159fc4d5
checksum=39f9f32f448d77388ef817c6098d50eb0c1595815ce7e895dec09dd68774ce47
# Set subpackages manually to set proper rdeps in 32bit pkgs.
subpackages="libglapi libgbm libEGL libGLES libOSMesa"