ports: Replace libjpeg with libjpeg turbo

This is faster and adds some extensions on top of that
This commit is contained in:
2026-07-06 00:07:55 +03:00
parent 7d7b1f0319
commit e741ab0fa1
9 changed files with 34 additions and 47 deletions

View File

@@ -4,7 +4,7 @@ NAME='SuperTuxKart'
VERSION='1.5'
DOWNLOAD_URL="https://github.com/supertuxkart/stk-code/releases/download/$VERSION/SuperTuxKart-$VERSION-src.tar.gz#33cf8841e4ff4082d80b9248014295bbbea61d14683e86dff100e3ab8f7b27cb"
TAR_CONTENT="SuperTuxKart-$VERSION-src"
DEPENDENCIES=('sdl2-compat' 'curl' 'openal-soft' 'freetype' 'harfbuzz' 'libvorbis' 'libjpeg' 'libpng' 'zlib')
DEPENDENCIES=('sdl2-compat' 'curl' 'openal-soft' 'freetype' 'harfbuzz' 'libvorbis' 'libjpeg-turbo' 'libpng' 'zlib')
configure() {
cmake --fresh -B build -S . -G Ninja \