mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-08 22:45:43 +00:00
extra/libglvnd to 1.3.3-1
This commit is contained in:
parent
d7958c3aee
commit
6cd4e3acbb
1 changed files with 3 additions and 10 deletions
|
@ -4,8 +4,8 @@
|
|||
# - disable assembly
|
||||
|
||||
pkgname=libglvnd
|
||||
pkgver=1.3.2
|
||||
pkgrel=2
|
||||
pkgver=1.3.3
|
||||
pkgrel=1
|
||||
pkgdesc="The GL Vendor-Neutral Dispatch library"
|
||||
arch=('x86_64')
|
||||
url="https://github.com/NVIDIA/libglvnd"
|
||||
|
@ -13,17 +13,10 @@ license=('custom:BSD-like')
|
|||
makedepends=('libxext' 'libx11' 'xorgproto' 'python' 'meson')
|
||||
provides=('libgl' 'libegl' 'libgles')
|
||||
source=("https://gitlab.freedesktop.org/glvnd/libglvnd/-/archive/v$pkgver/libglvnd-v$pkgver.tar.gz"
|
||||
https://gitlab.freedesktop.org/glvnd/libglvnd/-/commit/a527411da713b2068974c46d7129326520dc5923.patch
|
||||
LICENSE)
|
||||
sha512sums=('01db155f02fa21f4217ee5ca6dd8eeed3d20672c8aaa43475bd112921716ee8d4124e01f80a89587ddc8ebfa4a552c5e02d70726222702cce1601a6e6f4bc22b'
|
||||
'10f630d141f65d8d54adf434b3c0b56c937f495336a873737cbea1b0ca07728b430bd44a7f3f712c5ae20a37b71a864301205c590bd251897155e60b1b1e7e6d'
|
||||
sha512sums=('8da13d560ab058c9c81f8d721e55ca9399f3bac9f71599d1c5fbcc0a4b87262476d04c5e84696cc9917cb4317080499cec01445b4b836dc74fe1f57bf6eca89a'
|
||||
'bf0f4a7e04220a407400f89226ecc1f798cc43035f2538cc8860e5088e1f84140baf0d4b0b28f66e4b802d4d6925769a1297c24e1ba39c1c093902b2931781a5')
|
||||
|
||||
prepare() {
|
||||
# https://bugs.archlinux.org/task/70488
|
||||
patch -d $pkgname-v$pkgver -p1 < a527411da713b2068974c46d7129326520dc5923.patch
|
||||
}
|
||||
|
||||
build() {
|
||||
arch-meson $pkgname-v$pkgver build \
|
||||
-D gles1=false -D asm=disabled
|
||||
|
|
Loading…
Reference in a new issue