Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.
Search Criteria
Package Details: flightgear-git 2020.4.0r15830.5d6ac7a1c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/flightgear-git.git (read-only, click to copy) |
---|---|
Package Base: | flightgear-git |
Description: | An open-source, multi-platform flight simulator |
Upstream URL: | https://home.flightgear.org |
Licenses: | GPL |
Conflicts: | flightgear |
Provides: | flightgear |
Submitter: | pascal |
Maintainer: | AWhetter (acxz) |
Last Packager: | acxz |
Votes: | 18 |
Popularity: | 0.116136 |
First Submitted: | 2010-07-24 14:22 (UTC) |
Last Updated: | 2022-09-11 16:16 (UTC) |
Dependencies (20)
- glu (glu-git)
- libxi (libxi-git)
- libxmu
- libxrandr (libxrandr-git)
- openal (openal-git)
- openscenegraph (openscenegraph-openmw-git, openscenegraph-git)
- osgxr
- zlib (zlib-ng-compat-git, zlib-git, zlib-ng-compat)
- boost (boost-git) (make)
- cmake (cmake-git) (make)
- git (git-vfs, git-run-command-patch-git, git-git, git-fc) (make)
- mesa (mesa-d3d12, mesa-panfork-git, mesa-steamos, mesa-amdonly-gaming-git, mesa-nightly-nvk-rusticl-intelrt-git, mesa-git, mesa-pvr-vf2, mesa-rusticl-git, mesa-minimal-git, mesa-amber) (make)
- qt5-base (qt5-base-git, qt5-base-headless) (make)
- qt5-declarative (qt5-declarative-git) (make)
- qt5-svg (qt5-svg-git) (make)
- sharutils (make)
- simgear (simgear-git) (make)
- flightgear-data (flightgear-data-git) (optional)
- qt5-base (qt5-base-git, qt5-base-headless) (optional) – fgfs --launcher
- qt5-declarative (qt5-declarative-git) (optional) – fgfs --launcher
Required by (5)
- ffgo (requires flightgear)
- ffgo-git (requires flightgear)
- flightgear-photoscenery-creatorscripts-git (requires flightgear) (optional)
- python-gym-jsbsim-git (requires flightgear) (optional)
- terrafs-git (requires flightgear) (optional)
Sources (1)
acxz commented on 2022-09-07 14:48 (UTC)
jhogan commented on 2022-01-13 23:17 (UTC) (edited on 2022-01-13 23:18 (UTC) by jhogan)
Hi. Flightgear next will now make use of osgXR if available to enable some basic VR support, otherwise it will try to build its own static built-in version of osgXR which would implicitly depend on OpenXR.
So 3 possible options (in order of preference):
1) add 'libosgXR'
to depends so that the osgXR shared library provided by https://aur.archlinux.org/packages/osgxr/ (which pulls in 'openxr'
) is automatically used (cmake ENABLE_VR
and SYSTEM_OSGXR
will both default to ON
)
2) add the cmake option -DSYSTEM_OSGXR=OFF
and add 'openxr' 'libglvnd'
to depends, so flightgear will attempt to build its own static built-in version of osgXR (which would depend on OpenXR (and GLX)).
3) add the cmake option -DENABLE_VR=OFF
to prevent the implicit dependencies, but obviously disables any VR support.
tldrc commented on 2021-10-16 02:44 (UTC) (edited on 2021-10-16 07:37 (UTC) by tldrc)
Edit: I installed SimGear-git that should give me the 2020.4 version
and now I am getting a new error.
[ 9%] Building CXX object CMakeFiles/fgfsObjects.dir/src/Environment/metarproperties.cxx.o
/var/tmp/pamac-build-tl/flightgear-git/src/flightgear/src/Environment/metarproperties.cxx: In member function ‘const char Environment::MetarProperties::get_metar() const’:
/var/tmp/pamac-build-tl/flightgear-git/src/flightgear/src/Environment/metarproperties.cxx:208:20: error: ‘class FGMetar’ has no member named ‘getRawDataPtr’
208 | return _metar->getRawDataPtr();
| ^~~~~~~~~~~~~
make[2]: [CMakeFiles/fgfsObjects.dir/build.make:1140: CMakeFiles/fgfsObjects.dir/src/Environment/metarproperties.cxx.o] Error 1
make[1]: [CMakeFiles/Makefile2:1677: CMakeFiles/fgfsObjects.dir/all] Error 2
make: ** [Makefile:166: all] Error 2
==> ERROR: A failure occurred in build().
Aborting...
TheHitMan commented on 2021-09-02 00:43 (UTC)
it was my fault ... my xorgproto was an old xorgproto git version ...
GDsouza commented on 2021-08-31 06:21 (UTC)
@TheHitMan That header is provided by xorgproto. You should have that installed as a dependency already.
TheHitMan commented on 2021-08-31 02:11 (UTC)
/usr/include/X11/Xlib.h:44:10: schwerwiegender Fehler: X11/X.h: Datei oder Verzeichnis nicht gefunden 44 | #include <X11/X.h> | ^~~~~~~~~ Kompilierung beendet.
X11/X.h not found ...
flatwhatson commented on 2021-05-02 10:17 (UTC)
@dreieck Done, thanks for the help!
dreieck commented on 2021-05-02 10:05 (UTC) (edited on 2021-05-02 10:53 (UTC) by dreieck)
git
needs to be added to the makedepends
.
Thanks for maintaining!
dreieck commented on 2021-05-02 09:44 (UTC) (edited on 2021-05-02 10:53 (UTC) by dreieck)
Can you change provides=('flightgear')
to provides=("flighgear=${pkgver}")
?
@Woodhousezb: I get 2020.4*-version.
Thanks for maintaining!
Pinned Comments
acxz commented on 2022-09-07 14:48 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.