Port details |
- ppsspp-qt5 PSP emulator in C++ with dynarec JIT for x86, ARM, MIPS
- 1.17.1_1 emulators =2 1.16.5Version of this port present on the latest quarterly branch.
- There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
- Port Added: 2016-09-27 18:26:14
- Last Update: 2024-07-17 13:31:55
- Commit Hash: 57569e0
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: GPLv2+
- WWW:
- https://www.ppsspp.org/
- 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.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ppsspp-qt5>0:emulators/ppsspp-qt5
- Conflicts:
- CONFLICTS_INSTALL:
- To install the port:
- cd /usr/ports/emulators/ppsspp-qt5/ && make install clean
- To add the package, run one of these commands:
- pkg install emulators/ppsspp-qt5
- pkg install ppsspp-qt5
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ppsspp-qt5
- Flavors: there is no flavor information for this port.
- NOT_FOR_ARCHS: mips mips64 powerpc powerpc64 powerpcspe
- distinfo:
- TIMESTAMP = 1707052082
SHA256 (ppsspp.1) = 64a7cca4c3a5fc6ad5b63399edef9056b0c85ea68fed00fb7e97f4b2724e503b
SIZE (ppsspp.1) = 1598
Packages (timestamps in pop-ups are UTC):
- Master port: emulators/ppsspp
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- cmake : devel/cmake-core
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- sdl2-config : devel/sdl20
- qt5-buildtools>=5.15 : devel/qt5-buildtools
- lrelease : devel/qt5-linguisttools
- qt5-qmake>=5.15 : devel/qt5-qmake
- Runtime dependencies:
-
- xdg-open : devel/xdg-utils
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- Library dependencies:
-
- libzip.so : archivers/libzip
- libsnappy.so : archivers/snappy
- libzstd.so : archivers/zstd
- libavcodec.so : multimedia/ffmpeg
- libminiupnpc.so : net/miniupnpc
- libpng.so : graphics/png
- libGLEW.so : graphics/glew
- libOpenGL.so : graphics/libglvnd
- libSDL2.so : devel/sdl20
- libQt5Core.so : devel/qt5-core
- libQt5Gui.so : x11-toolkits/qt5-gui
- libQt5Multimedia.so : multimedia/qt5-multimedia
- libQt5OpenGL.so : graphics/qt5-opengl
- libQt5Widgets.so : x11-toolkits/qt5-widgets
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- emulators_ppsspp-qt5
- USES:
- cmake compiler:c++11-lib gl localbase:ldflags pkgconfig desktop-file-utils elfctl qt:5 shared-mime-info 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).
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
This is a slave port. You may also want to view the commits to the master port: emulators/ppsspp |
Commit | Credits | Log message |
1.17.1_1 17 Jul 2024 13:31:55 |
Vladimir Druzenko (vvd) |
emulators/{,libretro-}ppsspp{,-qt5}: Fix build with miniupnpc-2.2.8
Upstream bug report: https://github.com/hrydgard/ppsspp/issues/19333
While here fix plist error in libretro-ppsspp and pet portclippy.
PR: 280298 |
1.16.5 28 Sep 2023 11:41:58 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.16.5
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.16.5
Reported by: GitHub (watch releases) |
1.16.4_1 25 Sep 2023 13:28:39 |
Jan Beich (jbeich) |
emulators/ppsspp: unbundle net/miniupnpc after 30529d609400
PPSSPP fork appears to be miniupnpc_2_2_2-6-g3a87be3 snapshot,
thus a subset of system version after 529426676b2b.
https://github.com/hrydgard/ppsspp/commit/521b04452efc |
1.16 09 Sep 2023 16:13:58 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.16
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.16
Reported by: GitHub (watch releases) |
1.15.4_1 20 Jun 2023 00:50:00 |
Jan Beich (jbeich) |
emulators/ppsspp: unbundle archivers/zstd after 30529d609400
https://github.com/hrydgard/ppsspp/commit/63966cb7a70d
Inspired by: Alpine, Arch, Gentoo, OpenBSD, openSUSE, Void |
1.15.1 03 May 2023 16:01:26 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.15.1
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.15.1
Reported by: GitHub (watch releases) |
1.15_1 03 May 2023 16:01:26 |
Jan Beich (jbeich) |
emulators/ppsspp: unbreak with kern.elf*.allow_wx=0
Common/MemoryUtil.cpp:194 E[MEMMAP]: Failed to allocate executable memory
(1048576) errno=13 |
1.15 30 Apr 2023 16:47:21 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.15
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.15
Reported by: GitHub (watch releases) |
1.14.4_2 27 Apr 2023 12:01:46 |
Daniel Engberg (diizzy) |
*/*: Bump all users of multimedia/ffmpeg*
...to make sure all picks up new version(s) |
1.14.4_1 25 Apr 2023 15:17:15 |
Christian Weisgerber (naddy) |
audio/opus: bump consumers after update to 1.4 |
1.13.2 10 Sep 2022 15:18:16 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.13.2
Changes: https://github.com/hrydgard/ppsspp/compare/v1.13.1...v1.13.2
Reported by: GitHub (watch releases) |
1.13.1_1 05 Aug 2022 17:58:34 |
Bernard Spil (brnrd) |
archivers/libzip: Bump PORTREVISION on dependent ports |
1.12 06 Oct 2021 23:12:57 |
Jan Beich (jbeich) |
emulators/ppsspp: update to 1.12
Changes: https://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.11.3...v1.12
Reported by: GitHub (watch releases) |
1.11.3_2 22 Jun 2021 18:53:08 |
Kevin Bowling (kbowling) |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.11.3_1 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.11.3_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
1.11.3_1 25 Mar 2021 16:04:40 |
jbeich |
emulators/ppsspp: backport stability fixes for system ffmpeg |
1.10 27 Jun 2020 23:24:36 |
jbeich |
emulators/ppsspp: update to 1.10
- LIBRETRO option is now libretro-ppsspp port
Changes: https://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.9.4...v1.10
Reported by: GitHub (watch releases) |
1.9.4_1 27 Jun 2020 18:10:08 |
jbeich |
emulators/ppsspp: use system snappy after r483177
https://github.com/hrydgard/ppsspp/commit/8ba1f049dae9 |
1.9.1 26 Sep 2019 00:29:10 |
jbeich |
emulators/ppsspp: update to 1.9.1
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.8.0...v1.9.1
Reported by: GitHub (watch releases) |
1.8.0_2 05 Aug 2019 23:06:50 |
jbeich |
multimedia/ffmpeg: update to 4.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.2:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.7.5_1 16 Jan 2019 11:13:45 |
tijl |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.7.4 25 Nov 2018 13:55:55 |
jbeich |
emulators/ppsspp: update to 1.7.4
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.7.2...v1.7.4
MFH: 2018Q4 (bug fixes) |
1.7.2_1 06 Nov 2018 01:50:27 |
jbeich |
multimedia/ffmpeg: update to 4.1
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.1:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/ |
1.7 27 Oct 2018 22:44:34 |
jbeich |
emulators/ppsspp: update to 1.7
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.6.3...v1.7
MFH: 2018Q4 (many stability fixes) |
1.6.3_1 08 Sep 2018 23:14:08 |
jbeich |
emulators/ppsspp: advertise Vulkan support
- Vulkan lazy bindings are always enabled, built against bundled headers
- QT5 slave currently hardcodes GPUBackend::OPENGL |
1.6.3_1 13 Jun 2018 13:21:56 |
jbeich |
emulators/ppsspp-qt5: rebuild after r472312 |
1.6 26 May 2018 14:33:07 |
jbeich |
emulators/ppsspp: update to 1.6.0
- Vulkan support is always built
- Install libretro core by default
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.5.4...v1.6.0 |
1.5.4_1 02 May 2018 15:07:27 |
jbeich |
multimedia/ffmpeg: update to 4.0
- FFSERVER support was removed upstream
- libressl now uses libtls backend instead of patching openssl one
- Clang i386 no longer uses 16-byte aligned stack
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n4.0:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 227726
Exp-run by: antoine
Differential Revision: https://reviews.freebsd.org/D15175 |
1.5.1 29 Nov 2017 17:35:46 |
jbeich |
emulators/ppsspp: update to 1.5.1
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/compare/v1.4.2...v1.5.1 |
1.4.2_3 21 Oct 2017 06:50:50 |
jbeich |
multimedia/ffmpeg: update to 3.4
Notable changes:
- i386/amd64 now depend on NASM per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/4f9297ac3b39
- NETCDF is now MYSOFA but the dependency doesn't exist in ports yet
- SCHROEDINGER is gone per
https://git.ffmpeg.org/gitweb/ffmpeg.git/commitdiff/220b24c7c9
- DRM, LIBRSVG2, LIBXML2 are new options
- ABI isn't completely compatible: some structs have changed
Minor cleanup:
- Don't pass --disable-{in,out}dev when it's already blocked by disabled
dependency
- Drop redundant "Enable" from option descriptions
- Switch CDIO_DESC to use Mk/bsd.options.desc.mk
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.4:/Changelog
ABI: https://abi-laboratory.pro/tracker/timeline/ffmpeg/
PR: 223057
Exp-run by: antoine |
1.4.2_2 15 Oct 2017 01:19:51 |
jbeich |
emulators/ppsspp-qt5: rebuild after r452123 |
1.4.2_1 27 Sep 2017 18:08:14 |
rakuco |
Bump PORTREVISION in ports depending on archivers/libzip.
libzip was updated to 1.3.0 in r450774, and its SOVERSION went from .4 to .5
after the removal of zip_archive_set_tempdir(). All dependent ports continue to
build fine without that symbol.
PR: 222638 |
1.4.1 23 May 2017 13:06:58 |
jbeich |
emulators/ppsspp: update to 1.4
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4.1
MFH: 2017Q2 |
1.4_1 25 Apr 2017 08:20:31 |
riggs |
Chase ffmpeg 3.3 update (ABI changes)
PR: 218658
Submitted by: riggs |
1.4 31 Mar 2017 13:10:02 |
jbeich |
emulators/ppsspp: update to 1.4
Changes: http://ppsspp.org/#news
Changes: https://github.com/hrydgard/ppsspp/releases/tag/v1.4 |
1.3_1 11 Dec 2016 15:22:47 |
jbeich |
multimedia/ffmpeg: update to 3.2.2
Changes: https://git.ffmpeg.org/gitweb/ffmpeg.git/blob/n3.2.2:/Changelog
PR: 207547
Submitted by: riggs, ebirth@b0ss.net (libressl fix)
Exp-run by: antoine (3 tries) |
1.3 10 Oct 2016 16:21:44 |
jbeich |
emulators/ppsspp: unbreak _OFF helpers after r422825 |
1.3 29 Sep 2016 01:52:05 |
jbeich |
emulators/ppsspp: hide QT* options in master port
Pointyhat to: jbeich (r422825) |
1.3 27 Sep 2016 18:25:34 |
jbeich |
emulators/ppsspp: enslave GUI options
Catering package-only users that want Qt4 flavor or just SDL UI.
COMMENT and pkg-descr (both plural) can be improved in future. |