upgpkg: 1706-1

This commit is contained in:
Maxime Gauduin 2024-02-08 19:36:04 +01:00
parent cb83f40162
commit 05c8ce6715
No known key found for this signature in database
GPG Key ID: 0F65C7D881506130
2 changed files with 7 additions and 4 deletions

View File

@ -1,6 +1,6 @@
pkgbase = yuzu
pkgdesc = Nintendo Switch emulator
pkgver = 1686
pkgver = 1706
pkgrel = 1
url = https://yuzu-emu.org/
arch = x86_64
@ -40,9 +40,10 @@ pkgbase = yuzu
depends = qt5-multimedia
depends = qt5-webengine
depends = sdl2
depends = vulkan-utility-libraries
depends = zlib
options = !debug
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=69cd041e58d1fddcbefebcf1532a3791c89dc45d
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=3c4c4632dc609a6790c508188dc93b5fdec43ef1
source = git+https://github.com/arsenm/sanitizers-cmake.git
source = git+https://github.com/yhirose/cpp-httplib.git
source = git+https://github.com/arun11299/cpp-jwt.git

View File

@ -2,7 +2,7 @@
# Contributor: Alexandre Bouvier <contact@amb.tf>
pkgname=yuzu
pkgver=1686
pkgver=1706
pkgrel=1
pkgdesc='Nintendo Switch emulator'
arch=(x86_64)
@ -31,6 +31,7 @@ depends=(
qt5-multimedia
qt5-webengine
sdl2
vulkan-utility-libraries
zlib
)
makedepends=(
@ -49,7 +50,7 @@ makedepends=(
vulkan-headers
)
options=(!debug)
_tag=69cd041e58d1fddcbefebcf1532a3791c89dc45d
_tag=3c4c4632dc609a6790c508188dc93b5fdec43ef1
source=(
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
git+https://github.com/arsenm/sanitizers-cmake.git
@ -141,6 +142,7 @@ build() {
-DYUZU_USE_BUNDLED_QT=OFF \
-DYUZU_USE_BUNDLED_SDL2=OFF \
-DYUZU_USE_EXTERNAL_VULKAN_HEADERS=OFF \
-DYUZU_USE_EXTERNAL_VULKAN_UTILITY_LIBRARIES=OFF \
-DYUZU_USE_EXTERNAL_SDL2=OFF \
-DYUZU_USE_FASTER_LD=OFF \
-DYUZU_USE_PRECOMPILED_HEADERS=OFF \