* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2011-07-28 10:41 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2011-07-28 10:41 UTC (permalink / raw
To: gentoo-commits
commit: 1e61f95525245a09baa2dbfe092a2722f5fd0bf7
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu Jul 28 10:39:41 2011 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu Jul 28 10:40:58 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=1e61f955
[games-simulation/flightgear] disable fgpanel. This should be made an
optional dep as soon as I figure out what it depends on.
---
games-simulation/flightgear/flightgear-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index c7d16a4..2660427 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -31,6 +31,7 @@ src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DENABLE_FGADMIN=OFF
+ -DWITH_FGPANEL=OFF
$(cmake-utils_use subversion ENABLE_LIBSVN)
)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2011-09-22 11:56 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2011-09-22 11:56 UTC (permalink / raw
To: gentoo-commits
commit: bd94f41ce170356afe3a21d00a657dac270ee350
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu Sep 22 11:52:44 2011 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu Sep 22 11:55:49 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=bd94f41c
[games-simulation/flightgear-9999] disable HAL dep
---
games-simulation/flightgear/flightgear-9999.ebuild | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 20d234e..8a387f8 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -31,6 +31,7 @@ src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DENABLE_FGADMIN=OFF
+ -DEVENT_INPUT=OFF
-DWITH_FGPANEL=OFF
$(cmake-utils_use subversion ENABLE_LIBSVN)
)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2011-11-02 12:24 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2011-11-02 12:24 UTC (permalink / raw
To: gentoo-commits
commit: 0103eeedca2d1fc96a76f3ecf2c93bc7064bb2eb
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Nov 2 12:00:23 2011 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Nov 2 12:23:47 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0103eeed
[games-simulation/flightgear-9999] Add useflags for the flight dynamics models
---
games-simulation/flightgear/flightgear-9999.ebuild | 8 ++++++--
games-simulation/flightgear/metadata.xml | 4 ++++
2 files changed, 10 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 8a387f8..1b513dd 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=2
+EAPI=3
EGIT_BRANCH="next"
@@ -15,7 +15,7 @@ EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="subversion"
+IUSE="+jsbsim larcsim subversion uiuc +yasim"
RDEPEND=">=dev-games/openscenegraph-2.9[png]
>=dev-games/simgear-9999[subversion=]
@@ -33,7 +33,11 @@ src_configure() {
-DENABLE_FGADMIN=OFF
-DEVENT_INPUT=OFF
-DWITH_FGPANEL=OFF
+ $(cmake-utils_use_enable jsbsim)
+ $(cmake-utils_use_enable larcsim)
$(cmake-utils_use subversion ENABLE_LIBSVN)
+ $(cmake-utils_use_enable uiuc)
+ $(cmake-utils_use_enable yasim)
)
cmake-utils_src_configure
diff --git a/games-simulation/flightgear/metadata.xml b/games-simulation/flightgear/metadata.xml
index 26c62bf..bd524f5 100644
--- a/games-simulation/flightgear/metadata.xml
+++ b/games-simulation/flightgear/metadata.xml
@@ -3,7 +3,11 @@
<pkgmetadata>
<herd>games</herd>
<use>
+ <flag name="jsbsim">Enable the JSBSim flight dynamics model</flag>
+ <flag name="larcsim">Enable the LaRCsim flight dynamics model</flag>
<flag name="subversion">Enable Flightgear's Terrasync to link against libsvn</flag>
+ <flag name="uiuc">Enable the UIUC flight dynamics model</flag>
+ <flag name="yasim">Enable the YASim flight dynamics model</flag>
</use>
<maintainer>
<email>chris@ilovelinux.de</email>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-03-26 7:57 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-03-26 7:57 UTC (permalink / raw
To: gentoo-commits
commit: ab82f815c32250a843f23657acf1528817af248a
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Mon Mar 26 07:56:02 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Mon Mar 26 07:56:47 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ab82f815
[games-simulation/flightgear] add udev as a dependency
---
games-simulation/flightgear/flightgear-9999.ebuild | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 4d83788..ac4b699 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -20,6 +20,7 @@ IUSE="+jsbsim larcsim subversion uiuc +yasim"
RDEPEND=">=dev-games/openscenegraph-3.0[png]
>=dev-games/simgear-9999[subversion=,X]
media-libs/plib
+ sys-fs/udev
x11-libs/libXmu
x11-libs/libXi
subversion? ( dev-vcs/subversion )"
@@ -31,7 +32,6 @@ src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DENABLE_FGADMIN=OFF
- -DEVENT_INPUT=OFF
-DWITH_FGPANEL=OFF
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable larcsim)
@@ -39,7 +39,6 @@ src_configure() {
$(cmake-utils_use_enable uiuc)
$(cmake-utils_use_enable yasim)
)
-
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-04-24 10:22 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-04-24 10:22 UTC (permalink / raw
To: gentoo-commits
commit: ddfdf1132a8e1119de19685657d7744da6b51d41
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Apr 24 08:43:36 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Apr 24 10:22:11 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ddfdf113
[games-simulation/flightgear-9999] Clarify post-install message and change
to a git mirror. Also set default datadir to prevent potential
conflicts with stable FG package.
---
games-simulation/flightgear/flightgear-9999.ebuild | 19 ++++++++++++-------
1 files changed, 12 insertions(+), 7 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index ac4b699..b894208 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -10,7 +10,7 @@ inherit games cmake-utils git-2
DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
-EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git"
+EGIT_REPO_URI="git://mapserver.flightgear.org/flightgear"
LICENSE="GPL-2"
SLOT="0"
@@ -31,6 +31,7 @@ DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
mycmakeargs=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
+ -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
-DENABLE_FGADMIN=OFF
-DWITH_FGPANEL=OFF
$(cmake-utils_use_enable jsbsim)
@@ -50,12 +51,16 @@ src_install() {
}
pkg_postinst() {
- elog "FlightGear is now installed, but to run the game you will have to"
- elog "download fgdata as well."
- elog "To do this use:"
- elog "\"git clone git://gitorious.org/fg/fgdata.git\"."
- elog "You can save fgdata anywhere, but need to set FG_ROOT to that directory or"
- elog "create an --fg-root= entry in ~/.fgfsrc"
+ elog "FlightGear is now installed, but to run it you"
+ elog "have to download fgdata as well, which is expected under"
+ elog "${GAMES_DATADIR}/${PN}-live"
+ elog
+ elog "You can save it anywhere else but then you have to set"
+ elog "FG_ROOT to that directory or create an \"--fg-root=\" entry in ~/.fgfsrc"
+ elog
+ elog "To download fgdata, use"
+ elog "\"git clone git://mapserver.flightgear.org/fgdata/ SOMEPATH\"."
+ elog
elog
elog "Don't forget that before updating FlightGear you will most likely"
elog "have to update Simgear, too"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-04-25 20:05 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-04-25 20:05 UTC (permalink / raw
To: gentoo-commits
commit: 48334906795d8a764c1d6b3eaae71669104acdd2
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Apr 25 20:03:29 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Apr 25 20:03:29 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=48334906
[games-simulation/flightgear-2.6.0] remove larcsim and UIUC FDM useflags
and disable them. They don't compile and are in the live ebuild only for
the sake of completeness.
Also, change the SRC_URI to use the mirror infrastructure. Thanks repoman :)
---
.../flightgear/flightgear-2.6.0.ebuild | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-2.6.0.ebuild b/games-simulation/flightgear/flightgear-2.6.0.ebuild
index 403bbf8..3d7e902 100644
--- a/games-simulation/flightgear/flightgear-2.6.0.ebuild
+++ b/games-simulation/flightgear/flightgear-2.6.0.ebuild
@@ -8,13 +8,13 @@ inherit games cmake-utils
DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
-SRC_URI="http://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Source/${P}.tar.bz2
- ftp://mirrors.ibiblio.org/pub/mirrors/flightgear/ftp/Shared/FlightGear-data-${PV}.tar.bz2"
+SRC_URI="mirror://flightgear/Source/${P}.tar.bz2
+ mirror://flightgear/Shared/FlightGear-data-${PV}.tar.bz2"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
-IUSE="+jsbsim larcsim subversion uiuc +yasim"
+IUSE="+jsbsim subversion +yasim"
RDEPEND=">=dev-games/openscenegraph-3.0[png]
>=dev-games/simgear-2.6[subversion=,X]
@@ -33,10 +33,10 @@ src_configure() {
-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}
-DENABLE_FGADMIN=OFF
-DWITH_FGPANEL=OFF
+ -DENABLE_LARCSIM=OFF
+ -DENABLE_UIUC_MODEL=OFF
$(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use_enable larcsim)
$(cmake-utils_use subversion ENABLE_LIBSVN)
- $(cmake-utils_use_enable uiuc)
$(cmake-utils_use_enable yasim)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-05-10 8:49 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-05-10 8:49 UTC (permalink / raw
To: gentoo-commits
commit: 6f9a911257b505e2feed1edd02a7b69a521a16fd
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu May 10 08:30:05 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu May 10 08:44:45 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=6f9a9112
[games-simulation/flightgear-9999] larcsim/UIUC FDMs depend on each other. so get this right.
---
games-simulation/flightgear/flightgear-9999.ebuild | 10 +++++++---
1 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index b894208..3280b63 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -29,15 +29,19 @@ DEPEND="${RDEPEND}"
DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
- mycmakeargs=(
+ if use uiuc || use larcsim; then
+ mycmakeargs=(-DENABLE_LARCSIM=ON -DENABLE_UIUC_MODEL=ON)
+ else
+ mycmakeargs=(-DENABLE_LARCSIM=OFF -DENABLE_UIUC_MODEL=OFF)
+ fi
+
+ mycmakeargs+=(
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
-DENABLE_FGADMIN=OFF
-DWITH_FGPANEL=OFF
$(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use_enable larcsim)
$(cmake-utils_use subversion ENABLE_LIBSVN)
- $(cmake-utils_use_enable uiuc)
$(cmake-utils_use_enable yasim)
)
cmake-utils_src_configure
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-05-31 14:16 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-05-31 14:16 UTC (permalink / raw
To: gentoo-commits
commit: 60740c6a7f47d104ae9355b5e40433b3d840da2f
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu May 31 14:12:09 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu May 31 14:16:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=60740c6a
[games-simulation/flightgear-9999] switch to EAPI4 and back to official GIT url
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 3280b63..b7ade0e 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI=3
+EAPI=4
EGIT_BRANCH="next"
@@ -10,7 +10,7 @@ inherit games cmake-utils git-2
DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
-EGIT_REPO_URI="git://mapserver.flightgear.org/flightgear"
+EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git"
LICENSE="GPL-2"
SLOT="0"
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-06-27 10:46 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-06-27 10:46 UTC (permalink / raw
To: gentoo-commits
commit: 07ea06e951a9586b5a7fa0e4fc9e9ee1a2579fee
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Jun 27 10:42:52 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Jun 27 10:44:53 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=07ea06e9
[games-simulation/flightgear-9999] use own .desktop file
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index ab7a5bf..64615b4 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -51,8 +51,8 @@ src_configure() {
src_install() {
cmake-utils_src_install
- newicon icons/fg-16.png ${PN}.png
- make_desktop_entry fgfs "FlightGear"
+ newicon package/${PN}.ico ${PN}.ico
+ newmenu package/${PN}.desktop ${PN}.desktop
prepgamesdirs
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-07-02 10:27 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-07-02 10:27 UTC (permalink / raw
To: gentoo-commits
commit: 30a869e6f99c94ae71a010aecee1cb360bebc065
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Mon Jul 2 10:26:58 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Mon Jul 2 10:26:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=30a869e6
[games-simulation/flightgear] add an elog informing about launchers
---
.../flightgear/flightgear-2.6.0.ebuild | 7 +++++++
games-simulation/flightgear/flightgear-9999.ebuild | 7 ++++++-
2 files changed, 13 insertions(+), 1 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-2.6.0.ebuild b/games-simulation/flightgear/flightgear-2.6.0.ebuild
index 6429022..d2fa549 100644
--- a/games-simulation/flightgear/flightgear-2.6.0.ebuild
+++ b/games-simulation/flightgear/flightgear-2.6.0.ebuild
@@ -50,3 +50,10 @@ src_install() {
make_desktop_entry fgfs "FlightGear"
prepgamesdirs
}
+
+pkg_postinst() {
+ elog "It is recommended that you install one of the available launchers,"
+ elog "as they provide easy access to startup options:"
+ elog "* games-simulation/fgx"
+ elog "* games-simulation/fgrun"
+}
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 64615b4..7413cd0 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -67,7 +67,12 @@ pkg_postinst() {
elog "To download fgdata, use"
elog "\"git clone git://mapserver.flightgear.org/fgdata/ SOMEPATH\"."
elog
- elog
elog "Don't forget that before updating FlightGear you will most likely"
elog "have to update Simgear, too"
+ elog
+ elog
+ elog "It is recommended that you install one of the available launchers,"
+ elog "as they provide easy access to startup options:"
+ elog "* games-simulation/fgx"
+ elog "* games-simulation/fgrun"
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-08-28 11:58 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-08-28 11:58 UTC (permalink / raw
To: gentoo-commits
commit: 3101ffc1b8681df705666486de2bb74fb5ee2ab0
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Aug 28 11:38:46 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Aug 28 11:56:46 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=3101ffc1
[games-simulation/flightgear-9999] sync with portage
---
games-simulation/flightgear/flightgear-9999.ebuild | 32 ++++++++++++++-----
1 files changed, 23 insertions(+), 9 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 67288d4..4b28fe2 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -17,16 +17,27 @@ EGIT_REPO_URI="git://mapserver.flightgear.org/flightgear/
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="+jsbsim larcsim subversion uiuc +yasim"
+IUSE="debug +jsbsim larcsim +subversion test uiuc +yasim"
-RDEPEND=">=dev-games/openscenegraph-3.0[png]
- >=dev-games/simgear-9999[subversion=,X]
- media-libs/plib
+COMMON_DEPEND="
+ >=dev-games/openscenegraph-3.0[png]
+ >=dev-games/simgear-9999[subversion?,X]
+ sys-libs/zlib
sys-fs/udev
- x11-libs/libXmu
- x11-libs/libXi
- subversion? ( dev-vcs/subversion )"
-DEPEND="${RDEPEND}"
+ virtual/opengl
+"
+
+DEPEND="${COMMON_DEPEND}
+ >=dev-libs/boost-1.37
+ media-libs/openal
+ >=media-libs/plib-1.8.5
+ subversion? (
+ dev-libs/apr
+ dev-vcs/subversion
+ )
+"
+
+RDEPEND="${COMMON_DEPEND}"
DOCS=(AUTHORS ChangeLog NEWS README Thanks)
@@ -41,12 +52,15 @@ src_configure() {
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
-DENABLE_FGADMIN=OFF
+ -DENABLE_RTI=OFF
-DSIMGEAR_SHARED=ON
-DWITH_FGPANEL=OFF
$(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use subversion ENABLE_LIBSVN)
+ $(cmake-utils_use_enable subversion LIBSVN)
+ $(cmake-utils_use_enable test TESTS)
$(cmake-utils_use_enable yasim)
)
+
cmake-utils_src_configure
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-09-19 13:43 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-09-19 13:43 UTC (permalink / raw
To: gentoo-commits
commit: 0de1b23a9e1eba9eb35fc05a76e83c27a7927e7f
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Sep 19 13:40:25 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Sep 19 13:40:25 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=0de1b23a
[games-simulation/flightgear] now depends on SQLite, use system copy instead of bundled version.
Change order of GIT repos
---
games-simulation/flightgear/flightgear-9999.ebuild | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 4b28fe2..1f04cca 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -11,8 +11,8 @@ inherit games cmake-utils git-2
DESCRIPTION="Open Source Flight Simulator"
HOMEPAGE="http://www.flightgear.org/"
-EGIT_REPO_URI="git://mapserver.flightgear.org/flightgear/
- git://gitorious.org/fg/flightgear.git"
+EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git
+ git://mapserver.flightgear.org/flightgear/"
LICENSE="GPL-2"
SLOT="0"
@@ -20,6 +20,7 @@ KEYWORDS=""
IUSE="debug +jsbsim larcsim +subversion test uiuc +yasim"
COMMON_DEPEND="
+ dev-db/sqlite:3
>=dev-games/openscenegraph-3.0[png]
>=dev-games/simgear-9999[subversion?,X]
sys-libs/zlib
@@ -54,6 +55,7 @@ src_configure() {
-DENABLE_FGADMIN=OFF
-DENABLE_RTI=OFF
-DSIMGEAR_SHARED=ON
+ -DSYSTEM_SQLITE=ON
-DWITH_FGPANEL=OFF
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable subversion LIBSVN)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-11-15 15:00 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-11-15 15:00 UTC (permalink / raw
To: gentoo-commits
commit: bfe4afccf372c3a1fe8cfef73c85bd75aa059e53
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Thu Nov 15 13:13:33 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Thu Nov 15 14:59:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=bfe4afcc
[games-simulation/flightgear] Sync with portage. Enable fgpanel
---
games-simulation/flightgear/flightgear-9999.ebuild | 39 ++++++++++----------
games-simulation/flightgear/metadata.xml | 4 +-
2 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 1f04cca..eaaef4c 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug +jsbsim larcsim +subversion test uiuc +yasim"
+IUSE="debug fgpanel +jsbsim oldfdm +subversion test +yasim"
COMMON_DEPEND="
dev-db/sqlite:3
@@ -32,6 +32,10 @@ DEPEND="${COMMON_DEPEND}
>=dev-libs/boost-1.37
media-libs/openal
>=media-libs/plib-1.8.5
+ fgpanel? (
+ media-libs/freeglut
+ media-libs/libpng
+ )
subversion? (
dev-libs/apr
dev-vcs/subversion
@@ -43,24 +47,21 @@ RDEPEND="${COMMON_DEPEND}"
DOCS=(AUTHORS ChangeLog NEWS README Thanks)
src_configure() {
- if use uiuc || use larcsim; then
- mycmakeargs=(-DENABLE_LARCSIM=ON -DENABLE_UIUC_MODEL=ON)
- else
- mycmakeargs=(-DENABLE_LARCSIM=OFF -DENABLE_UIUC_MODEL=OFF)
- fi
-
- mycmakeargs+=(
- -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
- -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
- -DENABLE_FGADMIN=OFF
- -DENABLE_RTI=OFF
- -DSIMGEAR_SHARED=ON
- -DSYSTEM_SQLITE=ON
- -DWITH_FGPANEL=OFF
- $(cmake-utils_use_enable jsbsim)
- $(cmake-utils_use_enable subversion LIBSVN)
- $(cmake-utils_use_enable test TESTS)
- $(cmake-utils_use_enable yasim)
+ local mycmakeargs=(
+ -DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
+ -DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
+ -DENABLE_FGADMIN=OFF
+ -DENABLE_PROFILE=OFF
+ -DENABLE_RTI=OFF
+ -DSIMGEAR_SHARED=ON
+ -DSYSTEM_SQLITE=ON
+ $(cmake-utils_use_with fgpanel)
+ $(cmake-utils_use_enable jsbsim)
+ $(cmake-utils_use_enable oldfdm LARCSIM)
+ $(cmake-utils_use_enable oldfdm UIUC_MODEL)
+ $(cmake-utils_use_enable subversion LIBSVN)
+ $(cmake-utils_use_enable test TESTS)
+ $(cmake-utils_use_enable yasim)
)
cmake-utils_src_configure
diff --git a/games-simulation/flightgear/metadata.xml b/games-simulation/flightgear/metadata.xml
index bd524f5..05de519 100644
--- a/games-simulation/flightgear/metadata.xml
+++ b/games-simulation/flightgear/metadata.xml
@@ -3,10 +3,10 @@
<pkgmetadata>
<herd>games</herd>
<use>
+ <flag name="fgpanel">Enable the standalone panel utility</flag>
<flag name="jsbsim">Enable the JSBSim flight dynamics model</flag>
- <flag name="larcsim">Enable the LaRCsim flight dynamics model</flag>
+ <flag name="oldfdm">Enable the UIUC/LaRCsim flight dynamics model</flag>
<flag name="subversion">Enable Flightgear's Terrasync to link against libsvn</flag>
- <flag name="uiuc">Enable the UIUC flight dynamics model</flag>
<flag name="yasim">Enable the YASim flight dynamics model</flag>
</use>
<maintainer>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2012-12-11 16:01 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2012-12-11 16:01 UTC (permalink / raw
To: gentoo-commits
commit: 5a7ab5bc43560efeb303bdc76aee960c8f69ef61
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Tue Dec 11 16:00:56 2012 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Tue Dec 11 16:01:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=5a7ab5bc
[games-simulation/flightgear] depend on virtual/udev
---
games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 57d140f..95c462b 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -24,8 +24,8 @@ COMMON_DEPEND="
>=dev-games/openscenegraph-3.0[png]
>=dev-games/simgear-9999[subversion?,-headless]
sys-libs/zlib
- sys-fs/udev
virtual/opengl
+ virtual/udev
"
DEPEND="${COMMON_DEPEND}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2013-01-13 12:58 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2013-01-13 12:58 UTC (permalink / raw
To: gentoo-commits
commit: 2c0965f1b81cfd98563403a7479a7a48767f2bb3
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sun Jan 13 12:57:23 2013 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sun Jan 13 12:58:21 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=2c0965f1
[flightgear/flightgear-9999] install correct desktop icon
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 95c462b..84f3624 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -69,7 +69,7 @@ src_configure() {
src_install() {
cmake-utils_src_install
- newicon package/${PN}.ico ${PN}.ico
+ newicon icons/fg-48.png ${PN}.png
newmenu package/${PN}.desktop ${PN}.desktop
prepgamesdirs
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2013-10-30 9:42 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2013-10-30 9:42 UTC (permalink / raw
To: gentoo-commits
commit: a254282867704e9810539efb2b941a3fe816e378
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Oct 30 09:41:29 2013 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Oct 30 09:41:29 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a2542828
[games-simulation/flightgear] temporarily disable system sqlite usage
---
games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 6351492..3463f06 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -52,7 +52,7 @@ src_configure() {
-DJPEG_FACTORY=OFF
-DSIMGEAR_SHARED=ON
-DSP_FDMS=OFF
- -DSYSTEM_SQLITE=ON
+ -DSYSTEM_SQLITE=OFF
$(cmake-utils_use_enable fgcom)
$(cmake-utils_use_enable fgcom IAX)
$(cmake-utils_use_with fgpanel)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2013-10-30 9:42 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2013-10-30 9:42 UTC (permalink / raw
To: gentoo-commits
commit: 4ffb290359253668dd62c85795cc02d41c9fd87b
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Wed Oct 30 09:19:54 2013 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Wed Oct 30 09:20:33 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=4ffb2903
[games-simulation/flightgear] add fgcom useflag
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 +++-
games-simulation/flightgear/metadata.xml | 1 +
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index e81d5e2..6351492 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -17,7 +17,7 @@ EGIT_REPO_URI="git://gitorious.org/fg/flightgear.git
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="debug fgpanel +jsbsim oldfdm test +udev +yasim"
+IUSE="debug fgcom fgpanel +jsbsim oldfdm test +udev +yasim"
COMMON_DEPEND="
dev-db/sqlite:3
@@ -53,6 +53,8 @@ src_configure() {
-DSIMGEAR_SHARED=ON
-DSP_FDMS=OFF
-DSYSTEM_SQLITE=ON
+ $(cmake-utils_use_enable fgcom)
+ $(cmake-utils_use_enable fgcom IAX)
$(cmake-utils_use_with fgpanel)
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable oldfdm LARCSIM)
diff --git a/games-simulation/flightgear/metadata.xml b/games-simulation/flightgear/metadata.xml
index f029bff..a7b0a0b 100644
--- a/games-simulation/flightgear/metadata.xml
+++ b/games-simulation/flightgear/metadata.xml
@@ -2,6 +2,7 @@
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<use>
+ <flag name="fgcom">Build fgcom libs and utilities</flag>
<flag name="fgpanel">Enable the standalone panel utility</flag>
<flag name="jsbsim">Enable the JSBSim flight dynamics model</flag>
<flag name="oldfdm">Enable the UIUC/LaRCsim flight dynamics model</flag>
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2013-11-15 10:26 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2013-11-15 10:26 UTC (permalink / raw
To: gentoo-commits
commit: 96274ed6d060cacecf73d99efcb471179efa50e2
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Fri Nov 15 10:25:37 2013 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Fri Nov 15 10:26:20 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=96274ed6
[games-simulation/flightgear] fix icon installation
---
games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 3463f06..0c7b21f 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -70,7 +70,7 @@ src_configure() {
src_install() {
cmake-utils_src_install
- newicon -s 48 icons/fg-48.png ${PN}.png
+ doicon -s scalable icons/scalable/flightgear.svg
newmenu package/${PN}.desktop ${PN}.desktop
prepgamesdirs
}
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2014-01-26 12:44 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2014-01-26 12:44 UTC (permalink / raw
To: gentoo-commits
commit: a80223ee0d8d574f7702c7398723bb07012c4f68
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Sun Jan 26 11:45:51 2014 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Sun Jan 26 11:55:47 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=a80223ee
[games-simulation/flightgear] enable system sqlite usage again
This reverts commit a254282867704e9810539efb2b941a3fe816e378.
---
games-simulation/flightgear/flightgear-9999.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index 0c7b21f..fcc8f3f 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -52,7 +52,7 @@ src_configure() {
-DJPEG_FACTORY=OFF
-DSIMGEAR_SHARED=ON
-DSP_FDMS=OFF
- -DSYSTEM_SQLITE=OFF
+ -DSYSTEM_SQLITE=ON
$(cmake-utils_use_enable fgcom)
$(cmake-utils_use_enable fgcom IAX)
$(cmake-utils_use_with fgpanel)
^ permalink raw reply related [flat|nested] 20+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/
@ 2014-05-30 19:15 Christian Schmitt
0 siblings, 0 replies; 20+ messages in thread
From: Christian Schmitt @ 2014-05-30 19:15 UTC (permalink / raw
To: gentoo-commits
commit: c3901e5d58bceafab4f10ca5f3d36c6d5d1015cb
Author: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
AuthorDate: Fri May 30 19:12:13 2014 +0000
Commit: Christian Schmitt <chris <AT> ilovelinux <DOT> de>
CommitDate: Fri May 30 19:12:48 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=c3901e5d
[games-simulation/flightgear] enable logging unconditionally
---
games-simulation/flightgear/flightgear-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/games-simulation/flightgear/flightgear-9999.ebuild b/games-simulation/flightgear/flightgear-9999.ebuild
index d2c0c65..58bf05e 100644
--- a/games-simulation/flightgear/flightgear-9999.ebuild
+++ b/games-simulation/flightgear/flightgear-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -47,6 +47,7 @@ src_configure() {
-DCMAKE_INSTALL_PREFIX=${GAMES_PREFIX}
-DFG_DATA_DIR="${GAMES_DATADIR}"/${PN}-live
-DENABLE_FGADMIN=OFF
+ -DLOGGING=ON
-DENABLE_PROFILE=OFF
-DENABLE_RTI=OFF
-DSIMGEAR_SHARED=ON
@@ -58,7 +59,6 @@ src_configure() {
$(cmake-utils_use_enable jsbsim)
$(cmake-utils_use_enable oldfdm LARCSIM)
$(cmake-utils_use_enable oldfdm UIUC_MODEL)
- $(cmake-utils_use_enable test LOGGING)
$(cmake-utils_use_enable test TESTS)
$(cmake-utils_use udev EVENT_INPUT)
$(cmake-utils_use_enable yasim)
^ permalink raw reply related [flat|nested] 20+ messages in thread
end of thread, other threads:[~2014-05-30 19:15 UTC | newest]
Thread overview: 20+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-26 12:44 [gentoo-commits] proj/gamerlay:master commit in: games-simulation/flightgear/ Christian Schmitt
-- strict thread matches above, loose matches on Subject: below --
2014-05-30 19:15 Christian Schmitt
2013-11-15 10:26 Christian Schmitt
2013-10-30 9:42 Christian Schmitt
2013-10-30 9:42 Christian Schmitt
2013-01-13 12:58 Christian Schmitt
2012-12-11 16:01 Christian Schmitt
2012-11-15 15:00 Christian Schmitt
2012-09-19 13:43 Christian Schmitt
2012-08-28 11:58 Christian Schmitt
2012-07-02 10:27 Christian Schmitt
2012-06-27 10:46 Christian Schmitt
2012-05-31 14:16 Christian Schmitt
2012-05-10 8:49 Christian Schmitt
2012-04-25 20:05 Christian Schmitt
2012-04-24 10:22 Christian Schmitt
2012-03-26 7:57 Christian Schmitt
2011-11-02 12:24 Christian Schmitt
2011-09-22 11:56 Christian Schmitt
2011-07-28 10:41 Christian Schmitt
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox