public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Bernhard Mallinger" <b.mallinger@gmx.at>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gamerlay:master commit in: games-engines/fife/
Date: Sat, 21 Apr 2012 21:13:57 +0000 (UTC)	[thread overview]
Message-ID: <1335042821.1f3dbebf5f1107ee8a677fc14786772d2d7ad1c0.totycro@gentoo> (raw)

commit:     1f3dbebf5f1107ee8a677fc14786772d2d7ad1c0
Author:     totycro <totycro <AT> unknown-horizons <DOT> org>
AuthorDate: Sat Apr 21 21:13:41 2012 +0000
Commit:     Bernhard Mallinger <b.mallinger <AT> gmx <DOT> at>
CommitDate: Sat Apr 21 21:13:41 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1f3dbebf

Added ebuild for new fife release (0.3.3-r3)

---
 games-engines/fife/fife-0.3.3-r3.ebuild |   62 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 0 deletions(-)

diff --git a/games-engines/fife/fife-0.3.3-r3.ebuild b/games-engines/fife/fife-0.3.3-r3.ebuild
new file mode 100644
index 0000000..94e6450
--- /dev/null
+++ b/games-engines/fife/fife-0.3.3-r3.ebuild
@@ -0,0 +1,62 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+
+PYTHON_DEPEND="2:2.7"
+
+inherit eutils python scons-utils versionator
+
+DESCRIPTION="Flexible Isometric Free Engine, 2D"
+HOMEPAGE="http://fifengine.de"
+SRC_URI="http://downloads.sourceforge.net/project/${PN}/active/src/${PN}_${PV}${PR}.tar.gz"
+
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64 ~x86"
+SLOT="0"
+IUSE="debug profile"
+
+RDEPEND="dev-libs/boost
+	dev-python/pyyaml
+	media-libs/libsdl
+	media-libs/sdl-ttf
+	media-libs/sdl-image[png]
+	media-libs/libvorbis
+	media-libs/libogg
+	media-libs/openal
+	sys-libs/zlib
+	x11-libs/libXcursor
+	x11-libs/libXext
+	dev-games/guichan[sdl,opengl]
+	virtual/opengl
+	virtual/glu"
+DEPEND="${RDEPEND}
+	dev-lang/swig"
+
+S=${WORKDIR}/${PN}_${PV}${PR}
+
+src_prepare() {
+	rm -r ext #delete bundled libs
+	epatch "${FILESDIR}/${P}-unbundle-libpng.patch"
+}
+
+# Compiles only with one thread
+SCONSOPTS="-j1"
+
+src_compile() {
+	export CXXFLAGS="$CXXFLAGS -DBOOST_FILESYSTEM_VERSION=2"
+	escons \
+		--python-prefix="${D}/$(python_get_sitedir)" \
+		--prefix="${D}/usr" \
+		$(use_scons debug) \
+		$(use_scons debug log log) \
+		$(use_scons profile) \
+		|| die "scons failed"
+}
+
+src_install() {
+	escons install-python --python-prefix="${D}/$(python_get_sitedir)" \
+		--prefix="${D}/usr" || die "install failed"
+}



             reply	other threads:[~2012-04-21 21:14 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-21 21:13 Bernhard Mallinger [this message]
  -- strict thread matches above, loose matches on Subject: below --
2014-06-04 10:36 [gentoo-commits] proj/gamerlay:master commit in: games-engines/fife/ Mario Kicherer
2013-01-02 18:50 Bernhard Mallinger
2012-03-20 20:24 Bernhard Mallinger
2011-07-10 21:18 Bernhard Mallinger
2011-07-02  9:43 Bernhard Mallinger

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1335042821.1f3dbebf5f1107ee8a677fc14786772d2d7ad1c0.totycro@gentoo \
    --to=b.mallinger@gmx.at \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox