* update egl-wayland to 2:1.1.12-1

This commit is contained in:
Alexander Baldeck 2023-07-13 15:07:38 +02:00
parent 00c985ab7a
commit 1bb401af95

View File

@ -2,8 +2,8 @@
# Maintainer: Jan Alexander Steffens (heftig) <heftig@archlinux.org>
pkgname=egl-wayland
pkgver=1.1.11
pkgrel=4
pkgver=1.1.12
pkgrel=1
epoch=2
pkgdesc="EGLStream-based Wayland external platform"
url="https://github.com/NVIDIA/egl-wayland"
@ -20,16 +20,12 @@ makedepends=(
wayland-protocols
)
provides=(libnvidia-egl-wayland.so)
_commit=1bac4260aa89c4938246798f3a141500ed9daa10 # tags/1.1.11
_commit=e3b2240f97a640f288c19ced8a32e22d88ca84f5 # tags/1.1.12
source=(
"git+$url#commit=$_commit"
0001-Destroy-all-created-wayland-object-in-terminateDispl.patch
0002-Fix-wrong-destruction-order-for-event-queue.patch
10_nvidia_wayland.json
)
b2sums=('SKIP'
'b54d31b2b086d2b9e00ca226acb47e1a7bd071d9e45af87e68c28bd6e661f009213ac92eaf6161e0c8e8b8ff91850f598c0417051c1fd90c2f5f1fa4f1f4a43b'
'2d669bf533983616f43aa4c6aa710e27a9f1fbb53c77697709ec9d4bc25e7d99a7fb0069daa17ba690c293e581b983ae61d0140064592b75d01a8fd976cc9c66'
'b10206c742e8966d1192b9b0604137e6b296d2be74a437841c63844c0716343578b11565a34fb4c534d5908c0b5775305581b68039a6ff9ed7421c9d385a2b7a')
pkgver() {
@ -39,14 +35,6 @@ pkgver() {
prepare() {
cd $pkgname
# https://bugs.archlinux.org/task/77260
# https://github.com/NVIDIA/egl-wayland/pull/74
git apply -3 ../0001-Destroy-all-created-wayland-object-in-terminateDispl.patch
# https://bugs.archlinux.org/task/78143
# https://github.com/NVIDIA/egl-wayland/pull/79
git apply -3 ../0002-Fix-wrong-destruction-order-for-event-queue.patch
}
build() {