{ "app-id": "org.ppsspp.PPSSPP", "branch": "stable", "runtime": "org.freedesktop.Platform", "runtime-version": "20.08", "sdk": "org.freedesktop.Sdk", "command": "ppsspp", "rename-desktop-file": "ppsspp.desktop", "rename-icon": "ppsspp", "rename-appdata-file": "ppsspp.appdata.xml", "finish-args": [ "--device=all", "--filesystem=host:ro", "--socket=pulseaudio", "--socket=x11", "--share=network" ], "modules": [ "shared-modules/glu/glu-9.json", "shared-modules/glew/glew.json", { "name": "libzip", "buildsystem": "cmake-ninja", "config-opts": ["-DCMAKE_BUILD_TYPE=RelWithDebInfo"], "cleanup": [ "/bin", "/include", "/lib/pkgconfig", "/share/man" ], "sources": [ { "type": "archive", "url": "https://libzip.org/download/libzip-1.7.1.tar.xz", "sha256": "a020dc1b17a79faa748e43a05f8605d65e403813e8e97ad3a300a90ddba097ac" } ] }, { "name": "ppsspp", "buildsystem": "simple", "build-options": { "arch":{ "aarch64": { "env": {"EXTRA_OPTS":"-DUSING_GLES2=ON"} } } }, "build-commands": [ "cd ffmpeg && ./build.sh", "cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DOpenGL_GL_PREFERENCE=GLVND ${EXTRA_OPTS} .", "make", "mkdir -p /app/ppsspp /app/bin /app/share/applications", "install -m755 PPSSPPSDL /app/ppsspp/", "ln -s /app/ppsspp/PPSSPPSDL /app/bin/ppsspp", "cp -dr assets /app/ppsspp/", "install -Dm644 icons/icon-512.svg /app/share/icons/hicolor/scalable/apps/ppsspp.svg", "install -m644 ppsspp.desktop /app/share/applications/", "install -Dm644 appdata.xml /app/share/appdata/ppsspp.appdata.xml" ], "sources": [ { "type": "git", "url": "https://github.com/hrydgard/ppsspp.git", "tag": "v1.11.3", "disable-shallow-clone": true }, { "type": "script", "dest-filename": "ffmpeg/build.sh", "only-arches": ["aarch64"], "commands":[ "rm -r linux", "sed -i 's/GENERAL=/GENERAL_NO=/' linux_arm64.sh", "./linux_arm64.sh" ] }, { "type": "script", "dest-filename": "ffmpeg/build.sh", "only-arches": ["x86_64"], "commands":["rm -r linux", "./linux_x86-64.sh"] }, { "type": "file", "path": "ppsspp.desktop" }, { "type": "file", "path": "appdata.xml" } ] } ] }