From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id E271F1388C0 for ; Sun, 21 Feb 2016 11:12:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2567921C03E; Sun, 21 Feb 2016 11:12:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A743021C037 for ; Sun, 21 Feb 2016 11:12:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7E271340C43 for ; Sun, 21 Feb 2016 11:12:06 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1CB21068 for ; Sun, 21 Feb 2016 11:12:03 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456023970.12a60de74952677848a9e98045b1ee38c566a672.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/ppsspp/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/ppsspp/ppsspp-1.2.1.ebuild games-emulation/ppsspp/ppsspp-9999.ebuild X-VCS-Directories: games-emulation/ppsspp/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 12a60de74952677848a9e98045b1ee38c566a672 X-VCS-Branch: master Date: Sun, 21 Feb 2016 11:12:03 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: a2b6fc9f-3106-41e6-b294-1ee90fe4a0de X-Archives-Hash: 172ee1f651c1ef6ff39c9add339b544d commit: 12a60de74952677848a9e98045b1ee38c566a672 Author: RobinDX gmail com> AuthorDate: Sun Feb 21 03:02:36 2016 +0000 Commit: Patrice Clement gentoo 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