Portage is a package management system used by Gentoo Linux
# ChangeLog for games-simulation/fgrun
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/ChangeLog,v 1.3 2008/01/01 18:58:16 nyhm Exp $
*fgrun-1.0.0 (01 Jan 2008)
01 Jan 2008; Tristan Heaven
+files/fgrun-1.0.0-fltk.patch, +fgrun-1.0.0.ebuild:
Version bump
25 Jul 2007; Christian Faulhammer
keyworded ~x86, bug 186379; fixed detection of media-libs/plib
*fgrun-0.4.8 (26 Apr 2007)
26 Apr 2007; Tupone Alfredo
+files/fgrun-0.4.8-fltk.patch, +metadata.xml, +fgrun-0.4.8.ebuild:
New package. Bug #130115 by Lawrence Shafer
AUX fgrun-0.4.8-fltk.patch 378 RMD160 208e5cbfd18178ee38cece1488893fecd6cc9330 SHA1 4ecc9fc0c0f2a9cb8e78277860616ab5ce362688 SHA256 88981af0652aecd3d953b4aa94393da9aff4ec8092f8edb68884741eef17050f
AUX fgrun-1.0.0-fltk.patch 378 RMD160 208e5cbfd18178ee38cece1488893fecd6cc9330 SHA1 4ecc9fc0c0f2a9cb8e78277860616ab5ce362688 SHA256 88981af0652aecd3d953b4aa94393da9aff4ec8092f8edb68884741eef17050f
DIST fgrun-0.4.8.tar.gz 190719 RMD160 70396ad23732f7faedf8831c3ab287afc142ad30 SHA1 3faea05e5dedba651c4ade3a95e85463c0479c40 SHA256 0e0a4b899cb29e614e979d179f58853564fb4c40138f9e3bc6f32482c733fc3f
DIST fgrun-1.0.0.tar.gz 196526 RMD160 54290845d43000a5cb040a6f48628453bc14a41c SHA1 23593e8547d277fba6da8c3019388d7a4d25a394 SHA256 55cdaedcf91217808374fa6e4f6ae32a80fdcaea3d6d9e8056b0afa0aa88933c
EBUILD fgrun-0.4.8.ebuild 965 RMD160 9945a58daccec5a15f913e77abee0358db7d53be SHA1 848dee83b9d32d9b06fd998a18986e1942a8446a SHA256 f59245813f63e663564253ace0ac2ad82f2e58159046c7b0c7deadc5ddbcbee6
EBUILD fgrun-1.0.0.ebuild 966 RMD160 6bba92beaeb275258514f3bbdb1aefffbb49a022 SHA1 ef4adb340f19eab5423ba81264cfc9c4b94edff4 SHA256 91d0096689803c038678e30cbe06d98c88727d5fc3200cfba2bc753ff128ac90
MISC ChangeLog 696 RMD160 3ad179ef55a70506087c7c9c6951c4ee40499f14 SHA1 e34ee639df5497677328fb785806eb5c7dfcf08c SHA256 a809ecaafd9d9045927089d0cc5bd76bb5ea8a178d61df1f5dcb6142e6774525
MISC metadata.xml 262 RMD160 6caf1de687e211ac5d8998c6e22a31bf6dbbc6eb SHA1 3e9e34c4b383660a2098c635ea47b25d3c0888de SHA256 2e1cbb9454546139eba961c493b0f44dd42548536d93fdb44a79a0ecbaea3299
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-0.4.8.ebuild,v 1.3 2007/07/25 11:39:45 nyhm Exp $
inherit autotools eutils multilib games
DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
HOMEPAGE="http://sourceforge.net/projects/fgrun"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-games/simgear
x11-libs/fltk
games-simulation/flightgear
x11-libs/libXi
x11-libs/libXmu"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}"-fltk.patch
AT_M4DIR=. eautoreconf
}
src_compile() {
egamesconf \
--with-plib-libraries=/usr/$(get_libdir) \
--with-plib-includes=/usr/include \
|| die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "make install failed"
dodoc AUTHORS NEWS
prepgamesdirs
}
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/games-simulation/fgrun/fgrun-1.0.0.ebuild,v 1.1 2008/01/01 18:58:16 nyhm Exp $
inherit autotools eutils multilib games
DESCRIPTION="A graphical frontend for the FlightGear Flight Simulator"
HOMEPAGE="http://sourceforge.net/projects/fgrun"
SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
DEPEND="dev-games/simgear
x11-libs/fltk
games-simulation/flightgear
x11-libs/libXi
x11-libs/libXmu"
src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}"-fltk.patch
AT_M4DIR=. eautoreconf
}
src_compile() {
egamesconf \
--with-plib-libraries=/usr/$(get_libdir) \
--with-plib-includes=/usr/include \
|| die
emake || die "emake failed"
}
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
dodoc AUTHORS NEWS
prepgamesdirs
}
A graphical frontend to run FlightGear Flight Simulator.