diff --git a/srcpkgs/libGL/patches/fix-libGLESv1-versioning.patch b/srcpkgs/libGL/patches/fix-libGLESv1-versioning.patch deleted file mode 100644 index 602dcc6be5..0000000000 --- a/srcpkgs/libGL/patches/fix-libGLESv1-versioning.patch +++ /dev/null @@ -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, - ) - diff --git a/srcpkgs/libGL/template b/srcpkgs/libGL/template index 2628db7fbc..e2fa0b0afb 100644 --- a/srcpkgs/libGL/template +++ b/srcpkgs/libGL/template @@ -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"