Port details on branch 2023Q2 |
- ppsspp PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
- 1.14.4_1 emulators
=0 1.14.4_1Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-05-03 16:10:24
- Last Update: 2023-05-25 08:15:42
- Commit Hash: 291cb55
- Also Listed In: wayland
- License: GPLv2+
- Description:
- PPSSPP is a HLE ("high level emulation") emulator, it simulates the
PSP OS as seen by the game rather than the full hardware. A program
running on the PSP OS can send raw display lists to the graphics
chips, but can't access the flash controller or the Media Engine
directly, instead it has to go through libraries and the PSP OS
kernel. We simply simulate these. This is a lot of work though, the
PSP OS is large and has plenty of functionality so achieving 100%
compatibility is difficult bordering on the impossible. We can get
close though.
¦ ¦ ¦ ¦ 
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ppsspp>0:emulators/ppsspp
- Conflicts:
- CONFLICTS_INSTALL:
- Conflicts Matches:
-
There are no Conflicts Matches for this port. This is usually an error.
- To install the port:
- cd /usr/ports/emulators/ppsspp/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/ppsspp
- pkg install ppsspp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ppsspp
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: mips mips64 powerpc powerpc64 powerpcspe sparc64
- distinfo:
- TIMESTAMP = 1672740871
SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b
SIZE (ppsspp.1) = 1598
Packages (timestamps in pop-ups are UTC):
- Slave ports:
-
- emulators/libretro-ppsspp
- emulators/ppsspp-qt5
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- png>=1.6 : graphics/png
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-mime-database : misc/shared-mime-info
- sdl2-config : devel/sdl20
- Runtime dependencies:
-
- xdg-open : devel/xdg-utils
- libvulkan.so : graphics/vulkan-loader
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libzip.so : archivers/libzip
- libsnappy.so : archivers/snappy
- libavcodec.so : multimedia/ffmpeg
- libpng.so : graphics/png
- libGLEW.so : graphics/glew
- libOpenGL.so : graphics/libglvnd
- libSDL2.so : devel/sdl20
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ppsspp-1.14.4_1:
VULKAN=on: Vulkan renderer
===> Use 'make config' to modify these settings
- Options name:
- emulators_ppsspp
- USES:
- cmake compiler:c++11-lib gl localbase:ldflags pkgconfig shared-mime-info elfctl sdl
- pkg-message:
- For install:
- Known issues:
- Default assignment of joystick buttons requires evdev-based driver e.g.,
hgame(4) on FreeBSD >= 13.0, sysutils/iichid or multimedia/webcamd.
If your joystick isn't detected consider defining SDL_GAMECONTROLLERCONFIG
in environ(7) after generating the entry via controllermap (or antimicro).
- WWW: https://www.ppsspp.org/
- Master Sites:
|