diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2024-01-14 23:56:22 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2024-01-15 02:26:53 -0500 |
commit | 1e34079bf42aa85ad741402a6e4bbf5aca644440 (patch) | |
tree | f0130a544348a2cccd577d0e8fb74e472bd9b113 /games-emulation/pcsx2 | |
parent | games-emulation/pcsx2_patches: stabilize 0_p20231217 for amd64 (diff) | |
download | gentoo-1e34079bf42aa85ad741402a6e4bbf5aca644440.tar.gz gentoo-1e34079bf42aa85ad741402a6e4bbf5aca644440.tar.bz2 gentoo-1e34079bf42aa85ad741402a6e4bbf5aca644440.zip |
games-emulation/pcsx2: stabilize 1.7.5312 for amd64
1.6.0 is the current "stable" release upstream, but is:
* nearly 4 years old (lacks a *lot* of game fixes)
* 32bit-only (needs multilib on amd64)
* starting to hit issues like bug #922149 (which took a long
time to be reported, indicating it likely has rather few users)
* has some utf8 locale issues last time I tried it
* ebuild is bit dated and needs update for newer wxgtk
* not really getting used/tested by its gentoo maintainers
with no real motivation to fix problems
The 64bit Qt6 1.7.x may still be kind of WIP but has matured a fair
amount and 1.6.0 does not seem to offer much advantages over it with
the exception of working on older machines (x86, or anything lacking
sse4.1).
An upstream "real" release will likely take a long time still, and
the situation for 1.6.0 just get worse meanwhile.
So, opting to stable 1.7.x even though it's "nightly" arbitrary
releases and drop 1.6.0 given it's broken in current state.
Bug: https://bugs.gentoo.org/922149
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-1.7.5312.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild index b128f9284603..a675a321a728 100644 --- a/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild +++ b/games-emulation/pcsx2/pcsx2-1.7.5312.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -12,7 +12,7 @@ else # unbundling on this package has become unmaintainable and, rather than # handle submodules separately, using a tarball that includes them SRC_URI="https://dev.gentoo.org/~ionen/distfiles/${P}.tar.xz" - KEYWORDS="-* ~amd64" + KEYWORDS="-* amd64" fi DESCRIPTION="PlayStation 2 emulator" |