glmark2: update to 2020.04.
This commit is contained in:
parent
3fec6f4eea
commit
422a25618b
1 changed files with 7 additions and 8 deletions
|
@ -1,16 +1,15 @@
|
|||
# Template file for 'glmark2'
|
||||
pkgname=glmark2
|
||||
version=0.0.20180208
|
||||
version=2020.04
|
||||
revision=1
|
||||
_commit=b195a2d37bd8bb55bb4cab30b93c84d6992a72a4
|
||||
wrksrc=${pkgname}-${_commit}
|
||||
build_style=waf
|
||||
configure_args="--with-flavors=x11-gl,x11-glesv2,drm-gl,wayland-gl,wayland-glesv2,drm-glesv2"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="libjpeg-turbo-devel libpng-devel libX11-devel MesaLib-devel wayland-devel"
|
||||
hostmakedepends="pkg-config wayland-devel"
|
||||
makedepends="libjpeg-turbo-devel libpng12-devel libX11-devel MesaLib-devel wayland-devel
|
||||
wayland-protocols"
|
||||
short_desc="OpenGL 2.0 and ES 2.0 benchmark"
|
||||
maintainer="Piotr Wójcik <chocimier@tlen.pl>"
|
||||
license="GPL-3"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://github.com/glmark2/glmark2"
|
||||
distfiles="https://github.com/glmark2/glmark2/archive/${_commit}.tar.gz"
|
||||
checksum=4173cca7d4e582997fa66b1289d5e3e0955463135ee49f3693cee4e7b813918b
|
||||
distfiles="https://github.com/glmark2/glmark2/archive/${version}.tar.gz"
|
||||
checksum=0fa7723111c928a73c04d4fa4adfc15a9dea6d335fe189f59c74ae5af26f99a2
|
||||
|
|
Loading…
Reference in a new issue