From 205eb7c3d4a5a871c52ac271b85a307b8b6e01ae Mon Sep 17 00:00:00 2001 From: Jerome Duval Date: Mon, 20 Feb 2017 22:08:32 +0100 Subject: [PATCH] dosbox: clean requires and build_requires. --- games-emulation/dosbox/dosbox-0.74.recipe | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/games-emulation/dosbox/dosbox-0.74.recipe b/games-emulation/dosbox/dosbox-0.74.recipe index e32c9f514..dfae5d9ff 100644 --- a/games-emulation/dosbox/dosbox-0.74.recipe +++ b/games-emulation/dosbox/dosbox-0.74.recipe @@ -12,10 +12,9 @@ DOSBox is totally free of charge and OpenSource." HOMEPAGE="http://www.dosbox.com" COPYRIGHT="2002-2013 The DosBox Team" LICENSE="GNU GPL v2" -REVISION="3" -SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/0.74/dosbox-0.74.tar.gz/download" +REVISION="4" +SOURCE_URI="http://sourceforge.net/projects/dosbox/files/dosbox/$portVersion/dosbox-$portVersion.tar.gz" CHECKSUM_SHA256="13f74916e2d4002bad1978e55727f302ff6df3d9be2f9b0e271501bd0a938e05" -SOURCE_DIR="dosbox-0.74" PATCHES="powf.patch" ADDITIONAL_FILES="dosbox.rdef" @@ -28,11 +27,11 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix - lib:libsdl$secondaryArchSuffix + lib:libsdl_1.2$secondaryArchSuffix lib:libsdl_net_1.2$secondaryArchSuffix - lib:libsdl_sound$secondaryArchSuffix + lib:libsdl_sound_1.0$secondaryArchSuffix lib:libglu$secondaryArchSuffix - lib:libpng$secondaryArchSuffix + lib:libpng16$secondaryArchSuffix lib:libz$secondaryArchSuffix lib:libGL$secondaryArchSuffix " @@ -40,11 +39,11 @@ REQUIRES=" BUILD_REQUIRES=" haiku${secondaryArchSuffix}_devel devel:libglu$secondaryArchSuffix - devel:libpng$secondaryArchSuffix + devel:libpng16$secondaryArchSuffix devel:libz$secondaryArchSuffix devel:libsdl_net_1.2$secondaryArchSuffix - devel:libsdl_sound$secondaryArchSuffix - libsdl${secondaryArchSuffix}_devel + devel:libsdl_sound_1.0$secondaryArchSuffix + devel:libsdl_1.2$secondaryArchSuffix " BUILD_PREREQUIRES=" cmd:autoconf