mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 11:40:06 +02:00
libsdl2: provide 0.8.0 for lib:libsdl2.
This commit is contained in:
@@ -6,7 +6,7 @@ software, emulators, and popular games."
|
||||
HOMEPAGE="https://www.libsdl.org/"
|
||||
COPYRIGHT="1997-2018 Sam Lantinga"
|
||||
LICENSE="Zlib"
|
||||
REVISION="4"
|
||||
REVISION="5"
|
||||
SOURCE_URI="https://www.libsdl.org/release/SDL2-$portVersion.tar.gz"
|
||||
CHECKSUM_SHA256="edc77c57308661d576e843344d8638e025a7818bff73f8fbfab09c3c5fd092ec"
|
||||
SOURCE_DIR="SDL2-$portVersion"
|
||||
@@ -17,7 +17,7 @@ SECONDARY_ARCHITECTURES="x86_gcc2 x86"
|
||||
|
||||
PROVIDES="
|
||||
libsdl2$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
lib:libSDL2_2.0$secondaryArchSuffix = 0.7.0 compat >= 0
|
||||
lib:libSDL2_2.0$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
"
|
||||
REQUIRES="
|
||||
haiku$secondaryArchSuffix
|
||||
@@ -29,10 +29,10 @@ REQUIRES="
|
||||
PROVIDES_devel="
|
||||
libsdl2${secondaryArchSuffix}_devel = $portVersion compat >= 2.0
|
||||
cmd:sdl2_config$secondaryArchSuffix = $portVersion compat >= 2.0
|
||||
devel:libSDL2$secondaryArchSuffix = 0.7.0 compat >= 0
|
||||
devel:libSDL2_2.0$secondaryArchSuffix = 0.7.0 compat >= 0
|
||||
devel:libSDL2_test$secondaryArchSuffix = 0.7.0 compat >= 0
|
||||
devel:libSDL2main$secondaryArchSuffix = 0.7.0 compat >= 0
|
||||
devel:libSDL2$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
devel:libSDL2_2.0$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
devel:libSDL2_test$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
devel:libSDL2main$secondaryArchSuffix = 0.8.0 compat >= 0
|
||||
"
|
||||
REQUIRES_devel="
|
||||
libsdl2$secondaryArchSuffix == $portVersion base
|
||||
@@ -49,7 +49,7 @@ BUILD_PREREQUIRES="
|
||||
cmd:gcc$secondaryArchSuffix
|
||||
cmd:gettext
|
||||
cmd:ld$secondaryArchSuffix
|
||||
cmd:libtool
|
||||
cmd:libtool$secondaryArchSuffix
|
||||
cmd:make
|
||||
cmd:pkg_config$secondaryArchSuffix
|
||||
cmd:which
|
||||
|
||||
Reference in New Issue
Block a user