mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2025-03-03 14:00:55 +00:00
Update org.ppsspp.PPSSPP.yml
This commit is contained in:
parent
9756398a10
commit
2fe488ffdb
|
@ -23,24 +23,18 @@ modules:
|
||||||
- -DUSE_SYSTEM_FFMPEG=OFF
|
- -DUSE_SYSTEM_FFMPEG=OFF
|
||||||
- -DUSE_SYSTEM_LIBZIP=ON
|
- -DUSE_SYSTEM_LIBZIP=ON
|
||||||
- -DUSE_SYSTEM_ZSTD=ON
|
- -DUSE_SYSTEM_ZSTD=ON
|
||||||
#- '-DUSE_SYSTEM_SNAPPY=ON'
|
|
||||||
|
|
||||||
- -DUSE_WAYLAND_WSI=ON
|
- -DUSE_WAYLAND_WSI=ON
|
||||||
- -DUSING_X11_VULKAN=ON
|
|
||||||
- -DUSING_QT_UI=OFF
|
- -DUSING_QT_UI=OFF
|
||||||
|
|
||||||
- -DBUILD_TESTING=OFF
|
- -DBUILD_TESTING=OFF
|
||||||
- -DOpenGL_GL_PREFERENCE=GLVND
|
- -DOpenGL_GL_PREFERENCE=GLVND
|
||||||
build-options:
|
build-options:
|
||||||
arch:
|
arch:
|
||||||
x86_64:
|
|
||||||
config-opts:
|
|
||||||
- -DX86_64=ON
|
|
||||||
aarch64:
|
aarch64:
|
||||||
config-opts:
|
config-opts:
|
||||||
- -DUSING_EGL=ON
|
- -DUSING_EGL=ON
|
||||||
- -DUSING_GLES2=ON
|
- -DUSING_GLES2=ON
|
||||||
- -DARM64=ON
|
|
||||||
post-install:
|
post-install:
|
||||||
- desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
- desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
||||||
- install -Dm644 ${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
|
- install -Dm644 ${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
|
||||||
|
@ -54,12 +48,5 @@ modules:
|
||||||
tag-pattern: ^v([\d.]+)$
|
tag-pattern: ^v([\d.]+)$
|
||||||
is-main-source: true
|
is-main-source: true
|
||||||
|
|
||||||
- type: shell
|
|
||||||
commands:
|
|
||||||
# fix ffmpeg link issue on aarch64
|
|
||||||
- |
|
|
||||||
cd ffmpeg
|
|
||||||
git checkout 70bfd4a77487e56ef60b4adfc47f714cfea59794
|
|
||||||
|
|
||||||
- type: file
|
- type: file
|
||||||
path: org.ppsspp.PPSSPP.metainfo.xml
|
path: org.ppsspp.PPSSPP.metainfo.xml
|
||||||
|
|
Loading…
Reference in a new issue