From 446e4a816960dd1853e71652e98cc9379fb77355 Mon Sep 17 00:00:00 2001 From: Maxime Gauduin Date: Thu, 8 Jun 2023 11:32:02 +0200 Subject: [PATCH] upgpkg: 1461-1 --- .SRCINFO | 63 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ PKGBUILD | 7 +++++-- 2 files changed, 68 insertions(+), 2 deletions(-) create mode 100644 .SRCINFO diff --git a/.SRCINFO b/.SRCINFO new file mode 100644 index 0000000..dd0df46 --- /dev/null +++ b/.SRCINFO @@ -0,0 +1,63 @@ +pkgbase = yuzu + pkgdesc = Nintendo Switch emulator + pkgver = 1461 + pkgrel = 1 + url = https://yuzu-emu.org/ + arch = x86_64 + license = GPL3 + makedepends = boost + makedepends = clang + makedepends = cmake + makedepends = git + makedepends = glslang + makedepends = llvm + makedepends = ninja + makedepends = nlohmann-json + makedepends = qt5-tools + makedepends = shaderc + makedepends = spirv-headers + makedepends = vulkan-headers + depends = enet + depends = gcc-libs + depends = glibc + depends = libavcodec.so + depends = libavutil.so + depends = libboost_context.so + depends = libcrypto.so + depends = libfmt.so + depends = libINIReader.so + depends = libopus.so + depends = libspeexdsp.so + depends = libssl.so + depends = libswscale.so + depends = libusb-1.0.so + depends = libva.so + depends = libzstd.so + depends = lz4 + depends = qt5-base + depends = qt5-multimedia + depends = qt5-webengine + depends = sdl2 + options = !debug + source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=238e46ec9339e1f4e8b3fb565b2c8679f14a47ff + 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 + source = git+https://github.com/mozilla/cubeb.git + source = git+https://github.com/MerryMage/dynarmic.git + source = git+https://github.com/bylaws/libadrenotools.git + source = yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git + source = yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git + source = git+https://github.com/herumi/xbyak.git + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + b2sums = SKIP + +pkgname = yuzu diff --git a/PKGBUILD b/PKGBUILD index 9432bac..ff4f489 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -2,7 +2,7 @@ # Contributor: Alexandre Bouvier pkgname=yuzu -pkgver=1448 +pkgver=1461 pkgrel=1 pkgdesc='Nintendo Switch emulator' arch=(x86_64) @@ -46,7 +46,7 @@ makedepends=( vulkan-headers ) options=(!debug) -_tag=0cefbf953019ace6c5d1cd6d04997a432bad88d5 +_tag=238e46ec9339e1f4e8b3fb565b2c8679f14a47ff source=( git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag} git+https://github.com/arsenm/sanitizers-cmake.git @@ -54,6 +54,7 @@ source=( git+https://github.com/arun11299/cpp-jwt.git git+https://github.com/mozilla/cubeb.git git+https://github.com/MerryMage/dynarmic.git + git+https://github.com/bylaws/libadrenotools.git yuzu-mbedtls::git+https://github.com/yuzu-emu/mbedtls.git yuzu-sirit::git+https://github.com/yuzu-emu/sirit.git git+https://github.com/herumi/xbyak.git @@ -66,6 +67,7 @@ b2sums=('SKIP' 'SKIP' 'SKIP' 'SKIP' + 'SKIP' 'SKIP') prepare() { @@ -74,6 +76,7 @@ prepare() { git config submodule.cpp-jwt.url "${srcdir}"/cpp-jwt git config submodule.cubeb.url "${srcdir}"/cubeb git config submodule.dynarmic.url "${srcdir}"/dynarmic + git config submodule.libadrenotools.url "${srcdir}"/libadrenotools git config submodule.mbedtls.url "${srcdir}"/yuzu-mbedtls git config submodule.sirit.url "${srcdir}"/yuzu-sirit git config submodule.xbyak.url "${srcdir}"/xbyak