Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 67809 - Version bump to flightgear-0.9.6 and simgear-0.3.7
Summary: Version bump to flightgear-0.9.6 and simgear-0.3.7
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Seemant Kulleen (RETIRED)
URL: http://www.flightgear.org
Whiteboard:
Keywords:
: 59001 64474 65930 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-10-16 13:21 UTC by Adam Babcock
Modified: 2004-10-22 06:58 UTC (History)
6 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
simgear-0.3.7 ebuild (simgear-0.3.7.ebuild,607 bytes, text/plain)
2004-10-16 20:25 UTC, Douglas Robertson
Details
flightgear-0.9.6.ebuild (flightgear-0.9.6.ebuild,1010 bytes, text/plain)
2004-10-16 21:24 UTC, Douglas Robertson
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam Babcock 2004-10-16 13:21:03 UTC
New version released October 12,2004. I'll attempt uploading new ebuilds tonight.

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Douglas Robertson 2004-10-16 20:25:26 UTC
Created attachment 42003 [details]
simgear-0.3.7 ebuild

This is basically a 3.7 replica "borrowed" from bug #59001. Builds and works
fine.
Comment 2 Douglas Robertson 2004-10-16 21:24:50 UTC
Created attachment 42005 [details]
flightgear-0.9.6.ebuild

This ebuild is also "borrowed" and adjusted from bug #59001. Builds and run
fine... so far.
Comment 3 iago 2004-10-17 04:59:52 UTC
simgear compiles fine on my PPC G3 system. Right now I'm trying to compile Flightgear with the attached ebuild.
Comment 4 iago 2004-10-17 05:45:33 UTC
oh, yes, also flightgear-0.9.6 compiles fine on my system! Please include this ebuild into gentoo! 
Comment 5 iago 2004-10-17 05:56:43 UTC
not everything is fine.
first, I need to create a link to /usr/games/lib/FlightGear in /usr/share/games to run it.
then, I've got problems with the UI and mouse behavior. This is a flightgear sw bug.

I'd suggest to include this version of flightgear in the gentoo unstable profile.
Comment 6 Luca Barbato gentoo-dev 2004-10-18 09:16:49 UTC
Is it possible to have those ebuilds in portage ASAP?

ppc uses gcc-3.4.1 in the stable profile and seems those version are working the ones in portage aren't
Comment 7 Douglas Robertson 2004-10-18 09:34:45 UTC
You don't need to have those ebuilds in Portage to use them; simply put them in your own PORTAGE_OVERLAY directory.
Comment 8 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-18 11:09:35 UTC
they'll be in portage today, sorry everyone for the delay.
Comment 9 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-21 00:28:40 UTC
*** Bug 59001 has been marked as a duplicate of this bug. ***
Comment 10 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-21 13:18:27 UTC
I have added, both 0.9.5 and 0.9.6, because I personally had problems with 0.9.6 as well.  Now, for all of you who have the symlink to make this run, please REMOVE THE SYMLINK before emerging this, becuase the version I have in portage runs without it, and needs a directory instead of a symlink.  Test and report on which versions work for you.  Please feel free to just add your comments to this bug, I'll re-open it at the first comment to track issues.  Sorry for the delay and thanks for waiting.
Comment 11 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-21 13:25:15 UTC
*** Bug 64474 has been marked as a duplicate of this bug. ***
Comment 12 Seemant Kulleen (RETIRED) gentoo-dev 2004-10-21 13:27:13 UTC
*** Bug 65930 has been marked as a duplicate of this bug. ***
Comment 13 Andrew D. Keyser (aka Legoguy) 2004-10-21 17:19:19 UTC
Shouldn't simgear depend on OpenAL? It failed without it emerged...
Comment 14 Martin Holzer (RETIRED) gentoo-dev 2004-10-22 04:57:38 UTC
openal is now as depend
Comment 15 Martin Holzer (RETIRED) gentoo-dev 2004-10-22 06:58:32 UTC
what do you think of this:

--- flightgear-0.9.5.ebuild     22 Oct 2004 11:55:05 -0000      1.2
+++ flightgear-0.9.5.ebuild     22 Oct 2004 13:56:33 -0000
@@ -15,7 +15,7 @@
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="~x86 ~ppc ~sparc ~amd64"
-IUSE=""
+IUSE="sdl"

 RDEPEND="=dev-games/simgear-0.3.6*
        >=media-libs/plib-1.7.0"
@@ -33,6 +33,7 @@
 src_compile() {
        use hppa && replace-flags -march=2.0 -march=1.0
        egamesconf \
+               `use_enable sdl` \
                --with-multiplayer \
                --with-network-olk \
                --with-threads \