From d3f7e5a1c0765226ecb242a575c2a0082fad7f44 Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Fri, 21 Apr 2023 07:57:37 +0200 Subject: [PATCH] schismtracker, fix references to libSDL, move to python3.9 (#8473) --- .../schismtracker/schismtracker-20200412.recipe | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/media-sound/schismtracker/schismtracker-20200412.recipe b/media-sound/schismtracker/schismtracker-20200412.recipe index 22843d35e..928ca2fa8 100644 --- a/media-sound/schismtracker/schismtracker-20200412.recipe +++ b/media-sound/schismtracker/schismtracker-20200412.recipe @@ -15,13 +15,13 @@ arm, etc.) but it will probably not be as well-optimized on many systems." HOMEPAGE="http://schismtracker.org/" COPYRIGHT="2003-2019 Storlek Mrs. Brisby et al" LICENSE="GNU GPL v2" -REVISION="1" +REVISION="2" SOURCE_URI="https://github.com/schismtracker/schismtracker/archive/$portVersion.tar.gz" CHECKSUM_SHA256="255a07cdcf4df818095c290be5cc7e291a09581d5ce2cb7088b45285f74ede3d" PATCHES="schismtracker-$portVersion.patchset" ADDITIONAL_FILES="schismtracker.rdef.in" -ARCHITECTURES="?all !x86_gcc2 x86" +ARCHITECTURES="?all !x86_gcc2" SECONDARY_ARCHITECTURES="x86" PROVIDES=" @@ -30,12 +30,12 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix + lib:libSDL_1.2$secondaryArchSuffix " BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel - devel:libsdl$secondaryArchSuffix + devel:libSDL_1.2$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:autoconf @@ -44,7 +44,7 @@ BUILD_PREREQUIRES=" cmd:find cmd:gcc$secondaryArchSuffix cmd:make - cmd:python3.7 + cmd:python3 " BUILD()