mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
sdl2_ttf: bump version.
This commit is contained in:
@@ -9,9 +9,9 @@ without much effort."
|
||||
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf"
|
||||
COPYRIGHT="1997-2013 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="6"
|
||||
REVISION="1"
|
||||
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL2_ttf-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="34db5e20bcf64e7071fe9ae25acaa7d72bdc4f11ab3ce59acc768ab62fe39276"
|
||||
CHECKSUM_SHA256="a9eceb1ad88c1f1545cd7bd28e7cbc0b2c14191d40238f531a15b01b1b22cd33"
|
||||
SOURCE_DIR="SDL2_ttf-$portVersion"
|
||||
|
||||
ARCHITECTURES="x86 x86_gcc2 x86_64"
|
||||
@@ -20,7 +20,7 @@ SECONDARY_ARCHITECTURES="x86 x86_gcc2"
|
||||
PROVIDES="
|
||||
sdl2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_ttf_2.0$secondaryArchSuffix = 0.14.0 compat >= 0
|
||||
lib:libSDL2_ttf_2.0$secondaryArchSuffix = 0.14.1 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku${secondaryArchSuffix}
|
||||
@@ -34,7 +34,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.14.0 compat >= 0
|
||||
devel:libSDL2_ttf_2.0$secondaryArchSuffix = 0.14.1 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
sdl2_ttf$secondaryArchSuffix == $portVersion base
|
||||
@@ -49,9 +49,9 @@ BUILD_REQUIRES="
|
||||
devel:libz$secondaryArchSuffix
|
||||
"
|
||||
BUILD_PREREQUIRES="
|
||||
cmd:aclocal_1.13
|
||||
cmd:aclocal
|
||||
cmd:autoconf
|
||||
cmd:automake_1.13
|
||||
cmd:automake
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtoolize$secondaryArchSuffix
|
||||
@@ -62,10 +62,7 @@ BUILD_PREREQUIRES="
|
||||
BUILD()
|
||||
{
|
||||
touch INSTALL NEWS README AUTHORS ChangeLog COPYING
|
||||
libtoolize --copy --force --install
|
||||
aclocal-1.13 --install -I acinclude
|
||||
autoconf
|
||||
automake-1.13
|
||||
autoreconf -fi
|
||||
runConfigure ./configure --with-x=no
|
||||
make $jobArgs
|
||||
}
|
||||
Reference in New Issue
Block a user