public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.9.38.1.ebuild ChangeLog
@ 2015-02-13  8:31 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-13  8:31 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/13 08:31:17

  Modified:             ChangeLog
  Added:                mednafen-0.9.38.1.ebuild
  Log:
  version bump
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.50                 games-emulation/mednafen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	15 May 2014 16:37:57 -0000	1.49
+++ ChangeLog	13 Feb 2015 08:31:17 -0000	1.50
@@ -1,6 +1,16 @@
 # ChangeLog for games-emulation/mednafen
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.49 2014/05/15 16:37:57 ulm Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.50 2015/02/13 08:31:17 mr_bones_ Exp $
+
+*mednafen-0.9.38.1 (13 Feb 2015)
+
+  13 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
+  +files/mednafen-0.9.38.1-automake-1.13.patch,
+  +files/mednafen-0.9.38.1-cflags.patch, +files/mednafen-0.9.38.1-zlib.patch,
+  +mednafen-0.9.38.1.ebuild, files/mednafen-0.9.28-cflags.patch,
+  files/mednafen-0.9.28-zlib.patch, files/mednafen-0.9.32-cflags.patch,
+  files/mednafen-0.9.32-zlib.patch:
+  version bump
 
   15 May 2014; Ulrich Müller <ulm@gentoo.org> mednafen-0.9.28.ebuild,
   mednafen-0.9.32.ebuild:



1.1                  games-emulation/mednafen/mednafen-0.9.38.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.1&content-type=text/plain

Index: mednafen-0.9.38.1.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v 1.1 2015/02/13 08:31:17 mr_bones_ Exp $

EAPI=5
inherit autotools eutils flag-o-matic games

DESCRIPTION="An advanced NES, GB/GBC/GBA, TurboGrafx 16/CD, NGPC and Lynx emulator"
HOMEPAGE="http://mednafen.sourceforge.net/"
SRC_URI="mirror://sourceforge/mednafen/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="alsa altivec cjk debugger jack nls"

RDEPEND="virtual/opengl
	media-libs/libsndfile
	dev-libs/libcdio
	media-libs/libsdl[sound,joystick,opengl,video]
	media-libs/sdl-net
	sys-libs/zlib[minizip]
	alsa? ( media-libs/alsa-lib )
	jack? ( media-sound/jack-audio-connection-kit )
	nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
	virtual/pkgconfig
	nls? ( sys-devel/gettext )"

S=${WORKDIR}/${PN}

pkg_pretend() {
	if has ccache ${FEATURES} ; then
		ewarn
		ewarn "If you experience build failure, try turning off ccache in FEATURES."
		ewarn
	fi
}

src_prepare() {
	sed -i \
		-e 's:$(datadir)/locale:/usr/share/locale:' \
		$(find . -name Makefile.am) \
		intl/Makefile.in || die
	epatch \
		"${FILESDIR}"/${P}-zlib.patch \
		"${FILESDIR}"/${P}-cflags.patch \
		"${FILESDIR}"/${P}-automake-1.13.patch
	eautoreconf
}

src_configure() {
	egamesconf \
		$(use_enable alsa) \
		$(use_enable altivec) \
		$(use_enable cjk cjk-fonts) \
		$(use_enable debugger) \
		$(use_enable jack) \
		$(use_enable nls)
}

src_install() {
	DOCS="Documentation/cheats.txt ChangeLog TODO" \
		default
	prepgamesdirs
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.9.38.1.ebuild ChangeLog
@ 2015-02-13 17:24 Michael Sterrett (mr_bones_)
  0 siblings, 0 replies; 3+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2015-02-13 17:24 UTC (permalink / raw
  To: gentoo-commits

mr_bones_    15/02/13 17:24:51

  Modified:             mednafen-0.9.38.1.ebuild ChangeLog
  Log:
  add some required flags (bug #539992)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.2                  games-emulation/mednafen/mednafen-0.9.38.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?r1=1.1&r2=1.2

Index: mednafen-0.9.38.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mednafen-0.9.38.1.ebuild	13 Feb 2015 08:31:17 -0000	1.1
+++ mednafen-0.9.38.1.ebuild	13 Feb 2015 17:24:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v 1.1 2015/02/13 08:31:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v 1.2 2015/02/13 17:24:51 mr_bones_ Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic games
@@ -50,6 +50,9 @@
 }
 
 src_configure() {
+	# very sensitive code (bug #539992)
+	strip-flags
+	append-flags -fomit-frame-pointer -fwrapv
 	egamesconf \
 		$(use_enable alsa) \
 		$(use_enable altivec) \



1.51                 games-emulation/mednafen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	13 Feb 2015 08:31:17 -0000	1.50
+++ ChangeLog	13 Feb 2015 17:24:51 -0000	1.51
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/mednafen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.50 2015/02/13 08:31:17 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.51 2015/02/13 17:24:51 mr_bones_ Exp $
+
+  13 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> mednafen-0.9.38.1.ebuild:
+  add some required flags (bug #539992)
 
 *mednafen-0.9.38.1 (13 Feb 2015)
 





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.9.38.1.ebuild ChangeLog
@ 2015-03-15 22:26 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-03-15 22:26 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/03/15 22:26:46

  Modified:             mednafen-0.9.38.1.ebuild ChangeLog
  Log:
  amd64/x86 stable wrt bug #543454
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  games-emulation/mednafen/mednafen-0.9.38.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild?r1=1.2&r2=1.3

Index: mednafen-0.9.38.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- mednafen-0.9.38.1.ebuild	13 Feb 2015 17:24:51 -0000	1.2
+++ mednafen-0.9.38.1.ebuild	15 Mar 2015 22:26:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v 1.2 2015/02/13 17:24:51 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.9.38.1.ebuild,v 1.3 2015/03/15 22:26:46 zlogene Exp $
 
 EAPI=5
 inherit autotools eutils flag-o-matic games
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="alsa altivec cjk debugger jack nls"
 
 RDEPEND="virtual/opengl



1.54                 games-emulation/mednafen/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mednafen/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	19 Feb 2015 01:51:19 -0000	1.53
+++ ChangeLog	15 Mar 2015 22:26:46 -0000	1.54
@@ -1,6 +1,9 @@
 # ChangeLog for games-emulation/mednafen
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.53 2015/02/19 01:51:19 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/ChangeLog,v 1.54 2015/03/15 22:26:46 zlogene Exp $
+
+  15 Mar 2015; Mikle Kolyada <zlogene@gentoo.org> mednafen-0.9.38.1.ebuild:
+  amd64/x86 stable wrt bug #543454
 
   19 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org>
   -files/mednafen-0.9.32-automake-1.13.patch,





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-03-15 22:26 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-13  8:31 [gentoo-commits] gentoo-x86 commit in games-emulation/mednafen: mednafen-0.9.38.1.ebuild ChangeLog Michael Sterrett (mr_bones_)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-13 17:24 Michael Sterrett (mr_bones_)
2015-03-15 22:26 Mikle Kolyada (zlogene)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox