From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C186D1384B4 for ; Wed, 9 Dec 2015 22:48:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A72221C0C9; Wed, 9 Dec 2015 22:48:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9BFB821C0C9 for ; Wed, 9 Dec 2015 22:48:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 60AB334067D for ; Wed, 9 Dec 2015 22:48:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5D629A4A for ; Wed, 9 Dec 2015 22:48:22 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1449701287.36ef1d01e75437a0a610d6df13a1515e76e008ba.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/fceux/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/fceux/fceux-2.2.2-r1.ebuild games-emulation/fceux/metadata.xml X-VCS-Directories: games-emulation/fceux/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: 36ef1d01e75437a0a610d6df13a1515e76e008ba X-VCS-Branch: master Date: Wed, 9 Dec 2015 22:48:22 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: ba4b40cd-1800-49b9-88e3-c7fb9bc7283a X-Archives-Hash: cab7a1383f24c703b965853ea203c372 commit: 36ef1d01e75437a0a610d6df13a1515e76e008ba Author: Michael Sterrett gentoo org> AuthorDate: Wed Dec 9 22:01:25 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Wed Dec 9 22:48:07 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=36ef1d01 rev bump to make automagic dep on media-libs/gd a user knob (bug #567852) Package-Manager: portage-2.2.20.1 games-emulation/fceux/fceux-2.2.2-r1.ebuild | 51 +++++++++++++++++++++++++++++ games-emulation/fceux/metadata.xml | 3 ++ 2 files changed, 54 insertions(+) diff --git a/games-emulation/fceux/fceux-2.2.2-r1.ebuild b/games-emulation/fceux/fceux-2.2.2-r1.ebuild new file mode 100644 index 0000000..3ffbf28 --- /dev/null +++ b/games-emulation/fceux/fceux-2.2.2-r1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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 logo +lua +opengl" + +DEPEND="lua? ( dev-lang/lua:0 ) + media-libs/libsdl[opengl?,video] + logo? ( media-libs/gd[png] ) + 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 logo LOGO) \ + $(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 +} diff --git a/games-emulation/fceux/metadata.xml b/games-emulation/fceux/metadata.xml index ee1fe81..33927f3 100644 --- a/games-emulation/fceux/metadata.xml +++ b/games-emulation/fceux/metadata.xml @@ -2,6 +2,9 @@ games + + Enable the ability to add a logo screen when creating AVIs + fceultra