Package has been revised to move assets into separate package. Conflicts with extra/supertuxkart
is via assets package.
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.000006 |
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-gitAUR, freetype2-qdoledAUR)
- 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)
- sdl2 (sdl2-compat-gitAUR, sdl2-gitAUR)
- 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)
xiota commented on 2025-01-10 03:56 (UTC)
Shatur commented on 2023-03-29 17:39 (UTC)
After building it fails to start with the following error:
[warn ] [FileManager]: Directory 'library' not found, aborting.
[warn ] [FileManager]: Directory 'models' not found, aborting.
[warn ] [FileManager]: Directory 'music' not found, aborting.
[warn ] [FileManager]: Directory 'sfx' not found, aborting.
[fatal ] [FileManager]: Not all assets found - aborting.
Lucki commented on 2022-04-05 10:40 (UTC)
Ah, I've missed that's an aur-dep, sorry! All fine now :)
donny commented on 2022-04-05 06:17 (UTC) (edited on 2022-04-05 06:17 (UTC) by donny)
@Lucki: You need to recompile the libopenglrecorder
AUR package after libvpx
was updated. This has nothing to do with the supertuxkart-git
package.
Lucki commented on 2022-04-04 22:54 (UTC) (edited on 2022-04-05 10:42 (UTC) by Lucki)
Thanks! It builds fine now but fails at linking. Edit: My fault
donny commented on 2022-04-04 20:05 (UTC)
Hello @Lucki, thank you, I rechecked it and added python
to make dependencies, as it doesn't seem to be required to run the game, just for the build. I also added missing sdl2
dependency which is definitely needed to run the game.
Lucki commented on 2022-04-04 13:31 (UTC)
When trying to build in a clean chroot I get the following error:
CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:230 (message):
Could NOT find PythonInterp (missing: PYTHON_EXECUTABLE) (Required is at
least version "3")
Call Stack (most recent call first):
/usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:594 (_FPHSA_FAILURE_MESSAGE)
/usr/share/cmake/Modules/FindPythonInterp.cmake:169 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
lib/shaderc/cmake/setup_build.cmake:52 (find_package)
lib/shaderc/CMakeLists.txt:68 (include)
-- Configuring incomplete, errors occurred!
See also "/build/supertuxkart-git/src/stk-code/cmake_build/CMakeFiles/CMakeOutput.log".
==> ERROR: A failure occurred in build().
Unrelated: Subversion is horrendous! I had to svn cleanup
the asset repo 5 times until it was properly cloned. Thanks for listening
donny commented on 2022-03-28 11:39 (UTC)
Hello, thanks @baba99j for a reminder. The PKGBUILD is now updated. I didn't add the "-j2" make flag, as it builds fine with my default -j8 from makepkg.conf.
The SVN repo is sometimes hard to clone, it's pretty big and sometimes it times out. If it fails, try to do at least svn cleanup
manually in the stk-assets directory before running makepkg.
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.