mr_bones_    14/12/31 07:53:54

  Modified:             ChangeLog
  Added:                fceux-2.2.2.ebuild
  Log:
  version bump (bug #466382); create menu entry (bug #499938)
  
  (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.18                 games-emulation/fceux/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog   30 Jan 2013 22:28:01 -0000      1.17
+++ ChangeLog   31 Dec 2014 07:53:54 -0000      1.18
@@ -1,6 +1,13 @@
 # ChangeLog for games-emulation/fceux
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.17 
2013/01/30 22:28:01 mr_bones_ Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/ChangeLog,v 1.18 
2014/12/31 07:53:54 mr_bones_ Exp $
+
+*fceux-2.2.2 (31 Dec 2014)
+
+  31 Dec 2014; Michael Sterrett <[email protected]> +fceux-2.2.2.ebuild,
+  +files/fceux-2.2.2-warnings.patch, files/fceux-2.1.5-gcc46.patch,
+  files/fceux-2.1.5-gcc47.patch, files/fceux-2.1.5-underlink.patch:
+  version bump (bug #466382); create menu entry (bug #499938)
 
   30 Jan 2013; Michael Sterrett <[email protected]> -fceux-2.1.4a.ebuild,
   -files/fceux-2.1.4a-ovflfix.patch, -files/fceux-2.1.4a-underlink.patch:



1.1                  games-emulation/fceux/fceux-2.2.2.ebuild

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

Index: fceux-2.2.2.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-emulation/fceux/fceux-2.2.2.ebuild,v 
1.1 2014/12/31 07:53:54 mr_bones_ Exp $

EAPI=5
inherit eutils scons-utils games

DESCRIPTION="A portable Famicom/NES emulator, an evolution of the original FCE 
Ultra"
HOMEPAGE="http://fceux.com/";
SRC_URI="mirror://sourceforge/fceultra/${P}.src.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="gtk +lua +opengl"

DEPEND="lua? ( dev-lang/lua )
        media-libs/libsdl[opengl?,video]
        opengl? ( virtual/opengl )
        gtk? ( x11-libs/gtk+:3 )
        sys-libs/zlib[minizip]"
RDEPEND=${DEPEND}

src_prepare() {
        epatch "${FILESDIR}"/${P}-warnings.patch
}

src_compile() {
        escons \
                GTK=0 \
                CREATE_AVI=1 \
                SYSTEM_LUA=1 \
                SYSTEM_MINIZIP=1 \
                $(use_scons gtk GTK3) \
                $(use_scons opengl OPENGL) \
                $(use_scons lua LUA)
}

src_install() {
        dogamesbin bin/fceux

        doman documentation/fceux.6
        docompress -x /usr/share/doc/${PF}/documentation 
/usr/share/doc/${PF}/fceux.chm
        dodoc -r Authors changelog.txt TODO-SDL bin/fceux.chm documentation
        rm -f "${D}/usr/share/doc/${PF}/documentation/fceux.6"
        make_desktop_entry fceux FCEUX
        doicon fceux.png
        prepgamesdirs
}




Reply via email to