Commit Graph

21 Commits

Author SHA1 Message Date
rsadowski
6ecf5561f1 Fix build with CMake 3.23
- Use CFLAGS and CXXFLAGS instead of  CMAKE_CXX_FLAGS and CMAKE_C_FLAGS.
- Use MODCMAKE_LDFLAGS instead of CMAKE_EXE_LINKER_FLAGS
- Fix broken builds with CMake 3.23
2022-05-28 06:19:58 +00:00
naddy
06ebc532ac drop RCS Ids 2022-03-11 18:59:33 +00:00
bentley
7247305dfb Update to ppsspp-1.11.3. fix ffmpeg patches that were breaking some games.
ok (and initally from) stsp@
2021-09-19 00:34:55 +00:00
jca
54e4c673a3 This only builds on archs with JIT support
Add ONLY_FOR_ARCHS with a list of architectures that support JIT.
Keep ONLY_FOR_ARCHS = ${BE_ARCHS} for documentation support even if it
is now redundant.  Maintainer holid^Wtimeout.
2021-08-07 16:57:07 +00:00
rsadowski
2f95e24a60 Add missing bump 2021-05-05 07:31:12 +00:00
rsadowski
12c37c4184 Unbreak ppsspp-1.10.3 with ffmpeg-4.4
Spotted by aja@
2021-05-04 03:50:07 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
bentley
c6baa0a4fc Update to ppsspp-1.10.3.
Release notes: https://github.com/hrydgard/ppsspp#whats-new-in-1103
2020-08-07 22:54:09 +00:00
cwen
89b22662f1 ppsspp does not support big endian archs, add appropriate NOT_FOR_ARCHS.
Future ppsspp version may provide some powerpc support at least.

OK jca@, OK bentley@ (maintainer)
2020-01-11 21:53:01 +00:00
bentley
4e7ef8461f New build dependency on Python 3.
Noticed by sthen@
2019-10-30 08:27:56 +00:00
bentley
cbd8f1d0b4 Update to ppsspp-1.9.3.
Release notes:
https://ppsspp.org/#news
2019-10-19 23:23:46 +00:00
sthen
484cf3de0c replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:45:45 +00:00
bentley
23ff1dc5f7 Update to ppsspp-1.8.0.
Release notes visible on the homepage:
https://ppsspp.org/

Thanks to Charlene Wendling for testing.
2019-03-19 08:10:32 +00:00
bentley
93d0882a05 Make arm and arm64 do the same thing as all other archs by disabling EGL.
No bump, as platforms using EGL didn't build anyway.
2019-03-07 07:22:19 +00:00
bentley
c888dd218e Update to ppsspp-1.7.1.
Release notes: https://github.com/hrydgard/ppsspp#whats-new-in-171
2018-11-10 17:55:30 +00:00
bentley
73afe54c50 Update to ppsspp-1.7.
Changelog:
https://github.com/hrydgard/ppsspp#whats-new-in-170
2018-10-30 06:35:23 +00:00
bentley
51f3fd5c7c Update to ppsspp-1.6.3.
With some suggestions from Jan Beich (FreeBSD); thanks!
2018-06-15 08:12:31 +00:00
bentley
6ab6aa1fd0 Remove upstreamed patch; build failure noticed by nigel@ 2018-01-05 03:39:24 +00:00
bentley
26b89b59e6 Update to ppsspp-1.5.4.
Changelog:
https://github.com/hrydgard/ppsspp#whats-new-in-154
2018-01-04 05:09:32 +00:00
bentley
7d63b24ba1 "PSP" -> "PlayStation Portable" 2017-11-05 22:14:33 +00:00
bentley
ec6febbe10 Import ppsspp-1.4.2, a Sony PSP emulator.
Personal recommendation: open the homebrew menu and download Cave Story. :)

ok jeremy@
2017-11-05 22:06:29 +00:00