Thanks for the new data link
Versioning is finally correct
Git Clone URL: | https://aur.archlinux.org/wipeout-rewrite-git.git (read-only, click to copy) |
---|---|
Package Base: | wipeout-rewrite-git |
Description: | A re-implementation of the 1995 PSX game wipEout |
Upstream URL: | https://github.com/phoboslab/wipeout-rewrite |
Keywords: | game opengl sdl wipeout |
Licenses: | unknown |
Submitter: | None |
Maintainer: | FabioLolix |
Last Packager: | FabioLolix |
Votes: | 2 |
Popularity: | 0.000027 |
First Submitted: | 2023-08-26 23:06 (UTC) |
Last Updated: | 2025-10-19 21:12 (UTC) |
Thanks for the new data link
Versioning is finally correct
use this link instead https://phoboslab.org/files/wipeout-data-v01.zip
Package is broken unfortunately …/wipeout-rewrite-git [ master][?][⏱ 3s ] ➜ makepkg ==> Making package: wipeout-rewrite-git 90702ce-1 (Thu 16 Oct 2025 14:47:14) ==> Checking runtime dependencies... ==> Checking buildtime dependencies... ==> Retrieving sources... -> Updating wipeout-rewrite git repo... -> Downloading wipeout-data.tar.zst... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 curl: (22) The requested URL returned error: 403 ==> ERROR: Failure while downloading https://archive.org/download/wipeout-data.tar/wipeout-data.tar.zst Aborting...
Both yay
and paru
always detect a change in this package, every time I upgrade.
The package successfully builds and installs (or exiting one is reinstalled).
But if I immediately run paru --devel -Syu
or yay --devel --Syu
after that, the change is detected
I've tried on the fresh system, the issue persists:
[tmp@2779e913c239 ~]$ paru --devel -Syu
:: Synchronizing package databases...
core downloading...
extra downloading...
:: Starting full system upgrade...
there is nothing to do
:: Looking for PKGBUILD upgrades...
:: Looking for AUR upgrades...
:: Looking for devel upgrades...
:: Resolving dependencies...
:: Calculating conflicts...
:: Calculating inner conflicts...
Aur (1) Old Version New Version Make Only
aur/wipeout-rewrite-git b63b296-1 90702ce-1 No
@uint2048_t yes, sound effects work in both case (menu selection, crowd cheering, wall collision, getting/firing a weapon...)
@dreamkey, do the sound effects work?
@uint2048_t I'm still having trouble to have music because of relative paths.
If I'm using the .desktop or run "/opt/wipeout-rewrite/wipegame" I don't have music, but running "cd /opt/wipeout-rewrite && wipegame" shows the intro movie and plays music.
Should I open an issue on the project's github?
@uint2048_t thanks for updating the package!
I've got an email notification with a question from you, but looks like you edited it and the question is no longer relevant. Anyways, I confirm that building with cmake also produces a binary with working sound.
I refactored the PKGBUILD
to use cmake
instead. Seems to have fixed the sound effects/music issue. I also set the build flag PATH_USERDATA
to $HOME
so that save.dat
is written to the user's home directory. You will need to move the save.dat
in /opt/wipeout-rewrite
to your home dir if you installed the package previously.
Pinned Comments
FabioLolix commented on 2025-10-19 21:13 (UTC)