Supertuxkart now requires https://github.com/Benau/libopenglrecorder
https://aur.archlinux.org/packages/libopenglrecorder-git/
Search Criteria
Package Details: supertuxkart-git 1.4.r384.ge2b2a1c-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/supertuxkart-git.git (read-only, click to copy) |
---|---|
Package Base: | supertuxkart-git |
Description: | A kart racing game featuring Tux and his friends |
Upstream URL: | https://github.com/supertuxkart/stk-code |
Licenses: | GPL-3.0-or-later |
Submitter: | donny |
Maintainer: | xiota |
Last Packager: | xiota |
Votes: | 19 |
Popularity: | 0.000005 |
First Submitted: | 2014-01-20 07:32 (UTC) |
Last Updated: | 2025-01-10 03:51 (UTC) |
Dependencies (18)
- bluez-libs (bluez-gitAUR)
- freetype2 (freetype2-macosAUR, freetype2-qdoledAUR, freetype2-gitAUR)
- hicolor-icon-theme (hicolor-icon-theme-gitAUR)
- libgl (libglvnd-gitAUR, amdgpu-pro-oglp-legacyAUR, amdgpu-pro-oglpAUR, nvidia-340xx-utilsAUR, libglvnd)
- libjpeg-turbo (mozjpeg-gitAUR, libjpeg-turbo-gitAUR, mozjpegAUR)
- libopenglrecorderAUR (libopenglrecorderAUR, libopenglrecorder-gitAUR)
- libpng (libpng-gitAUR, libpng-apngAUR)
- libvorbis (libvorbis-aotuvAUR, libvorbis-aotuv-lancerAUR, libvorbis-gitAUR)
- openal (openal-gitAUR)
- sdl2AUR (sdl2-compat-gitAUR, sdl2-gitAUR, sdl2-compat)
- shaderc (shaderc-gitAUR)
- supertuxkart-assets (supertuxkart-assets-svnAUR)
- bluez-libs (bluez-gitAUR) (make)
- cmake (cmake-gitAUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libvpx (libvpx-full-gitAUR, libvpx-gitAUR) (make)
- ninja (ninja-kitwareAUR, ninja-memAUR, ninja-fuchsia-gitAUR, ninja-gitAUR, ninja-jobserverAUR) (make)
- python (python37AUR, python311AUR, python310AUR) (make)
Required by (0)
Sources (1)
mensinda commented on 2017-04-24 14:21 (UTC)
donny commented on 2015-05-04 07:03 (UTC)
Please don't mark this package as out-of-date unless the PKGBUILD is broken. This is development package, it should be all times up-to-date.
MathCubes commented on 2015-05-04 04:01 (UTC)
SuperTuxKart 0.9 is out! http://supertuxkart.blogspot.com/
MathCubes commented on 2015-05-04 04:01 (UTC)
SuperTuxKart 0.9 is out! http://supertuxkart.blogspot.com/
donny commented on 2015-03-31 14:24 (UTC)
ChemBro, you can disable WIIUSE in cmake:
change following line in the PKGBUILD's build() function:
---
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DCMAKE_INSTALL_PREFIX=/usr ..
---
to:
---
cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo -DUSE_WIIUSE=no -DCMAKE_INSTALL_PREFIX=/usr ..
---
This is temporary solution, so I won't update the PKGBUILD on AUR now.
ChemBro commented on 2015-03-31 12:37 (UTC)
I can't build it, I get a:
In file included from /home/christian/aur/supertuxkart-git/src/stk-code/lib/wiiuse/wiiuse.h:102:0,
from /home/christian/aur/supertuxkart-git/src/stk-code/src/input/wiimote.cpp:28:
/usr/include/bluetooth/bluetooth.h: In Funktion »void bswap_128(const void*, void*)«:
/usr/include/bluetooth/bluetooth.h:348:21: Fehler: ungültige Umwandlung von »const void*« in »const uint8_t* {aka const unsigned char*}« [-fpermissive]
const uint8_t *s = src;
^
/usr/include/bluetooth/bluetooth.h:349:15: Fehler: ungültige Umwandlung von »void*« in »uint8_t* {aka unsigned char*}« [-fpermissive]
uint8_t *d = dst;
^
"Fehler: ungültige Umwandlng von" means "Error: invalid conversion(?) from".
I guess, there is a missing dependency.
leosw commented on 2014-12-19 12:15 (UTC)
Remember to increase /tmp before compiling.
Need at least 5GB of space.
# mount -o remount,size=5G,noatime /tmp
donny commented on 2014-11-22 19:37 (UTC)
ToaDron: supertuxkart-git doesn't depend on packages `sdl2` or `sdl2_image`. In fact, the game doesn't depend on `sdl` package neither, so I'm gonna remove the dependency from the PKGBUILD.
Comminux commented on 2014-11-18 05:50 (UTC)
Please add new dependencies:sdl2_image and sdl2
donny commented on 2014-11-15 21:10 (UTC)
Package has been updated. Compilation and installation works again.
Pinned Comments
xiota commented on 2025-01-10 03:56 (UTC)
Package has been revised to move assets into separate package. Conflicts with
extra/supertuxkart
is via assets package.