From 9756398a105dbf1b2bcbde6fa4eb546fbac12c74 Mon Sep 17 00:00:00 2001 From: flathubbot Date: Tue, 26 Jul 2022 14:12:20 +0000 Subject: [PATCH 1/2] Update ppsspp.git to 1.13 --- org.ppsspp.PPSSPP.metainfo.xml | 15 ++++++++------- org.ppsspp.PPSSPP.yml | 30 +++++++++++++++--------------- 2 files changed, 23 insertions(+), 22 deletions(-) diff --git a/org.ppsspp.PPSSPP.metainfo.xml b/org.ppsspp.PPSSPP.metainfo.xml index 8f4a9a8..089b629 100644 --- a/org.ppsspp.PPSSPP.metainfo.xml +++ b/org.ppsspp.PPSSPP.metainfo.xml @@ -21,10 +21,11 @@ https://raw.githubusercontent.com/flathub/org.ppsspp.PPSSPP/master/screenshots/4.png - + + -

What's new in 1.12

+

What's new in 1.12

Platform support:

  • Add support for Android 12 Scoped Storage restrictions ([#11997])
  • @@ -47,11 +48,11 @@

Graphics and Sound:

    -
  • Add new texture filtering mode "Auto Max Quality" ([#14789])
  • +
  • Add new texture filtering mode "Auto Max Quality" ([#14789])
  • Fix Princess Maker 5 Portable half screen in Vulkan ([#13741])
  • Fix Pro Yakyu Spirits 2010 (NPJH50234): Rendering errors with hardware transform off ([#14167])
  • Support texture replacement filtering overrides ([#14230])
  • -
  • Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])
  • +
  • Fix Yarudora Portable: Double Cast's FMVs artifacting ([#13759])
  • Fix Sims 2 Castaway/Pets EA Logo glitched out ([#13146])
  • Fix bad size & position on Japanese & Numbers & Alphabets ([#14209])
  • Implement basic depth texturing for OpenGL ([#14042])
  • @@ -63,7 +64,7 @@

UI:

    -
  • Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])
  • +
  • Add a setting for choosing background animation in PPSSPP's menus ([#14313], [#14818], [#14810], [#14347])
  • Add CRC calculation on game info screen and feedback screen ([#14000], [#14041])
  • Add a Storage tab to System Information with some path info ([#14224], [#14238])
  • Track and show memory allocation / usage information in debugger ([#14056])
  • @@ -94,7 +95,7 @@
  • Fix crashing issue when leaving a multiplayer game room (ie. GTA Vice City Stories) ([#14342])
  • Fix stuck issue when scanning AP to Recruit on MGS:PW ([#14345])
  • Fix possible crash issue on blocking socket implementation (ie. Kao Challengers) ([#14466])
  • -
  • Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])
  • +
  • Create GameMode's socket after Master and all Replicas have been created (ie. Fading Shadows) ([#14492])
  • Reduce HLE delays due to multiplayer performance regressions (ie. Ys vs. Sora no Kiseki) ([#14513])
  • Fix socket error 10014 on Windows when hosting a game of Vulcanus Seek and Destroy ([#14849])
@@ -215,6 +216,6 @@
- + b@bpiotrowski.pl diff --git a/org.ppsspp.PPSSPP.yml b/org.ppsspp.PPSSPP.yml index dbdebb9..bcda5d0 100644 --- a/org.ppsspp.PPSSPP.yml +++ b/org.ppsspp.PPSSPP.yml @@ -20,38 +20,38 @@ modules: - name: ppsspp buildsystem: cmake config-opts: - - '-DUSE_SYSTEM_FFMPEG=OFF' - - '-DUSE_SYSTEM_LIBZIP=ON' - - '-DUSE_SYSTEM_ZSTD=ON' + - -DUSE_SYSTEM_FFMPEG=OFF + - -DUSE_SYSTEM_LIBZIP=ON + - -DUSE_SYSTEM_ZSTD=ON #- '-DUSE_SYSTEM_SNAPPY=ON' - - '-DUSE_WAYLAND_WSI=ON' - - '-DUSING_X11_VULKAN=ON' - - '-DUSING_QT_UI=OFF' + - -DUSE_WAYLAND_WSI=ON + - -DUSING_X11_VULKAN=ON + - -DUSING_QT_UI=OFF - - '-DBUILD_TESTING=OFF' - - '-DOpenGL_GL_PREFERENCE=GLVND' + - -DBUILD_TESTING=OFF + - -DOpenGL_GL_PREFERENCE=GLVND build-options: arch: x86_64: config-opts: - - '-DX86_64=ON' + - -DX86_64=ON aarch64: config-opts: - - '-DUSING_EGL=ON' - - '-DUSING_GLES2=ON' - - '-DARM64=ON' + - -DUSING_EGL=ON + - -DUSING_GLES2=ON + - -DARM64=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.12.3 - commit: ce0a45cf0fcdd5bebf32208b9998f68dfc1107b7 + tag: v1.13 + commit: a92e764c65b3248d1ddd7107ffa4c598a2ef4ff2 x-checker-data: type: git - tag-pattern: "^v([\\d.]+)$" + tag-pattern: ^v([\d.]+)$ is-main-source: true - type: shell From 2fe488ffdb0b972ec2ae2d746c4993c146626d01 Mon Sep 17 00:00:00 2001 From: catsout <36527596+catsout@users.noreply.github.com> Date: Wed, 27 Jul 2022 16:18:51 +0800 Subject: [PATCH 2/2] Update org.ppsspp.PPSSPP.yml --- org.ppsspp.PPSSPP.yml | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/org.ppsspp.PPSSPP.yml b/org.ppsspp.PPSSPP.yml index bcda5d0..069bdec 100644 --- a/org.ppsspp.PPSSPP.yml +++ b/org.ppsspp.PPSSPP.yml @@ -23,24 +23,18 @@ modules: - -DUSE_SYSTEM_FFMPEG=OFF - -DUSE_SYSTEM_LIBZIP=ON - -DUSE_SYSTEM_ZSTD=ON - #- '-DUSE_SYSTEM_SNAPPY=ON' - -DUSE_WAYLAND_WSI=ON - - -DUSING_X11_VULKAN=ON - -DUSING_QT_UI=OFF - -DBUILD_TESTING=OFF - -DOpenGL_GL_PREFERENCE=GLVND build-options: arch: - x86_64: - config-opts: - - -DX86_64=ON aarch64: config-opts: - -DUSING_EGL=ON - -DUSING_GLES2=ON - - -DARM64=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 @@ -54,12 +48,5 @@ modules: tag-pattern: ^v([\d.]+)$ is-main-source: true - - type: shell - commands: - # fix ffmpeg link issue on aarch64 - - | - cd ffmpeg - git checkout 70bfd4a77487e56ef60b4adfc47f714cfea59794 - - type: file path: org.ppsspp.PPSSPP.metainfo.xml