mgorny 15/01/28 19:59:10
Modified: mupen64plus-1.5-r2.ebuild mupen64plus-1.5-r1.ebuild
ChangeLog
Log:
Switch to CPU_FLAGS_X86.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key
EFB4464E!)
Revision Changes Path
1.11 games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild?rev=1.11&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild?rev=1.11&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild?r1=1.10&r2=1.11
Index: mupen64plus-1.5-r2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- mupen64plus-1.5-r2.ebuild 2 Mar 2013 21:14:43 -0000 1.10
+++ mupen64plus-1.5-r2.ebuild 28 Jan 2015 19:59:10 -0000 1.11
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v
1.10 2013/03/02 21:14:43 hwoarang Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r2.ebuild,v
1.11 2015/01/28 19:59:10 mgorny Exp $
EAPI="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+gtk libsamplerate lirc qt4 sse"
+IUSE="+gtk libsamplerate lirc qt4 cpu_flags_x86_sse"
# GTK+ is currently required by plugins even if no GUI support is enabled
RDEPEND="virtual/opengl
@@ -83,7 +83,7 @@
use libsamplerate || echo -n "NO_RESAMP=1 "
use lirc && echo -n "LIRC=1 "
- use sse || echo -n "NO_ASM=1 "
+ use cpu_flags_x86_sse || echo -n "NO_ASM=1 "
echo -n GUI=
if use gtk; then
@@ -97,7 +97,7 @@
src_compile() {
tc-export CC CXX
- use x86 && use sse && append-flags -fomit-frame-pointer
+ use x86 && use cpu_flags_x86_sse && append-flags -fomit-frame-pointer
emake $(get_opts) DBGSYM=1 CC="${CC}" CXX="${CXX}" LD="${CC}" all ||
die "make failed"
}
1.12 games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.12&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?rev=1.12&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild?r1=1.11&r2=1.12
Index: mupen64plus-1.5-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- mupen64plus-1.5-r1.ebuild 2 Mar 2013 21:14:43 -0000 1.11
+++ mupen64plus-1.5-r1.ebuild 28 Jan 2015 19:59:10 -0000 1.12
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v
1.11 2013/03/02 21:14:43 hwoarang Exp $
+# $Header:
/var/cvsroot/gentoo-x86/games-emulation/mupen64plus/mupen64plus-1.5-r1.ebuild,v
1.12 2015/01/28 19:59:10 mgorny Exp $
EAPI="2"
@@ -17,7 +17,7 @@
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
-IUSE="+gtk libsamplerate lirc qt4 sse"
+IUSE="+gtk libsamplerate lirc qt4 cpu_flags_x86_sse"
# GTK+ is currently required by plugins even if no GUI support is enabled
RDEPEND="virtual/opengl
@@ -76,7 +76,7 @@
use libsamplerate || echo -n "NO_RESAMP=1 "
use lirc && echo -n "LIRC=1 "
- use sse || echo -n "NO_ASM=1 "
+ use cpu_flags_x86_sse || echo -n "NO_ASM=1 "
echo -n GUI=
if use gtk; then
@@ -89,7 +89,7 @@
}
src_compile() {
- use x86 && use sse && append-flags -fomit-frame-pointer
+ use x86 && use cpu_flags_x86_sse && append-flags -fomit-frame-pointer
emake $(get_opts) DBGSYM=1 all || die "make failed"
}
1.25 games-emulation/mupen64plus/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.25&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/ChangeLog?rev=1.25&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mupen64plus/ChangeLog?r1=1.24&r2=1.25
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog 15 Aug 2014 10:22:34 -0000 1.24
+++ ChangeLog 28 Jan 2015 19:59:10 -0000 1.25
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mupen64plus
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v
1.24 2014/08/15 10:22:34 mgorny Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mupen64plus/ChangeLog,v
1.25 2015/01/28 19:59:10 mgorny Exp $
+
+ 28 Jan 2015; Michał Górny <[email protected]> mupen64plus-1.5-r1.ebuild,
+ mupen64plus-1.5-r2.ebuild:
+ Switch to CPU_FLAGS_X86.
15 Aug 2014; Michał Górny <[email protected]> metadata.xml:
Remove games team maintainership following the Council decision.