* update glew to 2.2.0-7

This commit is contained in:
Alexander Baldeck 2024-07-23 19:40:45 +02:00
parent b331f119a6
commit ca1af91551
3 changed files with 28 additions and 5 deletions

21
glew/.SRCINFO Normal file
View File

@ -0,0 +1,21 @@
pkgbase = glew
pkgdesc = The OpenGL Extension Wrangler Library
pkgver = 2.2.0
pkgrel = 7
url = https://github.com/nigels-com/glew
arch = x86_64
license = LicenseRef-glew
depends = glibc
depends = libegl
depends = libgl
depends = glu
optdepends = libx11: for glxewinfo and visualinfo
provides = libGLEW.so
source = https://downloads.sourceforge.net/glew/glew-2.2.0.tgz
source = glew-install.patch
source = egl+glx.patch
sha256sums = d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1
sha256sums = ef864c1e673f6a8fab4d3f5bc3c3eb9596cd225c24765de9dff2064e72f350d5
sha256sums = 206dc53e185aa2bd64b21107dcaafccb3207a8185ccd1c02a87ed9783c25cc61
pkgname = glew

5
glew/.nvchecker.toml Normal file
View File

@ -0,0 +1,5 @@
[glew]
source = "github"
github = "nigels-com/glew"
use_max_tag = true
prefix = "glew-"

View File

@ -5,11 +5,11 @@
pkgname=glew
pkgver=2.2.0
pkgrel=6
pkgrel=7
pkgdesc="The OpenGL Extension Wrangler Library"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url="https://github.com/nigels-com/glew"
license=('BSD' 'MIT' 'GPL')
license=("LicenseRef-$pkgname")
depends=('glibc' 'libegl' 'libgl' 'glu')
optdepends=('libx11: for glxewinfo and visualinfo')
provides=('libGLEW.so')
@ -17,9 +17,6 @@ provides=('libGLEW.so')
source=(https://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tgz
glew-install.patch
egl+glx.patch)
sha1sums=('22d6e9b9e691080eb6313407dbf51cfebc3345ea'
'e1bfa1e6ae3c7a553920978111092ea9d3a33c95'
'30dbb0a98883db63414d41114aacc9f847edd066')
sha256sums=('d4fc82893cfb00109578d0a1a2337fb8ca335b3ceccf97b97e5cc7f08e4353e1'
'ef864c1e673f6a8fab4d3f5bc3c3eb9596cd225c24765de9dff2064e72f350d5'
'206dc53e185aa2bd64b21107dcaafccb3207a8185ccd1c02a87ed9783c25cc61')