* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.9.ebuild ChangeLog
@ 2013-07-02 18:59 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2013-07-02 18:59 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 13/07/02 18:59:56
Modified: ChangeLog
Added: stella-3.9.ebuild
Log:
version bump
(Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.79 games-emulation/stella/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.79&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.79&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.78&r2=1.79
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.78
retrieving revision 1.79
diff -u -r1.78 -r1.79
--- ChangeLog 17 Feb 2013 17:40:08 -0000 1.78
+++ ChangeLog 2 Jul 2013 18:59:56 -0000 1.79
@@ -1,6 +1,11 @@
# ChangeLog for games-emulation/stella
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.78 2013/02/17 17:40:08 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.79 2013/07/02 18:59:56 mr_bones_ Exp $
+
+*stella-3.9 (02 Jul 2013)
+
+ 02 Jul 2013; Michael Sterrett <mr_bones_@gentoo.org> +stella-3.9.ebuild:
+ version bump
17 Feb 2013; Agostino Sarubbo <ago@gentoo.org> stella-3.7.5.ebuild:
Stable for x86, wrt bug #455522
1.1 games-emulation/stella/stella-3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.1&content-type=text/plain
Index: stella-3.9.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.1 2013/07/02 18:59:56 mr_bones_ Exp $
EAPI=2
inherit eutils gnome2-utils games
DESCRIPTION="Stella Atari 2600 VCS Emulator"
HOMEPAGE="http://stella.sourceforge.net/"
SRC_URI="mirror://sourceforge/stella/${P}-src.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="joystick opengl"
DEPEND="media-libs/libsdl[joystick?,opengl?,video]
x11-libs/libX11
media-libs/libpng:0
sys-libs/zlib
opengl? (
virtual/opengl
virtual/glu
)"
src_prepare() {
sed -i \
-e '/INSTALL/s/-s //' \
-e '/STRIP/d' \
-e "/icons/d" \
-e '/INSTALL.*DOCDIR/d' \
-e '/INSTALL.*\/applications/d' \
-e '/CXXFLAGS+=/s/-fomit-frame-pointer//' \
Makefile || die
}
src_configure() {
# not an autoconf script
./configure \
--prefix="/usr" \
--bindir="${GAMES_BINDIR}" \
--docdir="/usr/share/doc/${PF}" \
--datadir="${GAMES_DATADIR}" \
$(use_enable opengl gl) \
$(use_enable joystick) \
|| die
}
src_install() {
local i
for i in 16 22 24 32 48 64 128 ; do
newicon -s ${i} src/common/stella-${i}x${i}.png stella.png
done
emake DESTDIR="${D}" install || die
domenu src/unix/stella.desktop
dohtml -r docs/*
dodoc Announce.txt Changes.txt Copyright.txt README-SDL.txt Readme.txt Todo.txt
prepgamesdirs
}
pkg_preinst() {
games_pkg_preinst
gnome2_icon_savelist
}
pkg_postinst() {
games_pkg_postinst
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.9.ebuild ChangeLog
@ 2014-06-26 22:01 Michael Sterrett (mr_bones_)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett (mr_bones_) @ 2014-06-26 22:01 UTC (permalink / raw
To: gentoo-commits
mr_bones_ 14/06/26 22:01:40
Modified: stella-3.9.ebuild ChangeLog
Log:
make sure libsdl has X support (bug #514388)
(Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.2 games-emulation/stella/stella-3.9.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/stella-3.9.ebuild?r1=1.1&r2=1.2
Index: stella-3.9.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- stella-3.9.ebuild 2 Jul 2013 18:59:56 -0000 1.1
+++ stella-3.9.ebuild 26 Jun 2014 22:01:40 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.1 2013/07/02 18:59:56 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/stella-3.9.ebuild,v 1.2 2014/06/26 22:01:40 mr_bones_ Exp $
EAPI=2
inherit eutils gnome2-utils games
@@ -14,7 +14,7 @@
KEYWORDS="~amd64 ~ppc ~x86"
IUSE="joystick opengl"
-DEPEND="media-libs/libsdl[joystick?,opengl?,video]
+DEPEND="media-libs/libsdl[joystick?,opengl?,X,video]
x11-libs/libX11
media-libs/libpng:0
sys-libs/zlib
1.80 games-emulation/stella/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/stella/ChangeLog?r1=1.79&r2=1.80
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog 2 Jul 2013 18:59:56 -0000 1.79
+++ ChangeLog 26 Jun 2014 22:01:40 -0000 1.80
@@ -1,6 +1,9 @@
# ChangeLog for games-emulation/stella
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.79 2013/07/02 18:59:56 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/stella/ChangeLog,v 1.80 2014/06/26 22:01:40 mr_bones_ Exp $
+
+ 26 Jun 2014; Michael Sterrett <mr_bones_@gentoo.org> stella-3.9.ebuild:
+ make sure libsdl has X support (bug #514388)
*stella-3.9 (02 Jul 2013)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-06-26 22:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-06-26 22:01 [gentoo-commits] gentoo-x86 commit in games-emulation/stella: stella-3.9.ebuild ChangeLog Michael Sterrett (mr_bones_)
-- strict thread matches above, loose matches on Subject: below --
2013-07-02 18:59 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