From 3bb6b7ad0289c25a8970975b23234e4887a825a9 Mon Sep 17 00:00:00 2001 From: XargonWan <6771419+XargonWan@users.noreply.github.com> Date: Wed, 31 Aug 2022 15:16:30 +0200 Subject: [PATCH] TEST: re-enabled Yuzu --- net.retrodeck.retrodeck.yml | 80 ++++++++++++++++++------------------- 1 file changed, 40 insertions(+), 40 deletions(-) diff --git a/net.retrodeck.retrodeck.yml b/net.retrodeck.retrodeck.yml index 4b4dfdd2..6cd27e45 100644 --- a/net.retrodeck.retrodeck.yml +++ b/net.retrodeck.retrodeck.yml @@ -517,46 +517,46 @@ modules: type: git tag-pattern: ^n([\d.]+)$ - # - name: yuzu - # buildsystem: cmake-ninja - # builddir: true - # config-opts: - # - -DCMAKE_BUILD_TYPE=RelWithDebInfo - # - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON - # - -DENABLE_QT_TRANSLATION=ON - # - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON - # - -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON - # - -DYUZU_USE_QT_WEB_ENGINE=ON - # - -DYUZU_USE_BUNDLED_FFMPEG=ON - # - -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: - # env: - # TITLEBARFORMATIDLE: yuzu {} - # TITLEBARFORMATRUNNING: yuzu {} | {} - # LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed - # cleanup: - # - /share/man - # - /share/pixmaps - # post-install: - # - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher - # - install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg - # sources: - # - type: git - # url: https://github.com/yuzu-emu/yuzu-mainline.git - # tag: mainline-0-1150 - # commit: e5774ced75e1d19c5a42cac719f7de475a3630b3 - # disable-shallow-clone: true - # x-checker-data: - # type: git - # tag-pattern: ^(mainline-0-\d+)$ - # - type: file - # path: rd-submodules/yuzu/yuzu-launcher.sh - # - type: file - # path: rd-submodules/yuzu/compatibility_list.json - # dest: dist/compatibility_list + - name: yuzu + buildsystem: cmake-ninja + builddir: true + config-opts: + - -DCMAKE_BUILD_TYPE=RelWithDebInfo + - -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON + - -DENABLE_QT_TRANSLATION=ON + - -DYUZU_ENABLE_COMPATIBILITY_REPORTING=ON + - -DENABLE_COMPATIBILITY_LIST_DOWNLOAD=ON + - -DYUZU_USE_QT_WEB_ENGINE=ON + - -DYUZU_USE_BUNDLED_FFMPEG=ON + - -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: + env: + TITLEBARFORMATIDLE: yuzu {} + TITLEBARFORMATRUNNING: yuzu {} | {} + LDFLAGS: -L/app/lib -Wl,-z,relro,-z,now -Wl,--as-needed + cleanup: + - /share/man + - /share/pixmaps + post-install: + - install -Dm755 ../yuzu-launcher.sh /app/bin/yuzu-launcher + - install -Dm644 ../dist/yuzu.svg /app/share/icons/hicolor/scalable/apps/yuzu.svg + sources: + - type: git + url: https://github.com/yuzu-emu/yuzu-mainline.git + tag: mainline-0-1150 + commit: e5774ced75e1d19c5a42cac719f7de475a3630b3 + disable-shallow-clone: true + x-checker-data: + type: git + tag-pattern: ^(mainline-0-\d+)$ + - type: file + path: rd-submodules/yuzu/yuzu-launcher.sh + - type: file + path: rd-submodules/yuzu/compatibility_list.json + dest: dist/compatibility_list # # Yuzu - END