Skip to content

Commit

Permalink
Merge pull request #16844 from lazka/openvr-1.23.8
Browse files Browse the repository at this point in the history
openvr: Update to 1.23.8
  • Loading branch information
lazka committed Apr 18, 2023
2 parents befc734 + 2969439 commit 5eace60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 169 deletions.
147 changes: 0 additions & 147 deletions mingw-w64-openvr/001-_WIN32-macros.patch

This file was deleted.

10 changes: 0 additions & 10 deletions mingw-w64-openvr/005-remove-undeclared-identifier.patch

This file was deleted.

15 changes: 3 additions & 12 deletions mingw-w64-openvr/PKGBUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
_realname=openvr
pkgbase=mingw-w64-${_realname}
pkgname="${MINGW_PACKAGE_PREFIX}-${_realname}"
pkgver=1.23.7
pkgver=1.23.8
pkgrel=1
pkgdesc="API and SDK that allows access to VR hardware from multiple vendors (mingw-w64)"
arch=('any')
Expand All @@ -16,20 +16,14 @@ makedepends=("${MINGW_PACKAGE_PREFIX}-cc"
"${MINGW_PACKAGE_PREFIX}-ninja"
"${MINGW_PACKAGE_PREFIX}-python")
source=(${_realname}-${pkgver}.tar.gz::https://github.com/ValveSoftware/openvr/archive/v${pkgver}.tar.gz
001-_WIN32-macros.patch
002-install-headers.patch
003-mingw-library-name.patch
004-install-location.patch
005-remove-undeclared-identifier.patch
https://patch-diff.githubusercontent.com/raw/ValveSoftware/openvr/pull/1524.patch
cxx_header_generator.py)
sha256sums=('cbe2afbfc9ed9c6c5ed7df7929f9b1f5ecfd858b849b377005d4881b72b910b3'
'51c697a176847aaead97f185422f844091b4d4257b84074ec1c6c8a466c74283'
sha256sums=('4d3b5322777f130b70bcd92ce4cc865ee7066df48fe7407ff9e64e3cfb78c42a'
'10ece7ce59e78747c24ac98bb891d65ab6e57a888094a1fad5e87b56dff5ae10'
'103ec4394f2fef820276906397011a498396694999e492c14ce0fda19f6d1014'
'3fe7b4420a52ecf4233558ef5dbcc56f2abf35e204c90fbcefd13e0127a3938f'
'c8dee503620e97070f9a76eb3e489f010a07f3d9397cb8e724a2f5cbd31dff47'
'93a39df6a5d41f87b766cc7ec0fc3e49d6cc97f88b84a642fc26c9fe07cdf54c'
'739d0f4eeb8d83d2236d2174fbfac209ea20009bcaabba455c9b31301c14acfe')
noextract=(${_realname}-${pkgver}.tar.gz)

Expand All @@ -48,12 +42,9 @@ prepare() {

cd "${srcdir}"/${_realname}-${pkgver}
apply_patch_with_msg \
001-_WIN32-macros.patch \
002-install-headers.patch \
003-mingw-library-name.patch \
004-install-location.patch \
005-remove-undeclared-identifier.patch \
1524.patch
004-install-location.patch
}

build() {
Expand Down

0 comments on commit 5eace60

Please sign in to comment.