Search Criteria
Package Details: augustus-git 4.0.0.r1370.g0e3c389-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/augustus-git.git (read-only, click to copy) |
|---|---|
| Package Base: | augustus-git |
| Description: | An enhanced re-implementation of Caesar III (Original copy required) |
| Upstream URL: | https://github.com/Keriew/augustus |
| Licenses: | AGPL-3.0-only |
| Conflicts: | augustus, augustus-game |
| Provides: | augustus |
| Replaces: | augustus-game |
| Submitter: | FabioLolix |
| Maintainer: | FabioLolix |
| Last Packager: | FabioLolix |
| Votes: | 2 |
| Popularity: | 0.000064 |
| First Submitted: | 2024-10-23 05:24 (UTC) |
| Last Updated: | 2026-05-23 17:16 (UTC) |
Dependencies (6)
- glibc (glibc-gitAUR, glibc-eacAUR, glibc-git-native-pgoAUR)
- sdl3 (sdl3-noibus-gitAUR, sdl3-gitAUR)
- sdl3_mixer (sdl3_mixer-gitAUR)
- cmake (cmake3AUR, cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR, git-wd40AUR) (make)
- nasm (nasm-gitAUR) (make)
Latest Comments
MaximGun commented on 2026-05-22 17:19 (UTC) (edited on 2026-05-22 21:17 (UTC) by MaximGun)
Please modify this package to build with SDL3.
Augustus with SDL2 is unplayable on Wayland/HiDPI because the visible cursor and actual click/hover position don’t line up when display scaling is enabled. I tested a local SDL3 build and it fixes this issue.
PKGBUILD changes:
depends=(sdl3 sdl3_mixer glibc)and add this to the cmake options:
-DSDL_VERSION=3Related upstream issue: https://github.com/Keriew/augustus/issues/1226
somepaulo commented on 2025-07-05 23:13 (UTC) (edited on 2025-07-05 23:14 (UTC) by somepaulo)
Augustus has added AV1 playback, so now it has the
easyav1anddav1dsubmodules that need to be checked out for the build to work, and, in turn, these need to have thenasmpackage installed on the system in order to compile.Adding the following to the PKGBUILD before the
build()directive takes care of fetching the submodules:gonX commented on 2022-12-16 17:04 (UTC) (edited on 2022-12-16 17:05 (UTC) by gonX)
You need
-DCMAKE_BUILD_TYPE="Release"with current master until they fix #770: https://github.com/Keriew/augustus/issues/770The following diff does this, but additionally instead moves content to
/usr/shareinstead of/opt. It seems like the suggested installation method is to simply keep the Caesar 3 files vanilla, so I suggest changing notes to accomodate this.I'm unsure if the pixmaps are correct, they're not something I use so I have no good way of testing them.
tlercher commented on 2021-12-30 12:20 (UTC)
@gonX: thanks for the info!
This time i just added the information to re-link the assets folder, but maybe i/we should work on a solution which does not require so much user attention (even for a -git package).
gonX commented on 2021-12-27 08:32 (UTC)
They've now moved
assetsintores/assetstlercher commented on 2021-03-05 16:30 (UTC)
Sorry for the delay @igno2k, i was not reachable for some days...
But yep, they're removed the 'mods' folder and created an 'assets' folder, as seen in this PR: https://github.com/Keriew/augustus/pull/221
I updated the PKGBUILD accordingly.
Thank You!
igno2k commented on 2021-02-25 19:17 (UTC)
The mods folder does not exist anymore and the PKGBUILD fails.
Can you remove line 48: cp -r "$srcdir/${_pkgname}/mods" "${pkgdir}/opt/${_pkgname}-game/"
Without this line it builds fine.