Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- diff --git a/PKGBUILD b/PKGBUILD
- index ff58a1f..10b4ce3 100644
- --- a/PKGBUILD
- +++ b/PKGBUILD
- @@ -1,7 +1,7 @@
- # Maintainer: Alexandre Bouvier <[email protected]>
- _pkgname=libretro-lrps2
- pkgname=$_pkgname-git
- -pkgver=r19015.bed6b253c
- +pkgver=r19017.780b9ad47
- pkgrel=1
- pkgdesc="Sony PlayStation 2 core (fork of PCSX2)"
- arch=('x86_64')
- @@ -20,7 +20,6 @@ makedepends=(
- 'git'
- 'libgl'
- 'libzip'
- - 'rapidyaml'
- 'xz'
- 'zstd'
- )
- @@ -34,15 +33,23 @@ source=(
- "parallel-gs::git+https://github.com/Arntzen-Software/parallel-gs.git"
- "volk::git+https://github.com/zeux/volk.git"
- "vulkan-headers::git+https://github.com/KhronosGroup/Vulkan-Headers.git"
- + 'git+https://github.com/biojppm/rapidyaml.git'
- + 'git+https://github.com/biojppm/c4core.git'
- + 'biojppm-cmake::git+https://github.com/biojppm/cmake.git'
- + "git+https://github.com/biojppm/debugbreak"
- + "git+https://github.com/fastfloat/fast_float"
- )
- -b2sums=(
- - 'SKIP'
- - 'SKIP'
- - 'SKIP'
- - 'SKIP'
- - 'SKIP'
- - 'SKIP'
- -)
- +b2sums=('SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP'
- + 'SKIP')
- pkgver() {
- cd $_pkgname
- @@ -52,18 +59,31 @@ pkgver() {
- prepare() {
- cd $_pkgname
- # shellcheck disable=SC2154
- + git submodule init
- git config submodule.3rdparty/glslang/glslang.url "$srcdir"/glslang
- git config submodule.3rdparty/vulkan-headers.url "$srcdir"/vulkan-headers
- git config submodule.pcsx2/GS/parallel-gs.url "$srcdir"/parallel-gs
- + git config submodule.3rdparty/rapidyaml/rapidyaml.url "$srcdir"/rapidyaml
- git -c protocol.file.allow=always submodule update
- sed -i '/ccache/d' CMakeLists.txt
- sed -i '/fmt/s/7\.1\.3/&...<10/' cmake/SearchForStuff.cmake
- cd pcsx2/GS/parallel-gs
- + git submodule init
- git config submodule.Granite.url "$srcdir"/granite
- git -c protocol.file.allow=always submodule update
- cd Granite
- git config submodule.third_party/volk.url "$srcdir"/volk
- git -c protocol.file.allow=always submodule update
- + cd "$srcdir/$_pkgname/3rdparty/rapidyaml/rapidyaml"
- + git submodule init
- + git config submodule.ext/c4core.url "$srcdir/c4core"
- + git -c protocol.file.allow=always submodule update
- + cd ext/c4core
- + git submodule init
- + git config submodule.cmake.url "$srcdir/biojppm-cmake"
- + git config submodule.src/c4/ext/debugbreak.url "$srcdir/debugbreak"
- + git config submodule.src/c4/ext/fast_float.url "$srcdir/fast_float"
- + git -c protocol.file.allow=always submodule update
- }
- build() {
- @@ -75,7 +95,7 @@ build() {
- -DLTO_PCSX2_CORE=ON \
- -DUSE_SYSTEM_FMT=ON \
- -DUSE_SYSTEM_LIBZIP=ON \
- - -DUSE_SYSTEM_RYML=ON \
- + -DUSE_SYSTEM_RYML=OFF \
- -DUSE_SYSTEM_ZSTD=ON \
- -Wno-dev
- cmake --build build
- @@ -84,7 +104,6 @@ build() {
- package() {
- depends+=(
- 'libfmt.so'
- - 'libryml.so'
- 'libzip.so'
- )
- # shellcheck disable=SC2154
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement