@AWhetter I would be interested in being a co-maintainer. However, I would suggest that we move the development and issue reporting over to GitHub so that people can easily contribute in a better format than the AUR Web. Take a look at aurpublish. It is what I use to manage my own personal pkgbuilds and the rocm-arch pkgbuilds. We could create a github repo that contains the pkgbuilds for all flightgear and simgear related packages that you host. Another benefit of have a github repo for these pkgbuilds is that the community can fix the issues themselves and submit PRs that all you have to do is sync to the AUR via an aurpublish
command. Do take a look at this suggestion.
Search Criteria
Package Details: flightgear 2020.3.19-2
Package Actions
Git Clone URL: | https://aur.archlinux.org/flightgear.git (read-only, click to copy) |
---|---|
Package Base: | flightgear |
Description: | An open-source, multi-platform flight simulator |
Upstream URL: | http://www.flightgear.org/ |
Licenses: | GPL |
Submitter: | Barthalion |
Maintainer: | alesar1 (acxz) |
Last Packager: | acxz |
Votes: | 50 |
Popularity: | 0.66 |
First Submitted: | 2018-01-05 16:04 (UTC) |
Last Updated: | 2023-12-31 02:54 (UTC) |
Dependencies (18)
- glu (glu-gitAUR)
- libxi (libxi-gitAUR)
- libxmu
- libxrandr (libxrandr-gitAUR)
- openal (openal-gitAUR)
- openscenegraph (openscenegraph-gitAUR, openscenegraph-openmw-gitAUR)
- zlib (zlib-ng-compat-gitAUR, zlib-gitAUR, zlib-ng-compat)
- boost (boost-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- mesa (mesa-minimal-gitAUR, mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-amber) (make)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (make)
- qt5-declarative (qt5-declarative-gitAUR) (make)
- qt5-svg (qt5-svg-gitAUR) (make)
- sharutils (make)
- simgearAUR (simgear-gitAUR) (make)
- flightgear-dataAUR (flightgear-data-gitAUR) (optional)
- qt5-base (qt5-base-gitAUR, qt5-base-headlessAUR) (optional) – fgfs --launcher
- qt5-declarative (qt5-declarative-gitAUR) (optional) – fgfs --launcher
Required by (5)
- ffgo
- ffgo-git
- flightgear-photoscenery-creatorscripts-git (optional)
- python-gym-jsbsim-git (optional)
- terrafs-git (optional)
Sources (1)
Latest Comments
« First ‹ Previous 1 2 3 4 5 6 7 8 9 .. 11 Next › Last »
acxz commented on 2020-06-08 00:46 (UTC)
AWhetter commented on 2020-06-08 00:21 (UTC)
Apologies for the slowness in updating. I'm actively looking for a co-maintainer for flightgear and flightgear-git so if you're interested then let me know.
papakilo commented on 2020-06-07 22:50 (UTC) (edited on 2020-06-07 22:59 (UTC) by papakilo)
@ kamelie1706 I already suggested that in the past, but seems nobody wants to be a mantainer of flightgear for community repository... I would do it if I could but my system is too old and slow to compile...
kamelie1706 commented on 2020-06-07 19:18 (UTC)
Flightgear has to be on community!
papakilo commented on 2020-06-07 11:14 (UTC)
@ Potomac Thanks, I know how PKGBUILD works. However, 2019.1.1 version is NOT an official version too, it's a preview, as the official version still remains old release 2018.3.5 as you can see here: https://www.flightgear.org/ So, if a preview has already been published, why not update it? Come on, archlinux is an always updated rolling-release...
Potomac commented on 2020-05-31 21:07 (UTC) (edited on 2020-05-31 21:11 (UTC) by Potomac)
@papakilo and prescott :
2020.1.2 is not an official release, it's just a preview version,
you can update the PKGBUILD by changing these properties :
pkgver=2020.1.2
sha256sums=('SKIP')
you have also to update the PKGBUILD of simgear with the same way, and download flightgear-data
prescott commented on 2020-05-31 20:34 (UTC)
cant wait for update
papakilo commented on 2020-05-31 14:00 (UTC)
Hello, is there anyone over there? Version 2020.1.2 is out... Come on!
papakilo commented on 2020-05-22 14:57 (UTC)
Hi guys, when we will see the new version 2020.1.1?
I suggest submitters/maintainers/packagers to write a kind of PKGBUILD converter from already existant packages (https://repology.org/project/flightgear/versions) instead of a classic long-long-long time compilation PKGBUILD script. What do I mean? Have a look here: https://aur.archlinux.org/packages/libreoffice-fresh-rpm/
Bye and have a nice day.
Potomac commented on 2020-05-01 17:34 (UTC) (edited on 2020-05-01 17:35 (UTC) by Potomac)
@Kerentin : you can download flightgear data 2019.1 from the official website : https://sourceforge.net/projects/flightgear/files/release-2019.1/FlightGear-2019.1.1-data.tar.bz2/download
then unzip the file in your home, then launch fgfs with these parameters : fgfs --fg-root=<path to flightgear-data>/fgdata --fg-scenery=<path to flightgear-data>/scenery
fg-root and fg-scenery can also be set in your ~/.bashrc file, by adding these lines :
export FG_ROOT=<path to flightgear-data>/fgdata
export FG_SCENERY=<path to flightgear-data>/scenery
and then run flightgear with the launcher : fgfs --launcher
you can also install the flightgear-data package, but I didn't tested : https://aur.archlinux.org/packages/flightgear-data/
Pinned Comments
acxz commented on 2022-09-07 14:47 (UTC)
Development is on Github: https://github.com/acxz/flightgear-arch Please open issues and PRs there instead of commenting.