From 671fa8b9def8c8fcf562352c65c013784caf9c2d Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 26 Jul 2019 15:55:37 +0200 Subject: [PATCH] swars, move to libpng16, fix reference to libSDL (#4036) disable x86_64 --- games-action/swars/swars-0.3.recipe | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/games-action/swars/swars-0.3.recipe b/games-action/swars/swars-0.3.recipe index 4690ba588..311682ce0 100644 --- a/games-action/swars/swars-0.3.recipe +++ b/games-action/swars/swars-0.3.recipe @@ -15,8 +15,7 @@ mouse actions. Check the 'documentation/packages/swars/ReadmeHaiku' on how to play" HOMEPAGE="http://swars.vexillium.org/" -COPYRIGHT=" - 2010 Unavowed +COPYRIGHT="2010 Unavowed 2010 Gynvael Coldwind 2010 Memek 2010 oshogbo @@ -24,14 +23,14 @@ COPYRIGHT=" 2010 Xa " LICENSE="GNU GPL v3" -REVISION="3" +REVISION="4" SOURCE_URI="http://swars.vexillium.org/files/swars-0.3.tar.bz2" CHECKSUM_SHA256="01f44e5b792d41b138d361d04810a875cfa5f897c642a2b13d0dde633fabdacb" SOURCE_DIR="swars-$portVersion" PATCHES="swars_x86-0.3.patchset" ADDITIONAL_FILES="ReadmeHaiku" -ARCHITECTURES="!x86_gcc2 x86 ?x86_64" +ARCHITECTURES="!x86_gcc2 x86 !x86_64" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -43,18 +42,20 @@ REQUIRES=" haiku$secondaryArchSuffix lib:libcrypto$secondaryArchSuffix lib:libopenal$secondaryArchSuffix - lib:libpng15$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix + lib:libpng16$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix lib:libvorbisfile$secondaryArchSuffix + lib:libz$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libcrypto$secondaryArchSuffix devel:libopenal$secondaryArchSuffix - devel:libpng15$secondaryArchSuffix - devel:libsdl$secondaryArchSuffix + devel:libpng16$secondaryArchSuffix + devel:libSDL$secondaryArchSuffix devel:libvorbisfile$secondaryArchSuffix + devel:libz$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:awk