sdl_ttf, updates on the png lib issues, removed some unneeded lib dependencies, removed *.la from sdl2_ttf (#1073)

This commit is contained in:
Schrijvers Luc
2017-01-21 15:33:26 +00:00
committed by Adrien Destugues
parent 8698aab584
commit 360b4b4b61
2 changed files with 24 additions and 25 deletions

View File

@@ -8,7 +8,7 @@ without much effort."
HOMEPAGE="http://www.libsdl.org/projects/SDL_ttf/release-1.2.html"
COPYRIGHT="1997-2012 Sam Lantinga"
LICENSE="Zlib"
REVISION="4"
REVISION="5"
SOURCE_URI="http://www.libsdl.org/projects/SDL_ttf/release/SDL_ttf-2.0.11.tar.gz"
CHECKSUM_SHA256="724cd895ecf4da319a3ef164892b72078bd92632a5d812111261cde248ebcdb7"
SOURCE_DIR="SDL_ttf-$portVersion"
@@ -27,8 +27,7 @@ REQUIRES="
lib:libfreetype$secondaryArchSuffix
lib:libz$secondaryArchSuffix
lib:libGL$secondaryArchSuffix
lib:libpng$secondaryArchSuffix
lib:libbz2$secondaryArchSuffix
lib:libglu$secondaryArchSuffix
"
PROVIDES_devel="
@@ -46,8 +45,7 @@ BUILD_REQUIRES="
devel:libsdl$secondaryArchSuffix
devel:libfreetype$secondaryArchSuffix
devel:libz$secondaryArchSuffix
devel:libbz2$secondaryArchSuffix
devel:libpng$secondaryArchSuffix
devel:libglu$secondaryArchSuffix
"
BUILD_PREREQUIRES="
cmd:libtoolize$secondaryArchSuffix
@@ -56,9 +54,8 @@ BUILD_PREREQUIRES="
cmd:autoconf
cmd:gcc$secondaryArchSuffix
cmd:ld$secondaryArchSuffix
cmd:sdl_config$secondaryArchSuffix
cmd:make
cmd:freetype_config$secondaryArchSuffix
cmd:pkg_config$secondaryArchSuffix
"
BUILD()