mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-08 08:30:47 -09:00
package/supertuxkart: bump version to 1.5
Added sha256 hash provided by upstream. Added configure option to disable vulkan support: https://github.com/supertuxkart/stk-code/blob/1.5/CMakeLists.txt#L274 Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
committed by
Julien Olivain
parent
7e1d7e317d
commit
c21dec1213
@@ -1,3 +1,4 @@
|
||||
# From https://github.com/supertuxkart/stk-code/releases/tag/1.5
|
||||
sha256 33cf8841e4ff4082d80b9248014295bbbea61d14683e86dff100e3ab8f7b27cb SuperTuxKart-1.5-src.tar.gz
|
||||
# Locally computed
|
||||
sha256 9890392419baf4715313f14d5ad60746f276eed36eb580636caf44e2532c0f03 SuperTuxKart-1.4-src.tar.xz
|
||||
sha256 d27207a5213f746aac53893e9ecc18456e9595d3ffa662bd1ec9eb10787c214a COPYING
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
SUPERTUXKART_VERSION = 1.4
|
||||
SUPERTUXKART_SOURCE = SuperTuxKart-$(SUPERTUXKART_VERSION)-src.tar.xz
|
||||
SUPERTUXKART_VERSION = 1.5
|
||||
SUPERTUXKART_SOURCE = SuperTuxKart-$(SUPERTUXKART_VERSION)-src.tar.gz
|
||||
# Do not use the github helper here, the generated tarball is *NOT*
|
||||
# the same as the one uploaded by upstream for the release.
|
||||
SUPERTUXKART_SITE = https://github.com/supertuxkart/stk-code/releases/download/$(SUPERTUXKART_VERSION)
|
||||
@@ -38,6 +38,7 @@ SUPERTUXKART_DEPENDENCIES = \
|
||||
# Disable In-game recorder (there is no libopenglrecorder package)
|
||||
SUPERTUXKART_CONF_OPTS = -DBUILD_SHARED_LIBS=OFF \
|
||||
-DBUILD_RECORDER=OFF \
|
||||
-DNO_SHADERC=on \
|
||||
-DUSE_SYSTEM_ENET=ON \
|
||||
-DUSE_SYSTEM_SQUISH=ON
|
||||
|
||||
|
||||
Reference in New Issue
Block a user