From 1c7d5252fdec49876ca28109b9515b1691d3e1ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Bernacki?= <33581850+Ra-V2@users.noreply.github.com> Date: Sat, 18 Jan 2020 11:42:30 +0100 Subject: [PATCH] instead: clean up libSDL dependencies (#4610) --- games-engines/instead/instead-3.3.0.recipe | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/games-engines/instead/instead-3.3.0.recipe b/games-engines/instead/instead-3.3.0.recipe index 3011f0f93..c6c9c3152 100644 --- a/games-engines/instead/instead-3.3.0.recipe +++ b/games-engines/instead/instead-3.3.0.recipe @@ -8,7 +8,7 @@ Also, you can just unpack zip file with game in ~/config/settings/Instead/games) HOMEPAGE="https://instead-hub.github.io/" COPYRIGHT="2009-2019 Peter Kosyh" LICENSE="MIT" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/instead-hub/instead/releases/download/$portVersion/instead_$portVersion.tar.gz" CHECKSUM_SHA256="c9f845be9267fb4457fec4b056a281e1460478969a8c70d2bd2ff82770e6534f" PATCHES="instead-$portVersion.patchset" @@ -28,10 +28,10 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libiconv$secondaryArchSuffix lib:libluajit_5.1$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix - lib:libsdl_image$secondaryArchSuffix - lib:libsdl_mixer$secondaryArchSuffix - lib:libsdl_ttf$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix + lib:libSDL_image_1.2$secondaryArchSuffix + lib:libSDL_mixer_1.2$secondaryArchSuffix + lib:libSDL_ttf_2.0$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -39,10 +39,10 @@ BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libiconv$secondaryArchSuffix devel:libluajit_5.1$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix - devel:libsdl_image$secondaryArchSuffix - devel:libsdl_mixer$secondaryArchSuffix - devel:libsdl_ttf$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix + devel:libSDL_image_1.2$secondaryArchSuffix + devel:libSDL_mixer_1.2$secondaryArchSuffix + devel:libSDL_ttf_2.0$secondaryArchSuffix devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES="