upgpkg: 1618-1
This commit is contained in:
parent
8dcacc53c8
commit
6ce4cd058d
2 changed files with 19 additions and 13 deletions
15
.SRCINFO
15
.SRCINFO
|
@ -1,6 +1,6 @@
|
||||||
pkgbase = yuzu
|
pkgbase = yuzu
|
||||||
pkgdesc = Nintendo Switch emulator
|
pkgdesc = Nintendo Switch emulator
|
||||||
pkgver = 1591
|
pkgver = 1618
|
||||||
pkgrel = 1
|
pkgrel = 1
|
||||||
url = https://yuzu-emu.org/
|
url = https://yuzu-emu.org/
|
||||||
arch = x86_64
|
arch = x86_64
|
||||||
|
@ -13,13 +13,15 @@ pkgbase = yuzu
|
||||||
makedepends = llvm
|
makedepends = llvm
|
||||||
makedepends = ninja
|
makedepends = ninja
|
||||||
makedepends = nlohmann-json
|
makedepends = nlohmann-json
|
||||||
makedepends = qt5-tools
|
makedepends = qt6-tools
|
||||||
makedepends = shaderc
|
makedepends = shaderc
|
||||||
makedepends = spirv-headers
|
makedepends = spirv-headers
|
||||||
makedepends = vulkan-headers
|
makedepends = vulkan-headers
|
||||||
|
depends = brotli
|
||||||
depends = enet
|
depends = enet
|
||||||
depends = gcc-libs
|
depends = gcc-libs
|
||||||
depends = glibc
|
depends = glibc
|
||||||
|
depends = hicolor-icon-theme
|
||||||
depends = libavcodec.so
|
depends = libavcodec.so
|
||||||
depends = libavutil.so
|
depends = libavutil.so
|
||||||
depends = libboost_context.so
|
depends = libboost_context.so
|
||||||
|
@ -34,12 +36,13 @@ pkgbase = yuzu
|
||||||
depends = libva.so
|
depends = libva.so
|
||||||
depends = libzstd.so
|
depends = libzstd.so
|
||||||
depends = lz4
|
depends = lz4
|
||||||
depends = qt5-base
|
depends = qt6-base
|
||||||
depends = qt5-multimedia
|
depends = qt6-multimedia
|
||||||
depends = qt5-webengine
|
depends = qt6-webengine
|
||||||
depends = sdl2
|
depends = sdl2
|
||||||
|
depends = zlib
|
||||||
options = !debug
|
options = !debug
|
||||||
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=378d88441cca25bc76eb18266fe1fe098e25a9f3
|
source = git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=3cff94a381b720aed7fd35ee0c53fc93ef77e78d
|
||||||
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
source = git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
source = git+https://github.com/yhirose/cpp-httplib.git
|
source = git+https://github.com/yhirose/cpp-httplib.git
|
||||||
source = git+https://github.com/arun11299/cpp-jwt.git
|
source = git+https://github.com/arun11299/cpp-jwt.git
|
||||||
|
|
17
PKGBUILD
17
PKGBUILD
|
@ -2,16 +2,18 @@
|
||||||
# Contributor: Alexandre Bouvier <contact@amb.tf>
|
# Contributor: Alexandre Bouvier <contact@amb.tf>
|
||||||
|
|
||||||
pkgname=yuzu
|
pkgname=yuzu
|
||||||
pkgver=1591
|
pkgver=1618
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='Nintendo Switch emulator'
|
pkgdesc='Nintendo Switch emulator'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url=https://yuzu-emu.org/
|
url=https://yuzu-emu.org/
|
||||||
license=(GPL3)
|
license=(GPL3)
|
||||||
depends=(
|
depends=(
|
||||||
|
brotli
|
||||||
enet
|
enet
|
||||||
gcc-libs
|
gcc-libs
|
||||||
glibc
|
glibc
|
||||||
|
hicolor-icon-theme
|
||||||
libavcodec.so
|
libavcodec.so
|
||||||
libavutil.so
|
libavutil.so
|
||||||
libboost_context.so
|
libboost_context.so
|
||||||
|
@ -26,10 +28,11 @@ depends=(
|
||||||
libva.so
|
libva.so
|
||||||
libzstd.so
|
libzstd.so
|
||||||
lz4
|
lz4
|
||||||
qt5-base
|
qt6-base
|
||||||
qt5-multimedia
|
qt6-multimedia
|
||||||
qt5-webengine
|
qt6-webengine
|
||||||
sdl2
|
sdl2
|
||||||
|
zlib
|
||||||
)
|
)
|
||||||
makedepends=(
|
makedepends=(
|
||||||
boost
|
boost
|
||||||
|
@ -40,13 +43,13 @@ makedepends=(
|
||||||
llvm
|
llvm
|
||||||
ninja
|
ninja
|
||||||
nlohmann-json
|
nlohmann-json
|
||||||
qt5-tools
|
qt6-tools
|
||||||
shaderc
|
shaderc
|
||||||
spirv-headers
|
spirv-headers
|
||||||
vulkan-headers
|
vulkan-headers
|
||||||
)
|
)
|
||||||
options=(!debug)
|
options=(!debug)
|
||||||
_tag=378d88441cca25bc76eb18266fe1fe098e25a9f3
|
_tag=3cff94a381b720aed7fd35ee0c53fc93ef77e78d
|
||||||
source=(
|
source=(
|
||||||
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
|
git+https://github.com/yuzu-emu/yuzu-mainline.git#tag=${_tag}
|
||||||
git+https://github.com/arsenm/sanitizers-cmake.git
|
git+https://github.com/arsenm/sanitizers-cmake.git
|
||||||
|
@ -113,7 +116,7 @@ build() {
|
||||||
-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline \
|
-DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline \
|
||||||
-DBUILD_TAG=${pkgver} \
|
-DBUILD_TAG=${pkgver} \
|
||||||
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
-DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON \
|
||||||
-DENABLE_QT6=OFF \
|
-DENABLE_QT6=ON \
|
||||||
-DENABLE_QT_TRANSLATION=ON \
|
-DENABLE_QT_TRANSLATION=ON \
|
||||||
-DENABLE_SDL2=ON \
|
-DENABLE_SDL2=ON \
|
||||||
-DENABLE_WEB_SERVICE=ON \
|
-DENABLE_WEB_SERVICE=ON \
|
||||||
|
|
Loading…
Reference in a new issue