From 6c577ca40e29233dc25e2b1a75867e9fb0a03db7 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Wed, 24 Jul 2019 11:06:04 +0200 Subject: [PATCH] opensyobonaction, fix references to libSDL* (#4035) --- .../opensyobonaction-rc3.recipe | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/games-arcade/opensyobonaction/opensyobonaction-rc3.recipe b/games-arcade/opensyobonaction/opensyobonaction-rc3.recipe index 7dccd9840..6817d9e56 100644 --- a/games-arcade/opensyobonaction/opensyobonaction-rc3.recipe +++ b/games-arcade/opensyobonaction/opensyobonaction-rc3.recipe @@ -25,7 +25,7 @@ Controls (Keyboard): HOMEPAGE="https://github.com/angelXwind/OpenSyobonAction" COPYRIGHT="2014-2017 angelXwind" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/angelXwind/OpenSyobonAction/archive/RC3.tar.gz" CHECKSUM_SHA256="f1ed7cddf42a0b174ed22f601a0490c5978bba2dc8f6902035f96f8e9582968b" SOURCE_DIR="OpenSyobonAction-RC3" @@ -41,19 +41,19 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libsdl_gfx$secondaryArchSuffix - lib:libsdl_image$secondaryArchSuffix - lib:libsdl_mixer$secondaryArchSuffix - lib:libsdl_ttf$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_gfx$secondaryArchSuffix + lib:libSDL_image_1.2$secondaryArchSuffix + lib:libSDL_mixer_1.2$secondaryArchSuffix + lib:libSDL_ttf_2.0$secondaryArchSuffix " BUILD_REQUIRES=" - devel:libsdl$secondaryArchSuffix - devel:libsdl_gfx$secondaryArchSuffix - devel:libsdl_image$secondaryArchSuffix - devel:libsdl_mixer$secondaryArchSuffix - devel:libsdl_ttf$secondaryArchSuffix + devel:libSDL$secondaryArchSuffix + devel:libSDL_gfx$secondaryArchSuffix + devel:libSDL_image$secondaryArchSuffix + devel:libSDL_mixer$secondaryArchSuffix + devel:libSDL_ttf$secondaryArchSuffix " BUILD_PREREQUIRES=" haiku${secondaryArchSuffix}_devel