upgpkg: 1461-1
This commit is contained in:
parent
cdb0750695
commit
446e4a8169
2 changed files with 68 additions and 2 deletions
63
.SRCINFO
Normal file
63
.SRCINFO
Normal file
|
@ -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
|
7
PKGBUILD
7
PKGBUILD
|
@ -2,7 +2,7 @@
|
|||
# Contributor: Alexandre Bouvier <contact@amb.tf>
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue