Fixed libsdl, libsdl2 and sdl_ttf, removed outdate sdl_ttf recipes.

This commit is contained in:
Scott McCreary
2013-11-01 07:47:53 -07:00
parent 1db0f30d30
commit bb952bd1ba
6 changed files with 29 additions and 116 deletions

View File

@@ -12,9 +12,9 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
PROVIDES="
libsdl2$secondaryArchSuffix = $portVersion compat >= 2.0
lib:libSDL2$secondaryArchSuffix = 0.1.0 compat >= 0.0
lib:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0.0
lib:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
lib:libSDL2_2.0.1SsecondaryArchSuufix = 0.1.0 compat >= 0.0
lib:libSDL2_2.0.1$secondaryArchSuufix = 0.1.0 compat >= 0.0
"
REQUIRES="
@@ -61,7 +61,8 @@ INSTALL()
prepareInstalledDevelLibs \
libSDL2 \
libSDL2main \
libSDL2_test
libSDL2_test \
libSDL2-2.0
fixPkgconfig
fixDevelopLibDirReferences $binDir/sdl2-config
@@ -73,10 +74,10 @@ INSTALL()
# ----- devel package -------------------------------------
PROVIDES_devel="
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
devel:libSDL2$secondaryArchSuffix = 2.0.1 compat >= 2.0
devel:libSDL2main$secondaryArchSuffix = 0.1.0 compat >= 0.0
devel:libSDL2_test$secondaryArchSuffix = 0.1.0 compat >= 0.0
cmd:sdl2_config = $portVersion compat >= 2.0
devel:libSDL2$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2main$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_test$secondaryArchSuffix = 2.0_0.1.0 compat >= 2.0_0
devel:libSDL2_2.0$secondaryArchSuffix = 0.1.0 compat >= 0.0
devel:libSDL2_2.0.1$secondaryArchSuffix = 0.1.0 compat >= 0.0
"