Search Criteria
Package Details: celestia 1.6.4-3
Package Actions
Git Clone URL: | https://aur.archlinux.org/celestia.git (read-only, click to copy) |
---|---|
Package Base: | celestia |
Description: | Real-time space simulation |
Upstream URL: | https://celestiaproject.space |
Licenses: | GPL-2.0-or-later |
Submitter: | arojas |
Maintainer: | carlosal1015 |
Last Packager: | carlosal1015 |
Votes: | 17 |
Popularity: | 0.058308 |
First Submitted: | 2022-04-01 16:45 (UTC) |
Last Updated: | 2024-11-08 11:38 (UTC) |
Dependencies (9)
- freeglut (freeglut-x11-gitAUR, freeglut-wayland-gitAUR)
- glu (glu-gitAUR)
- gtk2 (gtk2-patched-filechooser-icon-viewAUR)
- gtkglextAUR
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libtheora (libtheora-gitAUR)
- libxmu
- lua
- mesa (mesa-wsl2-gitAUR, mesa-amd-bc250AUR, amdonly-gaming-mesa-gitAUR, mesa-gitAUR, mesa-minimal-gitAUR, mesa-fp8-gitAUR, vulkan-terakan-gitAUR, mesa-amber)
Required by (22)
- celestia-addon-2009_exoplanets
- celestia-addon-2010_exoplanets
- celestia-addon-2010_exoplanets_ii
- celestia-addon-apollo_soyuz
- celestia-addon-atlantis_2
- celestia-addon-deep_impact
- celestia-addon-deep_impact_spacecraft
- celestia-addon-earth_without_water_2
- celestia-addon-global_water_volume
- celestia-addon-hubble_space_telescope
- celestia-addon-international_space_station
- celestia-addon-millenium_falcon
- celestia-addon-spaceman_spiff
- celestia-addon-spitzer_space_telescope
- celestia-addon-star_destroyer
- celestia-addon-sun
- celestia-addon-tatooine_endor_deathstar
- celestia-addon-ulysses
- celestia-addon-vaders_tie_fighter
- celestia-addon-voyagers
- celestia-addon-xwing
- celestia-m42-plugin
Latest Comments
1 2 3 Next › Last »
bruno commented on 2025-05-29 09:32 (UTC)
@ sebalis thank you for your pkgbuild, link and explanations. Celestia has compiled and is now working. Thank you and have a nice day
sebalis commented on 2025-05-29 01:38 (UTC) (edited on 2025-05-29 01:54 (UTC) by sebalis)
Looking at https://bbs.archlinux.org/viewtopic.php?id=305437 I got Celestia to build by making two changes to PKGBUILD. The line
autoreconf -vi
had to become
autoreconf -fvi -I /usr/share/gettext/m4
and in configure.ac, I needed to add a line
AM_GNU_GETTEXT_VERSION(0.25)
after
AM_GNU_GETTEXT([external])
This new line includes the current version of the gettext package, and I wanted this version to be determined automatically. So I did not add a patch file but some shell scripting in the prepare function, using GNU sed.
I can’t currently recall how to submit pull or merge requests to the AUR. But my working PKGBUILD is here: https://voidbin.com/paste/a17835f4-955c-4878-8e3a-a66b94abe413
I did not increase pkgrel, I thought this should be done if my changes or something similar are published. I do not know if some of my changes might no longer be needed once newer version of configure/autoreconf appear. Since other packages have run into similar problems, this could perhaps happen, but I have no insights about that.
bruno commented on 2025-05-19 21:04 (UTC) (edited on 2025-05-19 21:05 (UTC) by bruno)
It's me again. When I try to rebuild the package I get this error:
Thanks a lot
Mr.Smith1974 commented on 2025-05-19 08:52 (UTC)
bruno commented on 2025-05-14 22:18 (UTC) (edited on 2025-05-14 22:23 (UTC) by bruno)
Bonjour, sorry for the inconvenience, when I start celestia, I get this message:
last update libtheora:
thanks in advance
jongeduard commented on 2024-08-16 14:12 (UTC)
@dixi_minga
I don't use an AUR helper, I have written my own scripts to manage PKGBUILD installs and I update into existing cloned repos in my own configured directory.
However, I now noticed, by running
git status --ignored
and checking the PKGBUILD file that the file is not part of the same repository at all, sogit pull
is not going to update this file, it stays the old version.I can just remove m4.path manually.
It then wants to continue and I see a new m4.patch file appear.
So the problem is the simply order in which things run here. Makepkg's verification check happens before the a new version of m4.patch is downloaded.
dixi_minga commented on 2024-07-21 07:43 (UTC)
@jongeduard and @physkets
it seems to be a problem with (some?) AUR-Helper, I had this only with yay, not if I build the package with makepkg
jongeduard commented on 2024-07-13 19:25 (UTC) (edited on 2024-07-13 19:25 (UTC) by jongeduard)
I can confirm the problem mentioned by @physkets. Validation fails on the
m4.patch
file (maybe for good reason?).physkets commented on 2024-07-13 03:43 (UTC) (edited on 2024-07-13 03:44 (UTC) by physkets)
Now I get this error:
afontenot commented on 2024-04-12 13:54 (UTC)
@carlosal1015 I found the source of the issue explained by @orchasi and fixed it upstream.
Please add the following as an additional source and
patch -p1 < [hash].diff
it, to fix the build issue, until they can get another release out: https://github.com/CelestiaProject/Celestia/commit/94894bed3bf98d41c5097e7829d491d8ff8d4a62.diff1 2 3 Next › Last »