summaryrefslogtreecommitdiff
path: root/games-emulation/ppsspp
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2024-02-14 17:36:29 +0000
committerV3n3RiX <venerix@koprulu.sector>2024-02-14 17:36:29 +0000
commit0485fd7e57de60b61c04825f986bb3400bcf7116 (patch)
tree8bc2ab515d65bccf3fa878f133e82577074ee982 /games-emulation/ppsspp
parent3a5772102e4f2b6f9cc46f461c90970060ae0c5e (diff)
gentoo auto-resync : 14:02:2024 - 17:36:28
Diffstat (limited to 'games-emulation/ppsspp')
-rw-r--r--games-emulation/ppsspp/Manifest2
-rw-r--r--games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild (renamed from games-emulation/ppsspp/ppsspp-1.17.1.ebuild)7
2 files changed, 6 insertions, 3 deletions
diff --git a/games-emulation/ppsspp/Manifest b/games-emulation/ppsspp/Manifest
index 45810d975c6b..837e477ccdcf 100644
--- a/games-emulation/ppsspp/Manifest
+++ b/games-emulation/ppsspp/Manifest
@@ -8,5 +8,5 @@ AUX ppsspp-disable-ccache-autodetection.patch 753 BLAKE2B aa580bb2c657830bb07961
DIST ppsspp-1.15.4.tar.xz 51947468 BLAKE2B c6a5e621b02556b791ec41389f17dede63811c87ff628b8f1304ac950071b365ecc9be05f4042e4e3b81e77f5a14b6931577f08b0174fec821350a1d7eca4d6a SHA512 9d2c140b0d633e5ca6191aaf276b7e4f6d029f29d1313a45fb78ee3879fec09f57d816604c51474ab6fe9cde713787d5769e87466d3c3015fe6a9b195ff198d2
DIST ppsspp-1.17.1.tar.xz 54663108 BLAKE2B 91c4964c9f334d42e090f59485e2f02ba8edb780903d2fa46e1a9cea77f6cc9e1a0605310d76445738259c0e99d5d1ca0764ef5f5565e781b482d5d5274620e5 SHA512 eaa0046f5d8e529efd8238690fa242638aa88630172abe59c4b7ffb16b1e18eeb38fcaf8e70ef76dbd2304b226d1f33e10cde709abe00fa2a5baff16c1883c31
EBUILD ppsspp-1.15.4.ebuild 1545 BLAKE2B 8e946a4d6ba410dc58f71fb79cd30b58644521ee1287bf0cf27c0fe96f44093445ba7c42d3d6449bcfd2c870ef58f458d3a83a14c7005a6112cd980a5a787898 SHA512 58d6df0028e5c966279339b48a27bba9207c7fe3b9495355118f3684d70a71d7522e2c5c80311035a828f7bcfc5d490b4224e80888dfd0db8beba41a1f5a43a1
-EBUILD ppsspp-1.17.1.ebuild 1720 BLAKE2B 9d088154c5bcbd47ae223efc2ef60ec60f49b9bdc062e2193ded108006c76b6f3e75c038585cdb38c7762957a8d423d39f4d9d43e12a42e487c355bee1850297 SHA512 d8f73a857d5a9d26b4493981765d20569d0e79033e2e3481a5b5e524664586fb8916be9b5bf851bd42140261ffe7471957f64c15f1777dc315fb11e79e40d4c5
+EBUILD ppsspp-1.17.1-r1.ebuild 1776 BLAKE2B ef29775e8f1c70f3809b330b02999ba11217e27d6c414e27ea491bd07d8d0efded548aab1a73f87c97ba57a832e845e7b56301414e6421a148292af1400cd2bb SHA512 78b85d34fae48d6792676abc302c8c6ddfe2f27b45250ae48297df160fe8b49ec6eeefb9252bd1ab6b49fa44186b0818a2b821c40d06b4503345e5123ba914f6
MISC metadata.xml 526 BLAKE2B 19d0378d36d2b1d81ce404a95d98488b54f4368c72a7397b6d7c9a444edec9c19d146295cfc247a75aca1e1b5d1643161a627b80ea76aa8d43189a5eb14380c2 SHA512 7a8c8a7c05acdc110422d7c38552c8106d1886a672e6bda1212ce9cba737ae5e89e6624010d5bc3149b8da7c061b10295a721c74e7377587ec52ec7be2237855
diff --git a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild b/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild
index b98e38fb57a1..ea035438b7b6 100644
--- a/games-emulation/ppsspp/ppsspp-1.17.1.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.17.1-r1.ebuild
@@ -23,7 +23,7 @@ fi
LICENSE="Apache-2.0 BSD BSD-2 GPL-2 JSON MIT"
SLOT="0"
-IUSE="discord qt5 test"
+IUSE="discord qt5 test wayland"
RESTRICT="!test? ( test )"
RDEPEND="
@@ -43,7 +43,9 @@ RDEPEND="
dev-qt/qtopengl:5[-gles2-only]
dev-qt/qtwidgets:5[-gles2-only]
)
- !qt5? ( media-libs/libsdl2[X,opengl,sound,video] )
+ !qt5? (
+ media-libs/libsdl2[X,opengl,sound,video,wayland?]
+ )
"
DEPEND="
${RDEPEND}
@@ -74,6 +76,7 @@ src_configure() {
-DUSE_SYSTEM_SNAPPY=ON
-DUSE_SYSTEM_ZSTD=ON
-DUSE_DISCORD=$(usex discord)
+ -DUSE_WAYLAND_WSI=$(usex wayland)
-DUSING_QT_UI=$(usex qt5)
-DUNITTEST=$(usex test)
)