mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
General emulators update:
- PPSSPP to 1.15.3 - Yuzu to mainline-1428 - Citra to nightly-1898 - PCSX2 to 1.7.4490 - Xemu to 0.7.88 - RPCS3 to commit db7f84f9f8682abb20e145849fbbdcef7e13f0c2 - Duckstation (rolling update) - CEMU to 2.0.39
This commit is contained in:
parent
62ee618221
commit
3c691c864b
|
@ -203,6 +203,24 @@ modules:
|
||||||
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
url: https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_amd64
|
||||||
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
sha256: 4ee662847c588c3ef2fec8bfb304e8739e3dbaba87ccb9a608d691c88f5b64dc
|
||||||
|
|
||||||
|
- name: glslang
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
config-opts:
|
||||||
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DENABLE_CTEST=OFF
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/cmake
|
||||||
|
sources:
|
||||||
|
- type: archive
|
||||||
|
url: https://github.com/KhronosGroup/glslang/archive/12.1.0.tar.gz
|
||||||
|
sha256: 1515e840881d1128fb6d831308433f731808f818f2103881162f3ffd47b15cd5
|
||||||
|
x-checker-data:
|
||||||
|
type: anitya
|
||||||
|
stable-only: true
|
||||||
|
project-id: 205796
|
||||||
|
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
|
||||||
|
|
||||||
# ES-DE - START
|
# ES-DE - START
|
||||||
# https://gitlab.com/es-de/emulationstation-de
|
# https://gitlab.com/es-de/emulationstation-de
|
||||||
|
|
||||||
|
@ -241,11 +259,19 @@ modules:
|
||||||
- name: pugixml
|
- name: pugixml
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DBUILD_SHARED_LIBS=on .
|
- -DBUILD_SHARED_LIBS=ON
|
||||||
|
cleanup:
|
||||||
|
- /include
|
||||||
|
- /lib/cmake
|
||||||
|
- /lib/pkgconfig
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/zeux/pugixml/releases/download/v1.11.4/pugixml-1.11.4.tar.gz
|
url: https://github.com/zeux/pugixml/releases/download/v1.13/pugixml-1.13.tar.gz
|
||||||
sha256: 8ddf57b65fb860416979a3f0640c2ad45ddddbbafa82508ef0a0af3ce7061716
|
sha256: 40c0b3914ec131485640fa57e55bf1136446026b41db91c1bef678186a12abbe
|
||||||
|
x-checker-data:
|
||||||
|
type: anitya
|
||||||
|
project-id: 3728
|
||||||
|
url-template: https://github.com/zeux/pugixml/releases/download/v$version/pugixml-$version.tar.gz
|
||||||
|
|
||||||
- name: libgit2
|
- name: libgit2
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
|
@ -473,12 +499,12 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: &ppsspp-url https://github.com/hrydgard/ppsspp.git
|
url: &ppsspp-url https://github.com/hrydgard/ppsspp.git
|
||||||
tag: v1.15
|
tag: v1.15.3
|
||||||
commit: 4a9227504219bbc64e444ba7f0e306746e5a806d
|
commit: 6d619201bdd6d46a3e3d4b2a82a00148eb9ebc5a
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 12295
|
project-id: 12295
|
||||||
tag-template: 'v$version'
|
tag-template: v$version
|
||||||
is-main-source: true
|
is-main-source: true
|
||||||
|
|
||||||
- name: ppsspp-localization
|
- name: ppsspp-localization
|
||||||
|
@ -512,8 +538,8 @@ modules:
|
||||||
- ln -s "${FLATPAK_DEST}/yuzu/usr/bin/yuzu" "${FLATPAK_DEST}/bin/yuzu"
|
- ln -s "${FLATPAK_DEST}/yuzu/usr/bin/yuzu" "${FLATPAK_DEST}/bin/yuzu"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1369/yuzu-mainline-20230312-54c359d1e.AppImage
|
url: https://github.com/yuzu-emu/yuzu-mainline/releases/download/mainline-0-1428/yuzu-mainline-20230511-b64a27db8.AppImage
|
||||||
sha256: 219874f72ea09856c8f1349d7bf744ecbd2823a469bd29f036b386924f5c5a97
|
sha256: 5bc747165f6ab83c5a3d2b12fe83ba77c0227c2609ee8e19d9b684ec911bec55
|
||||||
|
|
||||||
# Yuzu - END
|
# Yuzu - END
|
||||||
|
|
||||||
|
@ -522,6 +548,8 @@ modules:
|
||||||
|
|
||||||
- rd-submodules/shared-modules/SDL2/SDL2-with-libdecor.json
|
- rd-submodules/shared-modules/SDL2/SDL2-with-libdecor.json
|
||||||
|
|
||||||
|
- rd-submodules/shared-modules/SDL2/SDL2-2.26.1-with-libdecor.json
|
||||||
|
|
||||||
- name: citra
|
- name: citra
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
@ -546,8 +574,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: >-
|
url: >-
|
||||||
https://github.com/citra-emu/citra-nightly/releases/download/nightly-1872/citra-unified-source-20230330-f96047f.tar.xz
|
https://github.com/citra-emu/citra-nightly/releases/download/nightly-1898/citra-unified-source-20230504-70335a7.tar.xz
|
||||||
sha256: 3c49b691d46a1253df7477d1e9d771b7d15b967459851c096150e9952e160bfa
|
sha256: b320585bd8c4c075f63d3d9c74b830718e58fcf04d987a5dcead402a72abf753
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/citra-emu/citra-nightly/releases/latest
|
url: https://api.github.com/repos/citra-emu/citra-nightly/releases/latest
|
||||||
|
@ -576,8 +604,8 @@ modules:
|
||||||
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
|
- ln -s "${FLATPAK_DEST}/pcsx2-qt/usr/bin/pcsx2-qt" "${FLATPAK_DEST}/bin/pcsx2-qt"
|
||||||
sources:
|
sources:
|
||||||
- type: file
|
- type: file
|
||||||
url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.4466/pcsx2-v1.7.4466-linux-AppImage-64bit-Qt.AppImage
|
url: https://github.com/PCSX2/pcsx2/releases/download/v1.7.4490/pcsx2-v1.7.4490-linux-AppImage-64bit-Qt.AppImage
|
||||||
sha256: 5747fc3760d2064bbd8b4b1d463984381bf206e30631502b765d71b7fce94459
|
sha256: 8580855b5b4a71e188e09ba1e44bfee981b6e642b14058bdce0b6c645c0313d3
|
||||||
|
|
||||||
# PCSX2 - END
|
# PCSX2 - END
|
||||||
|
|
||||||
|
@ -712,8 +740,8 @@ modules:
|
||||||
- /share
|
- /share
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://www.tcpdump.org/release/libpcap-1.10.3.tar.gz
|
url: https://www.tcpdump.org/release/libpcap-1.10.4.tar.gz
|
||||||
sha256: 2a8885c403516cf7b0933ed4b14d6caa30e02052489ebd414dc75ac52e7559e6
|
sha256: ed19a0383fad72e3ad435fd239d7cd80d64916b87269550159d20e47160ebe5f
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 1702
|
project-id: 1702
|
||||||
|
@ -753,8 +781,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/xemu-project/xemu.git
|
url: https://github.com/xemu-project/xemu.git
|
||||||
tag: v0.7.86
|
tag: v0.7.88
|
||||||
commit: 4a99fd0f1855fc52e15885812abd3ee4bb2b3847
|
commit: 9e1f5f2f19a8b0e880e034d455b359d426f6d386
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: json
|
type: json
|
||||||
url: https://api.github.com/repos/xemu-project/xemu/releases/latest
|
url: https://api.github.com/repos/xemu-project/xemu/releases/latest
|
||||||
|
@ -802,8 +830,8 @@ modules:
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
build-options:
|
build-options:
|
||||||
append-ld-library-path: /usr/lib/sdk/llvm14/lib
|
append-ld-library-path: /usr/lib/sdk/llvm16/lib
|
||||||
append-path: /usr/lib/sdk/llvm14/bin
|
append-path: /usr/lib/sdk/llvm16/bin
|
||||||
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
cflags: &optflags -O2 -g -pipe -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector-strong
|
||||||
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
-grecord-gcc-switches -fasynchronous-unwind-tables -fstack-clash-protection
|
||||||
-fcf-protection -fno-omit-frame-pointer
|
-fcf-protection -fno-omit-frame-pointer
|
||||||
|
@ -818,17 +846,19 @@ modules:
|
||||||
ldflags: -fuse-ld=lld
|
ldflags: -fuse-ld=lld
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
- -DBUILD_LLVM_SUBMODULE=ON
|
- -DBUILD_LLVM=OFF
|
||||||
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
- -DUSE_NATIVE_INSTRUCTIONS=OFF
|
||||||
- -DUSE_PRECOMPILED_HEADERS=OFF
|
- -DUSE_PRECOMPILED_HEADERS=OFF
|
||||||
|
- -DUSE_SDL=ON
|
||||||
- -DUSE_SYSTEM_CURL=ON
|
- -DUSE_SYSTEM_CURL=ON
|
||||||
# Disabled this to force RPCS3 to use our built FFMPEG
|
# Disabled this to force RPCS3 to use our built FFMPEG
|
||||||
- -DUSE_SYSTEM_FFMPEG=OFF
|
- -DUSE_SYSTEM_FFMPEG=OFF
|
||||||
- -DUSE_SYSTEM_LIBPNG=ON
|
- -DUSE_SYSTEM_LIBPNG=ON
|
||||||
|
- -DUSE_SYSTEM_SDL=ON
|
||||||
- -DUSE_SYSTEM_ZLIB=ON
|
- -DUSE_SYSTEM_ZLIB=ON
|
||||||
- -DITTAPI_SOURCE_DIR=/run/build/rpcs3/ittapi
|
|
||||||
- -Wno-dev
|
- -Wno-dev
|
||||||
post-install:
|
post-install:
|
||||||
|
- cp /usr/lib/sdk/llvm16/lib/libLLVM-16.so /app/lib/
|
||||||
- |-
|
- |-
|
||||||
set -eux
|
set -eux
|
||||||
|
|
||||||
|
@ -838,17 +868,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/RPCS3/rpcs3.git
|
url: https://github.com/RPCS3/rpcs3.git
|
||||||
commit: 3e556c710b3256d23b9e524e44d45ba8bbf63814
|
branch: master
|
||||||
- type: git
|
commit: db7f84f9f8682abb20e145849fbbdcef7e13f0c2
|
||||||
url: https://github.com/intel/ittapi.git
|
|
||||||
commit: 4a3762fbc517475bfb0586efc513e51c164108c9
|
|
||||||
dest: ittapi/ittapi
|
|
||||||
disable-shallow-clone: true
|
|
||||||
# remove git-lfs hook
|
|
||||||
- type: inline
|
|
||||||
dest: ittapi/ittapi/.git/hooks
|
|
||||||
dest-filename: post-checkout
|
|
||||||
contents:
|
|
||||||
|
|
||||||
# RPCS3 - END
|
# RPCS3 - END
|
||||||
|
|
||||||
|
@ -925,8 +946,8 @@ modules:
|
||||||
- /lib/cmake
|
- /lib/cmake
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://boostorg.jfrog.io/artifactory/main/release/1.81.0/source/boost_1_81_0.tar.bz2
|
url: https://boostorg.jfrog.io/artifactory/main/release/1.82.0/source/boost_1_82_0.tar.bz2
|
||||||
sha256: 71feeed900fbccca04a3b4f2f84a7c217186f28a940ed8b7ed4725986baf99fa
|
sha256: a6e1ab9b0860e6a2881dd7b21fe9f737a095e5f33a3a874afc6a345228597ee6
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 6845
|
project-id: 6845
|
||||||
|
@ -954,24 +975,6 @@ modules:
|
||||||
project-id: 10649
|
project-id: 10649
|
||||||
url-template: https://libzip.org/download/libzip-$version.tar.xz
|
url-template: https://libzip.org/download/libzip-$version.tar.xz
|
||||||
|
|
||||||
- name: glslang
|
|
||||||
buildsystem: cmake-ninja
|
|
||||||
config-opts:
|
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
|
||||||
- -DENABLE_CTEST=OFF
|
|
||||||
cleanup:
|
|
||||||
- /include
|
|
||||||
- /lib/cmake
|
|
||||||
sources:
|
|
||||||
- type: archive
|
|
||||||
url: https://github.com/KhronosGroup/glslang/archive/12.1.0.tar.gz
|
|
||||||
sha256: 1515e840881d1128fb6d831308433f731808f818f2103881162f3ffd47b15cd5
|
|
||||||
x-checker-data:
|
|
||||||
type: anitya
|
|
||||||
stable-only: true
|
|
||||||
project-id: 205796
|
|
||||||
url-template: https://github.com/KhronosGroup/glslang/archive/$version.tar.gz
|
|
||||||
|
|
||||||
- name: rapidjson
|
- name: rapidjson
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
config-opts:
|
||||||
|
@ -1023,14 +1026,7 @@ modules:
|
||||||
url-template: https://github.com/fmtlib/fmt/archive/$version.tar.gz
|
url-template: https://github.com/fmtlib/fmt/archive/$version.tar.gz
|
||||||
|
|
||||||
- name: wxwidgets
|
- name: wxwidgets
|
||||||
buildsystem: autotools
|
buildsystem: cmake-ninja
|
||||||
config-opts:
|
|
||||||
- --with-gtk=3
|
|
||||||
- --disable-sdltest
|
|
||||||
- --enable-shared
|
|
||||||
- --with-opengl
|
|
||||||
- --with-sdl
|
|
||||||
- --with-libiconv=/usr
|
|
||||||
cleanup:
|
cleanup:
|
||||||
- /bin
|
- /bin
|
||||||
- /include
|
- /include
|
||||||
|
@ -1063,8 +1059,8 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
tag-pattern: ^v([\d.]+-\d+)$
|
tag-pattern: ^v([\d.]+-\d+)$
|
||||||
tag: v2.0-32
|
tag: v2.0-39
|
||||||
commit: 59f6fe6e2f5a55b5ade567389683e44d09ea0f8d
|
commit: eda4cf4b241d56c5c16f6aa4d135b8a269676a76
|
||||||
- type: script
|
- type: script
|
||||||
commands:
|
commands:
|
||||||
- |
|
- |
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 0b1cfb79e591e10488a3262d6b38db843c39a409
|
Subproject commit 717b78093797270877ec416e58082f1c71d435d8
|
Loading…
Reference in a new issue