2021-09-11 12:14:03 +00:00
|
|
|
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
|
2021-12-14 10:16:14 +00:00
|
|
|
- --socket=wayland
|
2022-01-11 10:46:35 +00:00
|
|
|
- --share=ipc
|
2021-09-11 12:14:03 +00:00
|
|
|
- --share=network
|
2022-08-14 17:08:14 +00:00
|
|
|
- --talk-name=org.freedesktop.ScreenSaver
|
2021-09-11 12:14:03 +00:00
|
|
|
modules:
|
|
|
|
- shared-modules/glu/glu-9.json
|
|
|
|
- shared-modules/glew/glew.json
|
2021-12-14 10:16:14 +00:00
|
|
|
|
2021-09-11 12:14:03 +00:00
|
|
|
- name: ppsspp
|
2021-12-14 10:16:14 +00:00
|
|
|
buildsystem: cmake
|
|
|
|
config-opts:
|
2022-07-26 14:12:20 +00:00
|
|
|
- -DUSE_SYSTEM_FFMPEG=OFF
|
|
|
|
- -DUSE_SYSTEM_LIBZIP=ON
|
|
|
|
- -DUSE_SYSTEM_ZSTD=ON
|
2021-12-14 10:16:14 +00:00
|
|
|
|
2022-07-26 14:12:20 +00:00
|
|
|
- -DUSE_WAYLAND_WSI=ON
|
|
|
|
- -DUSING_QT_UI=OFF
|
2021-12-14 10:16:14 +00:00
|
|
|
|
2022-07-26 14:12:20 +00:00
|
|
|
- -DBUILD_TESTING=OFF
|
|
|
|
- -DOpenGL_GL_PREFERENCE=GLVND
|
2021-09-11 12:14:03 +00:00
|
|
|
build-options:
|
|
|
|
arch:
|
|
|
|
aarch64:
|
2021-12-14 10:16:14 +00:00
|
|
|
config-opts:
|
2022-07-26 14:12:20 +00:00
|
|
|
- -DUSING_EGL=ON
|
|
|
|
- -DUSING_GLES2=ON
|
2021-09-11 12:14:03 +00:00
|
|
|
post-install:
|
2021-12-14 10:16:14 +00:00
|
|
|
- desktop-file-edit --set-name=PPSSPP ${FLATPAK_DEST}/share/applications/PPSSPPSDL.desktop
|
2022-01-12 18:42:24 +00:00
|
|
|
- install -Dm644 ${FLATPAK_ID}.metainfo.xml -t ${FLATPAK_DEST}/share/metainfo
|
2021-09-11 12:14:03 +00:00
|
|
|
sources:
|
|
|
|
- type: git
|
|
|
|
url: https://github.com/hrydgard/ppsspp.git
|
2022-07-28 13:45:39 +00:00
|
|
|
tag: v1.13.1
|
|
|
|
commit: 5083b206365a226fb51288e09424f8f5f5a3392a
|
2021-12-14 10:21:21 +00:00
|
|
|
x-checker-data:
|
|
|
|
type: git
|
2022-07-26 14:12:20 +00:00
|
|
|
tag-pattern: ^v([\d.]+)$
|
2021-12-14 10:21:21 +00:00
|
|
|
is-main-source: true
|
2021-09-11 12:14:03 +00:00
|
|
|
|
2021-12-14 10:16:14 +00:00
|
|
|
- type: file
|
2022-01-12 18:42:24 +00:00
|
|
|
path: org.ppsspp.PPSSPP.metainfo.xml
|