summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* games-emulation/pcsx2_patches: add note about bumpingIonen Wolkens2024-07-222-0/+6
| | | | | | | | Odds are won't bump this regularly anymore and only when there is a stable pcsx2 release (can use 9999 if really want newer patches/changes, or request a bump if feel it's worth it). Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: add 0_p20240714Ionen Wolkens2024-07-222-0/+56
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: drop 0_p20240522Ionen Wolkens2024-07-222-56/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: add 2.0.2Ionen Wolkens2024-07-222-0/+171
| | | | | | | | | | | | | Noticed a bit late that this started getting releases again, will be getting notifications in the future. Will no longer bother with development releases unless this becomes severely outdated+broken again. Still need the backtrace patch (removed in 9999) given this hasn't got the USE_BACKTRACE change. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2024-07-221-9/+0
| | | | | | Shouldn't really need this warning anymore. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: drop 1.7.5835Ionen Wolkens2024-07-222-180/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/rmg: remove subslot binders from packages without themJoonas Niilola2024-07-222-4/+4
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/rmg: add QA_FLAGS_IGNORED to ignore rust-related noteJoonas Niilola2024-07-222-0/+8
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/rmg: new package, add 0.6.5, 9999orbea2024-07-225-0/+352
| | | | | Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/pcsx2: drop myself as a maintainerYuri Konotopov2024-07-201-8/+0
| | | | | | Signed-off-by: Yuri Konotopov <ykonotopov@gnome.org> Closes: https://github.com/gentoo/gentoo/pull/37641 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2024-07-191-2/+2
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/mupen64plus: Bump to 2.6.0Michał Górny2024-07-151-0/+23
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-video-rice: Bump to 2.6.0Michał Górny2024-07-152-0/+88
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-video-glide64mk2: Bump to 2.6.0Michał Górny2024-07-152-0/+96
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-ui-console: Bump to 2.6.0Michał Górny2024-07-152-0/+96
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-rsp-hle: Bump to 2.6.0Michał Górny2024-07-152-0/+76
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-input-sdl: Bump to 2.6.0Michał Górny2024-07-152-0/+83
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-audio-sdl: Bump to 2.6.0Michał Górny2024-07-152-0/+95
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mupen64plus-core: Bump to 2.6.0Michał Górny2024-07-153-0/+119
| | | | Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/pcsx2: Stabilize 1.7.5913 amd64, #935903Joonas Niilola2024-07-131-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/pcsx2_patches: Stabilize 0_p20240610 ALLARCHES, #935904Sam James2024-07-121-1/+1
| | | | Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/gcube: treecleanArthur Zamarin2024-07-126-109/+0
| | | | | Bug: https://bugs.gentoo.org/739140 Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
* games-emulation/pcsx2: further fix build with muslIonen Wolkens2024-07-024-0/+12
| | | | | | | | Due to a missing header, likely only fails with some specific combination of clang+libstdc+musl or so. Closes: https://bugs.gentoo.org/935352 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: fix build with muslIonen Wolkens2024-07-024-0/+34
| | | | | | | | | | | | | Originally thought would only need _GNU_SOURCE, but there is a bit more to the fix 7zip upstream did in bug #928730. Could still patch but can go for the easy solution which will use neither cpu_set_t nor (more importantly) pthread_attr_setaffinity_np that musl lacks. Also fix a different musl issue only affecting >=pcsx2-1.7.5913, workaround imported from Chimera Linux. Closes: https://bugs.gentoo.org/935298 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: add 0_p20240610Ionen Wolkens2024-06-222-0/+56
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: drop 0_p20240312, 0_p20240416Ionen Wolkens2024-06-223-112/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: add 1.7.5913Ionen Wolkens2024-06-222-0/+174
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2024-06-221-3/+4
| | | | | | | | Upstream has done away with all submodules and hardcoded the sources in the repo which does work out for us given removes the ned for the custom tarball. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: drop 1.7.5624, 1.7.5724Ionen Wolkens2024-06-224-348/+0
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/sameboy-jg: drop 0.16.2orbea2024-06-181-49/+0
| | | | | | Signed-off-by: orbea <orbea@riseup.net> Closes: https://github.com/gentoo/gentoo/pull/36679 Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/sameboy-jg: add 0.16.5orbea2024-06-182-0/+50
| | | | | Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/melonds-jg: mark as LTO-unsafe, strict-aliasing unsafeorbea2024-06-182-2/+18
| | | | | | Closes: https://bugs.gentoo.org/931907 Signed-off-by: orbea <orbea@riseup.net> Signed-off-by: Sam James <sam@gentoo.org>
* games-emulation/vbam: drop 2.1.5Pacho Ramos2024-06-162-111/+0
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-emulation/vbam: add 2.1.9Pacho Ramos2024-06-162-0/+116
| | | | Signed-off-by: Pacho Ramos <pacho@gentoo.org>
* games-emulation/dosbox-staging: add 0.81.1 (actual release)Bernard Cafarelli2024-06-142-0/+72
| | | | Signed-off-by: Bernard Cafarelli <voyageur@gentoo.org>
* games-emulation/pcsx2: Stabilize 1.7.5835 amd64, #934010Joonas Niilola2024-06-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/pcsx2_patches: Stabilize 0_p20240522 amd64, #934010Joonas Niilola2024-06-111-1/+1
| | | | Signed-off-by: Joonas Niilola <juippis@gentoo.org>
* games-emulation/dolphin: Backport gcc-14 build fixMichał Górny2024-06-022-1/+35
| | | | | | | Thanks to Kostadin Shishmanov for finding the pull request. Closes: https://bugs.gentoo.org/933203 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/pcsx2: fix minor typo in patch commentsIonen Wolkens2024-05-311-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update liveIonen Wolkens2024-05-312-3/+31
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/ryujinx: force x11 GDK_BACKENDMaciej Barć2024-05-301-0/+4
| | | | | Closes: https://bugs.gentoo.org/933075 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
* games-emulation/m64py: Bump to 0.2.5_p20231226Michał Górny2024-05-282-0/+71
| | | | | Closes: https://bugs.gentoo.org/929578 Signed-off-by: Michał Górny <mgorny@gentoo.org>
* games-emulation/mgba: avoid unused option warning with USE=-guiIonen Wolkens2024-05-251-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/mgba: update liveIonen Wolkens2024-05-251-10/+18
| | | | | | | | | | | | | Only updating the obvious bits and not tested much, will look more in-depth when there's a new release: * add IUSE=qt6 (was automagically used) * rename debug options * drop upstreamed patch wrt bug #932741 Also fix missing xdg_pkg_preinst for icon cache. Closes: https://bugs.gentoo.org/932741 Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: drop obsolete patchIonen Wolkens2024-05-223-20/+0
| | | | | | | Still applies but been fixed upstream, wasn't neccessary for the last bump either. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: enable py3.13Ionen Wolkens2024-05-222-3/+3
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: add 0_p20240522Ionen Wolkens2024-05-222-0/+56
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2_patches: stabilize 0_p20240416 for ALLARCHESIonen Wolkens2024-05-221-1/+1
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: add 1.7.5835Ionen Wolkens2024-05-212-0/+176
| | | | Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
* games-emulation/pcsx2: update live for upstream's shaderc changesIonen Wolkens2024-05-212-2/+51
| | | | | | | | Hardly tested beside running a game + a valid shader using vulkan, please report bugs to Gentoo if there is anything up with this that cannot be reproduced with upstream's AppImage. Signed-off-by: Ionen Wolkens <ionen@gentoo.org>