mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
sdl2_ttf: bump version.
This commit is contained in:
@@ -8,19 +8,19 @@ outline fonts and antialiasing, high quality text output can be obtained \
|
||||
without much effort.
|
||||
"
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-2.0.12.tar.gz"
|
||||
CHECKSUM_SHA256="8728605443ea1cca5cad501dc34dc0cb15135d1e575551da6d151d213d356f6e"
|
||||
REVISION="3"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="25ddad0302e7d74ce16a770974930cefbdcf67499ca7d40ce7a6bd7de6022fdf"
|
||||
REVISION="1"
|
||||
LICENSE="Zlib"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2"
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
SECONDARY_ARCHITECTURES="?x86 ?x86_gcc2"
|
||||
|
||||
PROVIDES="
|
||||
sdl2_ttf${secondaryArchSuffix} = $portVersion
|
||||
lib:libSDL2_ttf${secondaryArchSuffix}
|
||||
lib:libSDL2_ttf_2.0${secondaryArchSuffix}
|
||||
sdl2_ttf${secondaryArchSuffix} = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf${secondaryArchSuffix} = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf_2.0${secondaryArchSuffix} = 0.10.3 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES="
|
||||
@@ -78,9 +78,9 @@ INSTALL()
|
||||
}
|
||||
|
||||
PROVIDES_devel="
|
||||
sdl2_ttf${secondaryArchSuffix}_devel = ${portVersion} compat >= 1.2
|
||||
devel:sdl2_ttf$secondaryArchSuffix = ${portVersion} compat >= 1.2
|
||||
devel:libSDL2_ttf$secondaryArchSuffix = 2.0_0.10.1 compat >= 2.0_0
|
||||
sdl2_ttf${secondaryArchSuffix}_devel = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf$secondaryArchSuffix = ${portVersion} compat >= 2.0
|
||||
devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.10.3 compat >= 0
|
||||
"
|
||||
|
||||
REQUIRES_devel="
|
||||
Reference in New Issue
Block a user