mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
YUZU: updated + modules
This commit is contained in:
parent
5ab18daa2f
commit
37cf5221d0
|
@ -408,17 +408,18 @@ modules:
|
||||||
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
- -DCMAKE_BUILD_TYPE=RelWithDebInfo
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/nih-at/libzip/archive/v1.8.0.tar.gz
|
url: https://github.com/nih-at/libzip/archive/v1.9.2.tar.gz
|
||||||
sha256: 83e5d6d5dbe8f9df80aad388fa523ca3558398ed440a5afda6ef9b36b0ffdc1f
|
sha256: 7f28eaec7a02ca099ea9dad88fc8023f7f6ddfca54b780040ff7fdb39d9efb3c
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 10649
|
project-id: 10649
|
||||||
url-template: https://github.com/nih-at/libzip/archive/v$version.tar.gz
|
url-template: https://github.com/nih-at/libzip/archive/v$version.tar.gz
|
||||||
- name: zstd
|
- name: zstd
|
||||||
buildsystem: simple
|
buildsystem: meson
|
||||||
build-commands:
|
subdir: build/meson
|
||||||
- make -j $FLATPAK_BUILDER_N_JOBS
|
config-opts:
|
||||||
- make PREFIX=/ DESTDIR="${FLATPAK_DEST}" install
|
- '-Dbin_programs=false'
|
||||||
|
- '-Dbin_contrib=false'
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: >-
|
url: >-
|
||||||
|
@ -441,6 +442,8 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 11526
|
project-id: 11526
|
||||||
|
versions:
|
||||||
|
<: 9.0.0
|
||||||
url-template: >-
|
url-template: >-
|
||||||
https://github.com/fmtlib/fmt/releases/download/$version/fmt-$version.zip
|
https://github.com/fmtlib/fmt/releases/download/$version/fmt-$version.zip
|
||||||
- name: glslang
|
- name: glslang
|
||||||
|
@ -449,8 +452,8 @@ modules:
|
||||||
- -DCMAKE_BUILD_TYPE=Release
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/KhronosGroup/glslang/archive/11.9.0.tar.gz
|
url: https://github.com/KhronosGroup/glslang/archive/11.11.0.tar.gz
|
||||||
sha256: d5744adba19eef9ad3d73f524226b39fec559d94cb582cd442e3c5de930004b2
|
sha256: 26c216c3062512c018cbdd752224b8dad703b7e5bb90bf338ba2dbb5d4f11438
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
stable-only: true
|
stable-only: true
|
||||||
|
@ -470,6 +473,8 @@ modules:
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
stable-only: true
|
stable-only: true
|
||||||
|
versions:
|
||||||
|
<: 3.0.0
|
||||||
project-id: 7680
|
project-id: 7680
|
||||||
url-template: https://github.com/catchorg/Catch2/archive/v$version.tar.gz
|
url-template: https://github.com/catchorg/Catch2/archive/v$version.tar.gz
|
||||||
- name: nlohmann-json
|
- name: nlohmann-json
|
||||||
|
@ -480,8 +485,8 @@ modules:
|
||||||
- -DJSON_BuildTests=OFF
|
- -DJSON_BuildTests=OFF
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: https://github.com/nlohmann/json/archive/v3.10.5.tar.gz
|
url: https://github.com/nlohmann/json/archive/v3.11.2.tar.gz
|
||||||
sha256: 5daca6ca216495edf89d167f808d1d03c4a4d929cef7da5e10f135ae1540c7e4
|
sha256: d69f9deb6a75e2580465c6c4c5111b89c4dc2fa94e3a85fcd2ffcd9a143d9273
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: anitya
|
type: anitya
|
||||||
project-id: 11152
|
project-id: 11152
|
||||||
|
@ -527,8 +532,8 @@ modules:
|
||||||
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
- -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON
|
||||||
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
- -DYUZU_USE_QT_WEB_ENGINE=ON
|
||||||
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
- -DYUZU_USE_BUNDLED_FFMPEG=ON
|
||||||
- -DDISPLAY_VERSION=1149
|
- -DDISPLAY_VERSION=1150
|
||||||
- -DBUILD_TAG=mainline-1149
|
- -DBUILD_TAG=mainline-1150
|
||||||
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
- -DBUILD_REPOSITORY=yuzu-emu/yuzu-mainline
|
||||||
- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
- -DCMAKE_PREFIX_PATH=/run/build/yuzu/_flatpak_build/externals/qt5_5_15_2
|
||||||
build-options:
|
build-options:
|
||||||
|
@ -547,8 +552,8 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
url: https://github.com/yuzu-emu/yuzu-mainline.git
|
||||||
tag: mainline-0-1149
|
tag: mainline-0-1150
|
||||||
commit: 96b400da8806d8b9e003605c3fde615737c790e2
|
commit: e5774ced75e1d19c5a42cac719f7de475a3630b3
|
||||||
disable-shallow-clone: true
|
disable-shallow-clone: true
|
||||||
x-checker-data:
|
x-checker-data:
|
||||||
type: git
|
type: git
|
||||||
|
@ -557,6 +562,7 @@ modules:
|
||||||
path: rd-submodules/yuzu/yuzu-launcher.sh
|
path: rd-submodules/yuzu/yuzu-launcher.sh
|
||||||
- type: file
|
- type: file
|
||||||
path: rd-submodules/yuzu/compatibility_list.json
|
path: rd-submodules/yuzu/compatibility_list.json
|
||||||
|
dest: dist/compatibility_list
|
||||||
|
|
||||||
# # Yuzu - END
|
# # Yuzu - END
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue