summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/ppsspp: bump to 1.16.3Maciej Barć2023-09-222-0/+76
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/ppsspp: bump to 1.16.2Maciej Barć2023-09-202-0/+76
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/pcsx2: add 1.7.5033Ionen Wolkens2023-09-192-0/+156
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: reduce postinst messagesIonen Wolkens2023-09-191-32/+5
| | | | | | | | Should not be super interesting at this point and has been fairly stable despite packaging annoyances, albeit keep warning for those upgrading from 1.6.0. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: install in mono path, handle translationsIonen Wolkens2023-09-191-14/+10
| | | | | | | | | | | | Translations ignore AppRoot and insist on using the location that pcsx2 is at. Rather than modify further, install everything in /usr/lib/${PN} and keep a symlink for PATH (fortunately using a wrapper does not seem necessary). Unfortunately upstream has no interest in a more standard installation so this may be better going forward. Also tidy a bit. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: depend on old pcsx2_patches for 1.7.4940Ionen Wolkens2023-09-191-1/+1
| | | | | | | | Due to change in install location, but bump is happening at same time so odds are this revbump will not be used unless trying old version for regressions. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: add 0_p20230917Ionen Wolkens2023-09-192-0/+55
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: update install pathIonen Wolkens2023-09-191-1/+1
| | | | | | To match where pcsx2-1.7.5033 will look in. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/vecx-jg: Keyword 1.2.2 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/sameboy-jg: Keyword 0.15.8 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/prosystem-jg: Keyword 1.5.2 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/nestopia-jg: Keyword 1.52.0 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/mgba-jg: Keyword 0.10.2 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/melonds-jg: Keyword 0.9.5 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/mednafen-jg: Keyword 1.31.0 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/jollycv-jg: Keyword 1.0.1 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/geolith-jg: Keyword 0.1.0 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/gambatte-jg: Keyword 0.5.1 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/cega-jg: Keyword 0.6.0 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/bsnes-jg: Keyword 1.1.2 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/jgrf: Keyword 1.0.2-r1 x86, #891201Arthur Zamarin2023-09-171-1/+1
| | | | Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2023-09-171-5/+3
| | | | | | | | | | | | | Upstream purged some options and made them hard-required, did not use most of these but dbus is one of. Also adjust some comments. Things got changed around X11_API a bit, but seems it still tries to link with libX11 if (UNIX) regardless, so still no optional X (given upstream is killing options that they "do not test" once they get a build failure report, odds are it will remain this way). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/melonds-jg: fix i686 build issueorbea2023-09-152-0/+39
| | | | | | | | | | | | | | | | | | On a crossdev environment with x86_64-pc-linux-musl host and i686-pc-linux-musl build a static assert fails in the vendored teakra test_generator.cpp, but teakra was modified by the melonds upstream enough that a system version is not possible. However the jollygood port doesn't actually use any of the code in test_generator.cpp so it can be simply removed from the build. As this is unused code a revdump is not required. Closes: https://bugs.gentoo.org/914196 Upstream-PR: https://gitlab.com/jgemu/melonds/-/merge_requests/9 Upstream-Commit: https://gitlab.com/jgemu/melonds/-/commit/0953b8874187bfdd35a0bf787c3bdbb6cc65dc9d Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/32784 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/ppsspp: bump to 1.16.1Maciej Barć2023-09-132-0/+76
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/vecx-jg: Keyword 1.2.2 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/sameboy-jg: Keyword 0.15.8 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/prosystem-jg: Keyword 1.5.2 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/nestopia-jg: Keyword 1.52.0 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mgba-jg: Keyword 0.10.2 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/melonds-jg: Keyword 0.9.5 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/mednafen-jg: Keyword 1.31.0 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/jollycv-jg: Keyword 1.0.1 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/geolith-jg: Keyword 0.1.0 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/gambatte-jg: Keyword 0.5.1 arm64, #891201Sam James2023-09-131-2/+2
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/cega-jg: Keyword 0.6.0 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/bsnes-jg: Keyword 1.1.2 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/jgrf: Keyword 1.0.2-r1 arm64, #891201Sam James2023-09-131-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/pcsx2_patches: drop 0_p20230722Ionen Wolkens2023-09-122-55/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: drop 1.7.4795Ionen Wolkens2023-09-122-279/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/ppsspp: drop old 1.15Maciej Barć2023-09-092-66/+0
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/ppsspp: bump to 1.16Maciej Barć2023-09-093-0/+87
| | | | Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/nestopia-jg: add new dep, media-libs/soxrorbea2023-08-291-1/+2
| | | | | | | | Closes: https://bugs.gentoo.org/912241 Upstream-Commit: https://gitlab.com/jgemu/nestopia/-/commit/ccd14cb9b70f69c37c61d49a3fcc1ac750fddd59 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/32301 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/jgrf: remove erroneous dependencyorbea2023-08-292-2/+2
| | | | | | | | | | The dependency on dev-libs/openssl is only for the MD5 Message-Digest Algorithm (RFC 1321) functions. Closes: https://bugs.gentoo.org/912235 Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/32233 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/jgemu: new use, geolithorbea2023-08-292-1/+3
| | | | | | Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/32214 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/geolith-jg: new package, add 0.1.0, 9999orbea2023-08-294-0/+126
| | | | | | Closes: https://bugs.gentoo.org/912234 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/pcsx2: drop unused patchIonen Wolkens2023-08-271-8/+0
| | | | | | Forgot this one was only in 9999, so can clean it up now. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update live, give up unbundlingIonen Wolkens2023-08-271-94/+5
| | | | | | | | | | | | | | We already had to go out of our way to unbundle a few extras, but now upstream has removed all checks for alternatively using system libraries (that someone had sent a PR for to add before) and this is becoming too much of a pain to go against and very fragile. May possibly revisit when it does a non-nightly release. CMakeLists.txt set a very high lower bound on SDL2 for some reason, but well, it's packaged. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2023-08-252-1/+9
| | | | | | | | Previous patch was just meant to fix system detection given we lack the .cmake files, but now upstream straight up removed the find_optional for zstd and also libzip while at it. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: add 0_p20230822Ionen Wolkens2023-08-232-0/+55
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: add 1.7.4940Ionen Wolkens2023-08-232-0/+279
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>