Search Criteria
Package Details: flightgear 2018.3.1-1
Git Clone URL: | https://aur.archlinux.org/flightgear.git (read-only) |
---|---|
Package Base: | flightgear |
Description: | An open-source, multi-platform flight simulator |
Upstream URL: | http://www.flightgear.org/ |
Licenses: | |
Submitter: | Barthalion |
Maintainer: | deons |
Last Packager: | deons |
Votes: | 20 |
Popularity: | 0.874639 |
First Submitted: | 2018-01-05 16:04 |
Last Updated: | 2018-12-26 09:01 |
Dependencies (19)
- glu
- libxi
- libxmu
- libxrandr (libxrandr-git)
- openal (openal-git)
- openscenegraph34
- plib
- subversion (subversion-1.6)
- zlib (zlib-asm, zlib-static, zlib-git)
- boost (make)
- cmake (cmake-git) (make)
- mesa (mesa-nowayland, mesa_mild_compatibility-git, mesa-grate-git, mesa-hybris, mesa-transform-feedback-git, mesa-git, mesa-noglvnd, mesa-intel-iris-git) (make)
- qt5-base (qt5-base-headless, qt5-base-git, qt5-base-nostatx) (make)
- qt5-declarative (qt5-declarative-git) (make)
- sharutils (make)
- simgear (simgear-git) (make)
- flightgear-data (flightgear-data-git) (optional)
- qt5-base (qt5-base-headless, qt5-base-git, qt5-base-nostatx) (optional) – fgfs --launcher
- qt5-declarative (qt5-declarative-git) (optional) – fgfs --launcher
Latest Comments
1 2 3 Next › Last »
simona commented on 2019-01-11 23:07
openscenegraph34 conflict with openscenegraph used by other packages :-(
Somebody62 commented on 2019-01-04 21:32
Please add qt5-svg to the dependency list, this will fail to compile if it is not installed.
VOID001 commented on 2018-12-11 02:26
Please add plib to the dependency. It will fail to compile if plib cannot be found
eschwartz commented on 2018-12-06 15:25
Luckily there is (now) an openscenegraph34 package in [community]...
deons commented on 2018-11-04 22:34
@FabioLolix thanks for the link. I am trying to find a long term solution to the OSG 3.6 issue. I will keep you all posted.
FabioLolix commented on 2018-11-02 15:57
@deons pkgbuild for openscenegraph-3.4 and updated flight/sim(gear) for use it https://github.com/FabioLolix/AUR_fix/tree/master/02_flightgear
deons commented on 2018-11-02 09:33
Hi all,
I am busy taking a look into the problems that have been highlighted.
thaiphd commented on 2018-11-02 03:07
My installation failed. After searching I think it's because openscenegraph has updated to 3.6 while flightgear only supports up to 3.4 I manually compiled and installed openscenegraph 3.4 but this installation still marked openscenegraph 3.6 as dependent and want to install it. I try to edit the PKGBUILD (press Y when asked) but it doesn't allow me.
aramus commented on 2018-08-03 11:04
I get some errors when building this.
"Scanning dependencies of target fgtestlib [ 12%] Building CXX object tests/CMakeFiles/fgtestlib.dir/__/src/Main/options.cxx.o /tmp/yaourt-tmp-aramus/aur-flightgear/src/flightgear-2018.2.2/src/Main/options.cxx: In Elementfunktion »void flightgear::Options::processArgResult(int)«: /tmp/yaourt-tmp-aramus/aur-flightgear/src/flightgear-2018.2.2/src/Main/options.cxx:2266:61: Fehler: Umwandlung von »vector<std::__cxx11::basic_string<char>>« in nicht-skalaren Typen »vector<const char*="">« angefordert vector <const char*="">devices = smgr.get_available_devices(); ~~~~~~~~~~~~~~~~~~~~~~~~~~^~ make[2]: [tests/CMakeFiles/fgtestlib.dir/build.make:63: tests/CMakeFiles/fgtestlib.dir/__/src/Main/options.cxx.o] Fehler 1 make[1]: [CMakeFiles/Makefile2:1869: tests/CMakeFiles/fgtestlib.dir/all] Fehler 2 make: *** [Makefile:163: all] Fehler 2 ==> FEHLER: Ein Fehler geschah in build(). "</const></const></std::__cxx11::basic_string<char>
Thats German, sry. It says something about converting a vector<std::__cxx11::basic_string<<char>> to vector<const char*="">. And then ends with error 2</const></std::__cxx11::basic_string<<char>
deons commented on 2018-06-18 16:21
Hi sgsaenger,
Thanks for the feedback. I have made the changes to the package based on your suggestions.