mirror of
https://github.com/RetroDECK/org.ppsspp.PPSSPP.git
synced 2024-11-22 13:45:38 +00:00
53 lines
1.3 KiB
YAML
53 lines
1.3 KiB
YAML
app-id: org.ppsspp.PPSSPP
|
|
runtime: org.freedesktop.Platform
|
|
runtime-version: '21.08'
|
|
sdk: org.freedesktop.Sdk
|
|
rename-icon: ppsspp
|
|
rename-desktop-file: PPSSPPSDL.desktop
|
|
command: PPSSPPSDL
|
|
finish-args:
|
|
- --device=all
|
|
- --filesystem=host:ro
|
|
- --socket=pulseaudio
|
|
- --socket=x11
|
|
- --socket=wayland
|
|
- --share=ipc
|
|
- --share=network
|
|
modules:
|
|
- shared-modules/glu/glu-9.json
|
|
- shared-modules/glew/glew.json
|
|
|
|
- name: ppsspp
|
|
buildsystem: cmake
|
|
config-opts:
|
|
- -DUSE_SYSTEM_FFMPEG=OFF
|
|
- -DUSE_SYSTEM_LIBZIP=ON
|
|
- -DUSE_SYSTEM_ZSTD=ON
|
|
|
|
- -DUSE_WAYLAND_WSI=ON
|
|
- -DUSING_QT_UI=OFF
|
|
|
|
- -DBUILD_TESTING=OFF
|
|
- -DOpenGL_GL_PREFERENCE=GLVND
|
|
build-options:
|
|
arch:
|
|
aarch64:
|
|
config-opts:
|
|
- -DUSING_EGL=ON
|
|
- -DUSING_GLES2=ON
|
|
post-install:
|
|
- desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
|
- install -Dm644 ${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
|
|
sources:
|
|
- type: git
|
|
url: https://github.com/hrydgard/ppsspp.git
|
|
tag: v1.13
|
|
commit: a92e764c65b3248d1ddd7107ffa4c598a2ef4ff2
|
|
x-checker-data:
|
|
type: git
|
|
tag-pattern: ^v([\d.]+)$
|
|
is-main-source: true
|
|
|
|
- type: file
|
|
path: org.ppsspp.PPSSPP.metainfo.xml
|