TEST: re-enabled Yuzu

This commit is contained in:
XargonWan 2022-08-31 15:16:30 +02:00
parent dcac0b9e53
commit 3bb6b7ad02

View file

@ -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