commit: 12a60de74952677848a9e98045b1ee38c566a672
Author: RobinDX <robin9800xt <AT> gmail <DOT> com>
AuthorDate: Sun Feb 21 03:02:36 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sun Feb 21 03:06:10 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=12a60de7
games-emulation/ppsspp: version bump
.../ppsspp/{ppsspp-9999.ebuild => ppsspp-1.2.1.ebuild} | 10 ++++------
games-emulation/ppsspp/ppsspp-9999.ebuild | 7 ++-----
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild
b/games-emulation/ppsspp/ppsspp-1.2.1.ebuild
similarity index 94%
copy from games-emulation/ppsspp/ppsspp-9999.ebuild
copy to games-emulation/ppsspp/ppsspp-1.2.1.ebuild
index a3d3bcc..6d08020 100644
--- a/games-emulation/ppsspp/ppsspp-9999.ebuild
+++ b/games-emulation/ppsspp/ppsspp-1.2.1.ebuild
@@ -9,10 +9,11 @@ inherit eutils cmake-utils qt4-r2 git-r3
DESCRIPTION="A PSP emulator written in C++."
HOMEPAGE="http://www.ppsspp.org/"
EGIT_REPO_URI="git://github.com/hrydgard/${PN}.git"
+EGIT_COMMIT="v${PV}"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
+KEYWORDS="~amd64 ~x86"
IUSE="qt4 qt5 +sdl"
REQUIRED_USE="
?? ( qt4 qt5 sdl )
@@ -59,12 +60,9 @@ src_unpack() {
}
src_prepare() {
- # Bug 574000
sed -i -e "s#-O3#-O2#g;" "${S}"/CMakeLists.txt || die
-
- epatch "$FILESDIR"/ppsspp-ffmpeg-x86_64.patch
- epatch "$FILESDIR"/ppsspp-ffmpeg-x86.patch
- epatch "$FILESDIR"/ppsspp-qt.patch
+ sed -i -e "s#-O3#-O2#g;" "${S}"/Qt/Settings.pri || die
+ sed -i -e "s#-O3#-O2#g;" "${S}"/ffmpeg/linux_*.sh || die
if use qt4 ; then
cd "${WORKDIR}"/"${P}"/Qt || die
diff --git a/games-emulation/ppsspp/ppsspp-9999.ebuild
b/games-emulation/ppsspp/ppsspp-9999.ebuild
index a3d3bcc..64e75ba 100644
--- a/games-emulation/ppsspp/ppsspp-9999.ebuild
+++ b/games-emulation/ppsspp/ppsspp-9999.ebuild
@@ -59,12 +59,9 @@ src_unpack() {
}
src_prepare() {
- # Bug 574000
sed -i -e "s#-O3#-O2#g;" "${S}"/CMakeLists.txt || die
-
- epatch "$FILESDIR"/ppsspp-ffmpeg-x86_64.patch
- epatch "$FILESDIR"/ppsspp-ffmpeg-x86.patch
- epatch "$FILESDIR"/ppsspp-qt.patch
+ sed -i -e "s#-O3#-O2#g;" "${S}"/Qt/Settings.pri || die
+ sed -i -e "s#-O3#-O2#g;" "${S}"/ffmpeg/linux_*.sh || die
if use qt4 ; then
cd "${WORKDIR}"/"${P}"/Qt || die