From 28a2e74553359c0434b421b31a16805c7b503b9e Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Tue, 7 Nov 2017 20:26:31 +0100 Subject: [PATCH] solarus: fix requires, bump rev. * vcmi, neverball and numptyphysics: fix requires. --- games-engines/solarus/solarus-1.5.3.recipe | 10 +++++----- games-puzzle/neverball/neverball-1.6.0.recipe | 14 +++++++------- .../numptyphysics/numptyphysics-0.3.4.recipe | 16 ++++++++-------- games-strategy/vcmi/vcmi-0.99.recipe | 8 ++++---- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/games-engines/solarus/solarus-1.5.3.recipe b/games-engines/solarus/solarus-1.5.3.recipe index 3052382f6..55b33f570 100644 --- a/games-engines/solarus/solarus-1.5.3.recipe +++ b/games-engines/solarus/solarus-1.5.3.recipe @@ -4,7 +4,7 @@ Solarus is an open-source Zelda-like 2D game engine." HOMEPAGE="http://solarus-games.org" COPYRIGHT="2006-2017 Christopho, Solarus" LICENSE="GNU GPL v3" -REVISION="2" +REVISION="3" SOURCE_URI="http://www.solarus-games.org/downloads/solarus/solarus-${portVersion}-src.tar.gz" CHECKSUM_SHA256="7608f3bdc7baef36e95db5e4fa4c8c5be0a3f436c50c53ab72d70a92aa44cc1c" @@ -21,8 +21,8 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libSDL2_2.0$secondaryArchSuffix - lib:libSDL2_ttf$secondaryArchSuffix - lib:libSDL2_image$secondaryArchSuffix + lib:libSDL2_ttf_2.0$secondaryArchSuffix + lib:libSDL2_image_2.0$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix lib:libmodplug$secondaryArchSuffix >= 1.0 lib:libphysfs$secondaryArchSuffix @@ -37,8 +37,8 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libSDL2_2.0$secondaryArchSuffix - devel:libSDL2_ttf$secondaryArchSuffix - devel:libSDL2_image$secondaryArchSuffix + devel:libSDL2_ttf_2.0$secondaryArchSuffix + devel:libSDL2_image_2.0$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix devel:libmodplug$secondaryArchSuffix >= 1.0 devel:libphysfs$secondaryArchSuffix diff --git a/games-puzzle/neverball/neverball-1.6.0.recipe b/games-puzzle/neverball/neverball-1.6.0.recipe index 967a48c62..a4fa0f678 100644 --- a/games-puzzle/neverball/neverball-1.6.0.recipe +++ b/games-puzzle/neverball/neverball-1.6.0.recipe @@ -5,7 +5,7 @@ before time runs out." HOMEPAGE="http://neverball.org" COPYRIGHT="2002-2010 The Neverball Team" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="http://neverball.org/neverball-$portVersion.tar.gz" CHECKSUM_SHA256="73fe63cca4f96e2d355480d03bc0b2904e83a0abdf65fe8c52db5cc3cca88fa0" PATCHES="neverball-$portVersion.patchset" @@ -20,9 +20,9 @@ PROVIDES=" REQUIRES=" haiku$secondaryArchSuffix lib:libphysfs$secondaryArchSuffix - lib:libsdl2$secondaryArchSuffix - lib:libsdl2_mixer$secondaryArchSuffix - lib:libsdl2_ttf$secondaryArchSuffix + lib:libsdl2_2.0$secondaryArchSuffix + lib:libsdl2_mixer_2.0$secondaryArchSuffix + lib:libsdl2_ttf_2.0$secondaryArchSuffix lib:libvorbis$secondaryArchSuffix lib:libintl$secondaryArchSuffix lib:libGL$secondaryArchSuffix @@ -34,9 +34,9 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libphysfs$secondaryArchSuffix - devel:libsdl2$secondaryArchSuffix - devel:libsdl2_mixer$secondaryArchSuffix - devel:libsdl2_ttf$secondaryArchSuffix + devel:libsdl2_2.0$secondaryArchSuffix + devel:libsdl2_mixer_2.0$secondaryArchSuffix + devel:libsdl2_ttf_2.0$secondaryArchSuffix devel:libvorbis$secondaryArchSuffix devel:libGL$secondaryArchSuffix devel:libpng$secondaryArchSuffix diff --git a/games-puzzle/numptyphysics/numptyphysics-0.3.4.recipe b/games-puzzle/numptyphysics/numptyphysics-0.3.4.recipe index cc8de286a..1e95ff16f 100644 --- a/games-puzzle/numptyphysics/numptyphysics-0.3.4.recipe +++ b/games-puzzle/numptyphysics/numptyphysics-0.3.4.recipe @@ -22,20 +22,20 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libz$secondaryArchSuffix - lib:libsdl2$secondaryArchSuffix - lib:libSDL2_image$secondaryArchSuffix - lib:libSDL2_ttf$secondaryArchSuffix + lib:libSDL2_2.0$secondaryArchSuffix + lib:libSDL2_image_2.0$secondaryArchSuffix + lib:libSDL2_ttf_2.0$secondaryArchSuffix lib:libBox2D$secondaryArchSuffix + lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libz$secondaryArchSuffix - devel:libsdl2$secondaryArchSuffix - devel:libSDL2_image$secondaryArchSuffix - devel:libSDL2_ttf$secondaryArchSuffix + devel:libsdl2_2.0$secondaryArchSuffix + devel:libSDL2_image_2.0$secondaryArchSuffix + devel:libSDL2_ttf_2.0$secondaryArchSuffix devel:libBox2D$secondaryArchSuffix + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:gcc$secondaryArchSuffix diff --git a/games-strategy/vcmi/vcmi-0.99.recipe b/games-strategy/vcmi/vcmi-0.99.recipe index 3df67a586..513832ba0 100644 --- a/games-strategy/vcmi/vcmi-0.99.recipe +++ b/games-strategy/vcmi/vcmi-0.99.recipe @@ -40,8 +40,8 @@ REQUIRES=" lib:libQt5Widgets$secondaryArchSuffix lib:libSDL2_2.0$secondaryArchSuffix lib:libSDL2_mixer_2.0$secondaryArchSuffix - lib:libSDL2_image$secondaryArchSuffix - lib:libSDL2_ttf$secondaryArchSuffix + lib:libSDL2_image_2.0$secondaryArchSuffix + lib:libSDL2_ttf_2.0$secondaryArchSuffix lib:libz$secondaryArchSuffix " @@ -60,8 +60,8 @@ BUILD_REQUIRES=" devel:libQt5Widgets$secondaryArchSuffix devel:libSDL2_2.0$secondaryArchSuffix devel:libSDL2_mixer_2.0$secondaryArchSuffix - devel:libSDL2_image$secondaryArchSuffix - devel:libSDL2_ttf$secondaryArchSuffix + devel:libSDL2_image_2.0$secondaryArchSuffix + devel:libSDL2_ttf_2.0$secondaryArchSuffix devel:libz$secondaryArchSuffix # dependency of devel:libQt5Gui devel:libGL$secondaryArchSuffix