diff options
author | Ionen Wolkens <ionen@gentoo.org> | 2022-12-18 00:25:44 -0500 |
---|---|---|
committer | Ionen Wolkens <ionen@gentoo.org> | 2022-12-18 00:38:22 -0500 |
commit | f96dba3c41f644e150f070bc617afc7ccb1f25eb (patch) | |
tree | 232af597505d9c52746fc4cc9b853f378f5e6ae3 /games-emulation/pcsx2/pcsx2-9999.ebuild | |
parent | media-gfx/rawtherapee: Keyword 5.9 riscv, #886515 (diff) | |
download | gentoo-f96dba3c41f644e150f070bc617afc7ccb1f25eb.tar.gz gentoo-f96dba3c41f644e150f070bc617afc7ccb1f25eb.tar.bz2 gentoo-f96dba3c41f644e150f070bc617afc7ccb1f25eb.zip |
games-emulation/pcsx2: update live
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'games-emulation/pcsx2/pcsx2-9999.ebuild')
-rw-r--r-- | games-emulation/pcsx2/pcsx2-9999.ebuild | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/games-emulation/pcsx2/pcsx2-9999.ebuild b/games-emulation/pcsx2/pcsx2-9999.ebuild index de7b59537121..119d33bb8302 100644 --- a/games-emulation/pcsx2/pcsx2-9999.ebuild +++ b/games-emulation/pcsx2/pcsx2-9999.ebuild @@ -68,7 +68,6 @@ RDEPEND=" ) !qt6? ( dev-libs/glib:2 - media-libs/libsamplerate x11-libs/gdk-pixbuf:2 x11-libs/gtk+:3[wayland?] x11-libs/wxGTK:${WX_GTK_VER}[X] @@ -92,7 +91,6 @@ FILECAPS=( PATCHES=( "${FILESDIR}"/${PN}-1.7.0-crcs.patch "${FILESDIR}"/${PN}-1.7.3329-lto.patch - "${FILESDIR}"/${PN}-1.7.3329-musl.patch "${FILESDIR}"/${PN}-1.7.3329-qt6.patch "${FILESDIR}"/${PN}-1.7.3351-unbundle.patch "${FILESDIR}"/${PN}-1.7.3468-cubeb-automagic.patch @@ -144,9 +142,6 @@ src_prepare() { sed -e "/EmuFolders::AppRoot =/s|=.*|= \"${EPREFIX}/usr/share/PCSX2\";|" \ -i pcsx2/Frontend/CommonHost.cpp || die - # non-cubeb pulseaudio is only used for usb-mic without qt6, not output - use pulseaudio || :> cmake/FindPulseAudio.cmake || die - if [[ ${PV} != 9999 ]]; then sed -e '/set(PCSX2_GIT_TAG "")/s/""/"v'${PV}'"/' \ -i cmake/Pcsx2Utils.cmake || die |