mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-04 22:18:55 +02:00
Fixed libsdl, libsdl2 and sdl_ttf, removed outdate sdl_ttf recipes.
This commit is contained in:
@@ -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
|
||||
"
|
||||
|
||||
Reference in New Issue
Block a user