* update openvr to 2.5.1-1

This commit is contained in:
Alexander Baldeck 2024-07-27 22:43:39 +02:00
parent ff93fd6796
commit 4ae42d6f89
3 changed files with 24 additions and 2 deletions

18
openvr/.SRCINFO Normal file
View File

@ -0,0 +1,18 @@
pkgbase = openvr
pkgdesc = API and runtime that allows access to VR hardware from multiple vendors
pkgver = 2.5.1
pkgrel = 1
url = https://github.com/ValveSoftware/openvr
arch = x86_64
license = BSD-3-Clause
makedepends = cmake
depends = jsoncpp
depends = libgl
source = https://github.com/ValveSoftware/openvr/archive/v2.5.1/openvr-2.5.1.tar.gz
source = openvr-fix-vsprintf_s.patch::https://github.com/ValveSoftware/openvr/pull/594.patch
source = openvr-use-system-jsoncpp-1.23.7.patch::https://github.com/ValveSoftware/openvr/pull/1716.patch
sha256sums = 54f654fce001682d8ac608f544a6c41e03a672b005c1deca3579fa36480a537c
sha256sums = 1d954060f27b16485e398654d6730105abc251d372da03fbba38496db17885ae
sha256sums = f79c6edf25efa1aac42b60db48d72f4e3c771039c9cd0fc0870fd51f17712229
pkgname = openvr

4
openvr/.nvchecker.toml Normal file
View File

@ -0,0 +1,4 @@
[openvr]
source = "git"
git = "https://github.com/ValveSoftware/openvr.git"
prefix = "v"

View File

@ -3,7 +3,7 @@
# Contributor: Christoph Haag <christoph.haag@collabora.com>
pkgname=openvr
pkgver=2.2.3
pkgver=2.5.1
pkgrel=1
pkgdesc="API and runtime that allows access to VR hardware from multiple vendors"
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -14,7 +14,7 @@ makedepends=(cmake)
source=(${url}/archive/v${pkgver}/${pkgname}-${pkgver}.tar.gz
openvr-fix-vsprintf_s.patch::${url}/pull/594.patch
openvr-use-system-jsoncpp-1.23.7.patch::${url}/pull/1716.patch)
sha256sums=('4da20c2c33e7488703802eafd7f2e6c92dd0f324e887711e1e11e9b9d3dd3daa'
sha256sums=('54f654fce001682d8ac608f544a6c41e03a672b005c1deca3579fa36480a537c'
'1d954060f27b16485e398654d6730105abc251d372da03fbba38496db17885ae'
'f79c6edf25efa1aac42b60db48d72f4e3c771039c9cd0fc0870fd51f17712229')