org.ppsspp.PPSSPP/org.ppsspp.PPSSPP.yml

54 lines
1.4 KiB
YAML
Raw Normal View History

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
- --share=network
2022-08-14 17:08:14 +00:00
- --talk-name=org.freedesktop.ScreenSaver
modules:
- shared-modules/glu/glu-9.json
- shared-modules/glew/glew.json
2021-12-14 10:16:14 +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
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
post-install:
2021-12-14 10:16:14 +00:00
- 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
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-12-14 10:16:14 +00:00
- type: file
path: org.ppsspp.PPSSPP.metainfo.xml