Package Details: supertux-git 0.6.3.r1599.g6f1078d10-1

Git Clone URL: https://aur.archlinux.org/supertux-git.git (read-only, click to copy)
Package Base: supertux-git
Description: A classic 2D jump'n run sidescroller game in a style similar to the original SuperMario game
Upstream URL: https://www.supertux.org
Licenses: GPL-3.0-only
Conflicts: supertux
Provides: supertux
Submitter: chenxiaolong
Maintainer: tulpenkiste
Last Packager: tulpenkiste
Votes: 14
Popularity: 0.000000
First Submitted: 2012-02-16 21:18 (UTC)
Last Updated: 2025-02-21 20:29 (UTC)

Dependencies (16)

Required by (0)

Sources (1)

Pinned Comments

tulpenkiste commented on 2025-02-21 20:33 (UTC) (edited on 2025-02-21 20:34 (UTC) by tulpenkiste)

Works with the Ninja CMake generator now (waited for a fix to be merged upstream before adding due to buffer overflows). Also changed to have discord integration compiled in.

Latest Comments

1 2 3 4 5 6 Next › Last »

tulpenkiste commented on 2025-02-21 20:33 (UTC) (edited on 2025-02-21 20:34 (UTC) by tulpenkiste)

Works with the Ninja CMake generator now (waited for a fix to be merged upstream before adding due to buffer overflows). Also changed to have discord integration compiled in.

FredBezies commented on 2025-01-30 07:20 (UTC)

Don't have time to maintain this package anymore. Feel free to adopt it.

tulpenkiste commented on 2025-01-29 22:18 (UTC)

make is still used in package() so people who use non-makefile generators still won't be able to install the package

tulpenkiste commented on 2025-01-29 09:31 (UTC) (edited on 2025-01-29 22:19 (UTC) by tulpenkiste)

Can you replace make with cmake --build . and cmake --install .? This would make it work regardless of which generator people use for CMake. (Partially resolved, see above comment)

FredBezies commented on 2021-02-04 12:39 (UTC)

@workonfire: done in supertux-git 1:v0.6.2.r617.g99fa836b3-2

workonfire commented on 2021-02-04 12:13 (UTC)

'physfs' should be in depends, not makedepends. This library is required for the game to start.

tuckerboniface commented on 2019-01-11 02:22 (UTC)

I apologise for the long wait, freetype2 has been added as a dependency.

colinkeenan commented on 2019-01-11 01:56 (UTC)

@FredBezies, @tuckerboniface, @chenxiaolong

One of you, please add the missing makedepends, 'freetype2'

(I'm not sure, but maybe it should be in depends instead of makedepends)

colinkeenan commented on 2018-12-23 03:34 (UTC)

@tuckerboniface or @FredBezies or whoever is maintaining this. There is a missing dependency (or make dependency):

freetype2

@erock - thanks. Adding 'freetype2' to the dependency list works, so it should be in the PKGBUILD here in the AUR.

erock commented on 2018-11-25 16:50 (UTC)

@colinkeenan The latest version of supertux doesn't seem to require the hack anymore -- it works for me without any changes. If it isn't working in a clean chroot, perhaps adding 'freetype2' to the list of dependencies is necessary?