Search Criteria
Package Details: openloco 24.10-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/openloco.git (read-only, click to copy) |
---|---|
Package Base: | openloco |
Description: | An open source re-implementation of Chris Sawyer's Locomotion |
Upstream URL: | https://github.com/OpenLoco/OpenLoco |
Keywords: | game locomotion manager remaster simulation trains tycoon |
Licenses: | MIT |
Submitter: | Mr.Smith1974 |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 6 |
Popularity: | 0.061628 |
First Submitted: | 2023-06-07 08:34 (UTC) |
Last Updated: | 2024-10-20 11:33 (UTC) |
Dependencies (18)
- lib32-fmtAUR
- lib32-gcc-libs (lib32-gcc-libs-gitAUR, lib32-gccrs-libs-gitAUR, lib32-gcc-libs-snapshotAUR)
- lib32-glibc (lib32-glibc-gitAUR, lib32-glibc-linux4AUR, lib32-glibc-eacAUR, lib32-glibc-eac-binAUR, lib32-glibc-eac-rocoAUR)
- lib32-libpng
- lib32-openal (lib32-openal-gitAUR)
- lib32-sdl2 (lib32-sdl2-compat-gitAUR)
- lib32-yaml-cppAUR
- libpng (libpng-gitAUR, libpng-apngAUR)
- openal (openal-gitAUR)
- sdl2 (sdl2-gitAUR, sdl2-compat-gitAUR)
- cmake (cmake-gitAUR) (make)
- fmt (fmt-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- gtest (googletest-gitAUR) (make)
- lib32-gtestAUR (make, x86_64)
- yaml-cpp (make)
- lib32-libpipewire (optional) – audio output
- lib32-libpulse (optional) – audio output
Latest Comments
1 2 Next › Last »
FabioLolix commented on 2024-10-06 13:41 (UTC)
Thanks for reporting, if you want to make a patch the pkgbuilds are hosted here https://github.com/FabioLolix/PKGBUILD-AUR_fix
sheddow commented on 2024-10-06 13:31 (UTC)
Thanks for maintaining this package! I got this error during compilation: undefined reference to `fmt::v11::vformat[abi:cxx11 (fmt::v11::basic_string_view<char>, fmt::v11::basic_format_args<fmt::v11::context>)'
I found that lib32-fmt is out-of-date, updating it manually to 11.0.2 fixed it. Now it compiles fine, but TimerTest.TestReset fails. All the other tests pass though, and the game seems to run fine regardless
FabioLolix commented on 2024-09-29 13:26 (UTC)
That issue was due to
lib32-getest
not in sync withgtest
Some days ago I had updated locally to v24.09.1 but had a build problem
FabioLolix commented on 2024-08-11 13:42 (UTC)
I've got a new build problem
vincentv commented on 2024-07-29 14:25 (UTC) (edited on 2024-07-29 14:28 (UTC) by vincentv)
In case anyone is interested in v24.07, a small patch for the PKGBUILD:
(I've had to change to build type "release" instead of "None" for it to work on my machine)
FabioLolix commented on 2024-04-01 20:56 (UTC)
@CodingKoopa thanks for reporting will be added with the new version
FabioLolix commented on 2024-03-19 06:17 (UTC)
New version is failing to build for missing file
CodingKoopa commented on 2024-02-10 23:00 (UTC) (edited on 2024-03-24 03:02 (UTC) by CodingKoopa)
Note that this also depends on having a 32-bit client library for your sound server. On PulseAudio, I needed to install
lib32-libpulse
to fixALSA lib dlmisc.c:339:(snd_dlobj_cache_get0) Cannot open shared library libasound_module_pcm_pulse.so (libpulse.so.0: cannot open shared object file: No such file or directory)
.On Pipewire, I instead needed to install
lib32-pipewire
(which also depends onlib32-libpipewire
).FabioLolix commented on 2023-12-21 08:34 (UTC)
I have the updated pkgbuild pratically ready, just one more day of patience
1 2 Next › Last »