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