* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.8.12.ebuild ChangeLog
@ 2009-07-12 4:19 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 4+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2009-07-12 4:19 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 09/07/12 04:19:43
Modified: ChangeLog
Added: mednafen-0.8.12.ebuild
Log:
version bump
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.18 games-emulation/mednafen/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 17 Jun 2009 22:57:30 -0000 1.17
+++ ChangeLog 12 Jul 2009 04:19:43 -0000 1.18
@@ -1,6 +1,12 @@
# ChangeLog for games-emulation/mednafen
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.17 2009/06/17 22:57:30 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.18 2009/07/12 04:19:43 mr_bones_ Exp $
+
+*mednafen-0.8.12 (12 Jul 2009)
+
+ 12 Jul 2009; Michael Sterrett <mr_bones_@gentoo.org>
+ +mednafen-0.8.12.ebuild:
+ version bump
17 Jun 2009; Tristan Heaven <nyhm@gentoo.org> mednafen-0.8.11.ebuild,
+files/mednafen-0.8.11-glibc2.10.patch:
1.1 games-emulation/mednafen/mednafen-0.8.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.1&content-type=text/plain
Index: mednafen-0.8.12.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.1 2009/07/12 04:19:43 mr_bones_ Exp $
EAPI=2
inherit autotools eutils games
DESCRIPTION="An advanced NES, GB/GBC/GBA, TurboGrafx 16/CD, NGPC and Lynx emulator"
HOMEPAGE="http://mednafen.sourceforge.net/"
SRC_URI="mirror://sourceforge/${PN}/mednafen-${PV/12/C}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa cjk debug jack nls"
RDEPEND="virtual/opengl
media-libs/libsndfile
dev-libs/libcdio
media-libs/libsdl
media-libs/sdl-net
alsa? ( media-libs/alsa-lib )
jack? ( media-sound/jack-audio-connection-kit )
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
dev-util/pkgconfig
nls? ( sys-devel/gettext )"
S=${WORKDIR}/${PN}
src_prepare() {
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
-e 's:$(localedir):/usr/share/locale:' \
$(find . -name 'Makefile.*') \
|| die 'sed failed'
sed -i \
-e '/-fomit-frame-pointer/d' \
-e '/-ffast-math/d' \
configure.ac \
|| die "sed failed"
eautoreconf
}
src_configure() {
egamesconf \
--disable-dependency-tracking \
$(use_enable alsa) \
$(use_enable cjk cjk-fonts) \
$(use_enable debug debugger) \
$(use_enable jack) \
$(use_enable nls)
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc Documentation/cheats.txt AUTHORS ChangeLog TODO
dohtml Documentation/*
prepgamesdirs
}
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.8.12.ebuild ChangeLog
@ 2009-11-21 18:15 Markus Meier (maekke)
0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2009-11-21 18:15 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/21 18:15:29
Modified: mednafen-0.8.12.ebuild ChangeLog
Log:
x86 stable, bug #288950
(Portage version: 2.2_rc51/cvs/Linux x86_64)
Revision Changes Path
1.2 games-emulation/mednafen/mednafen-0.8.12.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?r1=1.1&r2=1.2
Index: mednafen-0.8.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mednafen-0.8.12.ebuild 12 Jul 2009 04:19:43 -0000 1.1
+++ mednafen-0.8.12.ebuild 21 Nov 2009 18:15:29 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.1 2009/07/12 04:19:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.2 2009/11/21 18:15:29 maekke Exp $
EAPI=2
inherit autotools eutils games
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="~amd64 ~ppc x86"
IUSE="alsa cjk debug jack nls"
RDEPEND="virtual/opengl
1.19 games-emulation/mednafen/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 12 Jul 2009 04:19:43 -0000 1.18
+++ ChangeLog 21 Nov 2009 18:15:29 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/mednafen
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.18 2009/07/12 04:19:43 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.19 2009/11/21 18:15:29 maekke Exp $
+
+ 21 Nov 2009; Markus Meier <maekke@gentoo.org> mednafen-0.8.12.ebuild:
+ x86 stable, bug #288950
*mednafen-0.8.12 (12 Jul 2009)
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.8.12.ebuild ChangeLog
@ 2010-05-23 19:55 Pacho Ramos (pacho)
0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-23 19:55 UTC (permalink / raw
To: gentoo-commits
pacho 10/05/23 19:55:46
Modified: mednafen-0.8.12.ebuild ChangeLog
Log:
stable amd64, bug 312535
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.3 games-emulation/mednafen/mednafen-0.8.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?r1=1.2&r2=1.3
Index: mednafen-0.8.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mednafen-0.8.12.ebuild 21 Nov 2009 18:15:29 -0000 1.2
+++ mednafen-0.8.12.ebuild 23 May 2010 19:55:46 -0000 1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.2 2009/11/21 18:15:29 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.3 2010/05/23 19:55:46 pacho Exp $
EAPI=2
inherit autotools eutils games
@@ -11,7 +11,7 @@
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS="~amd64 ~ppc x86"
+KEYWORDS="amd64 ~ppc x86"
IUSE="alsa cjk debug jack nls"
RDEPEND="virtual/opengl
1.20 games-emulation/mednafen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 21 Nov 2009 18:15:29 -0000 1.19
+++ ChangeLog 23 May 2010 19:55:46 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/mednafen
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.19 2009/11/21 18:15:29 maekke Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.20 2010/05/23 19:55:46 pacho Exp $
+
+ 23 May 2010; Pacho Ramos <pacho@gentoo.org> mednafen-0.8.12.ebuild:
+ stable amd64, bug 312535
21 Nov 2009; Markus Meier <maekke@gentoo.org> mednafen-0.8.12.ebuild:
x86 stable, bug #288950
^ permalink raw reply [flat|nested] 4+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.8.12.ebuild ChangeLog
@ 2010-05-24 9:40 Alfredo Tupone (tupone)
0 siblings, 0 replies; 4+ messages in thread
From: Alfredo Tupone (tupone) @ 2010-05-24 9:40 UTC (permalink / raw
To: gentoo-commits
tupone 10/05/24 09:40:42
Modified: mednafen-0.8.12.ebuild ChangeLog
Log:
Build with gcc-4.5 Bug #321009
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.4 games-emulation/mednafen/mednafen-0.8.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild?r1=1.3&r2=1.4
Index: mednafen-0.8.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- mednafen-0.8.12.ebuild 23 May 2010 19:55:46 -0000 1.3
+++ mednafen-0.8.12.ebuild 24 May 2010 09:40:42 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.3 2010/05/23 19:55:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.12.ebuild,v 1.4 2010/05/24 09:40:42 tupone Exp $
EAPI=2
inherit autotools eutils games
@@ -39,6 +39,7 @@
-e '/-ffast-math/d' \
configure.ac \
|| die "sed failed"
+ epatch "${FILESDIR}"/${P}-gcc45.patch
eautoreconf
}
1.21 games-emulation/mednafen/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 23 May 2010 19:55:46 -0000 1.20
+++ ChangeLog 24 May 2010 09:40:42 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for games-emulation/mednafen
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.20 2010/05/23 19:55:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.21 2010/05/24 09:40:42 tupone Exp $
+
+ 24 May 2010; Tupone Alfredo <tupone@gentoo.org> mednafen-0.8.12.ebuild,
+ +files/mednafen-0.8.12-gcc45.patch:
+ Build with gcc-4.5 Bug #321009 by flameeyes@gentoo.org
23 May 2010; Pacho Ramos <pacho@gentoo.org> mednafen-0.8.12.ebuild:
stable amd64, bug 312535
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-05-24 9:40 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-23 19:55 [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.8.12.ebuild ChangeLog Pacho Ramos (pacho)
-- strict thread matches above, loose matches on Subject: below --
2010-05-24 9:40 Alfredo Tupone (tupone)
2009-11-21 18:15 Markus Meier (maekke)
2009-07-12 4:19 Michael Sterrett (mr_bones_)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox