sdl2_ttf, bump version (#9627)

This commit is contained in:
Schrijvers Luc
2023-10-13 13:39:28 +00:00
committed by GitHub
parent 62538abdee
commit 2b7cb29009

View File

@@ -9,17 +9,20 @@ without much effort."
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
COPYRIGHT="1997-2013 Sam Lantinga"
LICENSE="Zlib"
REVISION="3"
REVISION="1"
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
CHECKSUM_SHA256="7234eb8883514e019e7747c703e4a774575b18d435c22a4a29d068cb768a2251"
CHECKSUM_SHA256="9dc71ed93487521b107a2c4a9ca6bf43fb62f6bddd5c26b055e6b91418a22053"
SOURCE_DIR="SDL2_ttf-$portVersion"
ARCHITECTURES="all !x86_gcc2"
SECONDARY_ARCHITECTURES="x86"
libVersion="0.2000.2"
libVersionCompat="$libVersion compat >= ${libVersion%%.*}"
PROVIDES="
sdl2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2_ttf_2.0$secondaryArchSuffix = 0.18.0 compat >= 0
lib:libSDL2_ttf_2.0$secondaryArchSuffix = $libVersionCompat
"
REQUIRES="
haiku${secondaryArchSuffix}
@@ -34,7 +37,7 @@ REQUIRES="
PROVIDES_devel="
sdl2_ttf${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
devel:libSDL2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.18.0 compat >= 0
devel:libSDL2_ttf_2.0$secondaryArchSuffix = $libVersionCompat
"
REQUIRES_devel="
sdl2_ttf$secondaryArchSuffix == $portVersion base
@@ -82,5 +85,6 @@ INSTALL()
fixPkgconfig
packageEntries devel \
$developDir
$developDir \
$libDir/cmake
}