Bug 282792 - emulators/ppsspp: update to 1.18.1, bundle static ffmpeg-3.0.2 for improved PSP game compatibility
Summary: emulators/ppsspp: update to 1.18.1, bundle static ffmpeg-3.0.2 for improved P...
Status: New
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-11-16 00:47 UTC by Kevin Reinholz
Modified: 2024-11-17 04:07 UTC (History)
2 users (show)

See Also:


Attachments
Ports tree patch updating emulators/ppsspp to 1.18.1 with proposed multimedia/ffmpeg3 port as build dependency (20.76 KB, patch)
2024-11-16 00:47 UTC, Kevin Reinholz
no flags Details | Diff
Updated patch updating emulators/ppsspp to 1.18.1 with bundled multimedia/ffmpeg3 as static build dep (24.50 KB, patch)
2024-11-17 04:07 UTC, Kevin Reinholz
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Kevin Reinholz 2024-11-16 00:47:58 UTC
Created attachment 255210 [details]
Ports tree patch updating emulators/ppsspp to 1.18.1 with proposed multimedia/ffmpeg3 port as build dependency

Proposed patch updating emulators/ppsspp from 1.17.1 to latest upstream 1.18.1, and bundling proposed multimedia/ffmpeg3 port from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=282188
Comment 1 Kevin Reinholz 2024-11-17 04:07:56 UTC
Created attachment 255228 [details]
Updated patch updating emulators/ppsspp to 1.18.1 with bundled multimedia/ffmpeg3 as static build dep

Updated patch to update emulators/ppsspp to version 1.18.1 and replace system ffmpeg with proposed multimedia/ffmpeg3 as static build dep.

Replaced files/patch-no-egl with files/patch-no-egl-plus-warnings-fix, which backports a fix from PPSSPP upstream Commit 55aa1ff (https://github.com/hrydgard/ppsspp/commit/55aa1ff66e80a22338bdf30f7256ff985a6e1b08) to suppress clang warnings during build due to gcc-specific flag running regardless of compiler used.

Bumped versions of bundled build deps miniupnpd, cpu_features, ppsspp-debugger, and rcheevos that I missed the first time around.