Package Details: extremetuxracer 0.8.4-3

Git Clone URL: https://aur.archlinux.org/extremetuxracer.git (read-only, click to copy)
Package Base: extremetuxracer
Description: Downhill racing game starring Tux
Upstream URL: https://sourceforge.net/projects/extremetuxracer
Keywords: game
Licenses: GPL-2.0-or-later
Submitter: arojas
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 12
Popularity: 0.025744
First Submitted: 2022-04-01 17:12 (UTC)
Last Updated: 2026-02-13 22:01 (UTC)

Latest Comments

1 2 Next › Last »

jmsq commented on 2026-02-13 05:03 (UTC)

Please update for ARM64 support: arch=('x86_64' 'aarch64')

Erwin_Iosef commented on 2025-08-09 19:49 (UTC)

pedrohqb, nah I'm not good with code, I just looked around and found jcowgill's work. All I did was make a PKGBUILD for it.

Erwin_Iosef commented on 2025-08-09 19:44 (UTC) (edited on 2025-08-09 19:47 (UTC) by Erwin_Iosef)

peregrinus, hope the game is working now for you, The Cachyos repo has a pkg that works for me right now. Here you go: https://us.cachyos.org/repo/x86_64/cachyos/extremetuxracer-0.8.4-2-x86_64.pkg.tar.zst

Also my earlier comment got somehow removed by accident: Earlier PKGBUILD, special thanks to jcowgill for porting it to sfml 3.0

peregrinus commented on 2025-08-08 17:30 (UTC)

I couldn't get it to work with just that patch by Erwin_Ioseph; I also needed to patch configure.ac and remove the setting of C++14.

$ cat Patch02-no-CXX-14.patch 
--- etr-0.8.4/configure.ac      2024-05-09 23:11:59.000000000 +0200
+++ etr-0.8.4/configure.ac.new  2025-08-08 19:24:45.577692566 +0200
@@ -110,9 +110,6 @@

 CPPFLAGS="${CPPFLAGS} -DETR_DATA_DIR=\\\"$datadir\\\""

-# Request c++14 compatibility
-CXXFLAGS="${CXXFLAGS} -std=c++14"
-
 AC_CONFIG_FILES([
         Makefile
         src/Makefile

pedrohqb commented on 2025-06-20 17:22 (UTC)

@Erwin_Iosef, why don't you create a extremetuxracer-git repo with your PKGBUILD? I think the upstream abandoned the project. Maybe it is up to you to keep it up!

carlosal1015 commented on 2025-02-22 11:44 (UTC)

https://sourceforge.net/p/extremetuxracer/discussion/help/thread/6de9a5beae/?limit=25#7e1e

pedrohqb commented on 2025-02-22 02:33 (UTC)

It is not working anymore since 20.2.2025, and rebuilding it fails.

carlosal1015 commented on 2023-07-09 16:00 (UTC)

Hi @Piulinux. According to https://wiki.archlinux.org/title/Arch_User_Repository#Getting_started any package must have installed base-devel group first.

Piulinux commented on 2023-07-09 09:40 (UTC)

pkgconf is missing from the makedepends. If it's not installed, sfml will not be found.