Package Details: wipeout-rewrite-git 1:r150.e510130-1

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)

Pinned Comments

FabioLolix commented on 2025-10-19 21:13 (UTC)

Latest Comments

1 2 Next › Last »

FabioLolix commented on 2025-10-19 21:13 (UTC)

Thanks for the new data link

Versioning is finally correct

FabioLolix commented on 2025-10-19 21:13 (UTC)

exponential commented on 2025-10-16 14:44 (UTC)

use this link instead https://phoboslab.org/files/wipeout-data-v01.zip

hueponik commented on 2025-10-16 03:47 (UTC)

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...

hueponik commented on 2024-03-25 22:52 (UTC) (edited on 2024-03-25 22:52 (UTC) by hueponik)

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

Dreamkey commented on 2023-11-28 22:07 (UTC)

@uint2048_t yes, sound effects work in both case (menu selection, crowd cheering, wall collision, getting/firing a weapon...)

<deleted-account> commented on 2023-11-26 23:40 (UTC)

@dreamkey, do the sound effects work?

Dreamkey commented on 2023-11-26 22:46 (UTC) (edited on 2023-11-26 22:46 (UTC) by Dreamkey)

@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?

fixeria commented on 2023-11-26 10:59 (UTC)

@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.

<deleted-account> commented on 2023-11-26 01:08 (UTC)

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.